> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/connectivity/load-balancer/how-tos.md).

# How-tos

- [Create a HTTP load balancer](https://docs.glesys.com/products/connectivity/load-balancer/how-tos/create-a-http-load-balancer.md): There are many options to craft the load balancer to your specific needs.
- [Create a HTTPS load balancer](https://docs.glesys.com/products/connectivity/load-balancer/how-tos/create-a-http-load-balancer/create-a-https-load-balancer.md): It's possible to use a SSL certificate with the load balancer, terminating SSL at the load balancer.
- [Log visitors' IP addresses and protocol](https://docs.glesys.com/products/connectivity/load-balancer/how-tos/create-a-http-load-balancer/log-visitors-ip-addresses-and-protocol.md): By default, the target's web server log file only logs the load balancer's IP address.
- [Use sticky sessions](https://docs.glesys.com/products/connectivity/load-balancer/how-tos/create-a-http-load-balancer/use-sticky-sessions.md): Sticky sessions are often necessary for applications like web shops or websites where a user logs in.
- [Create a TCP load balancer](https://docs.glesys.com/products/connectivity/load-balancer/how-tos/create-a-tcp-load-balancer.md): It is possible to create a load balancer for almost any kind of TCP service.
- [Understand targets' weights](https://docs.glesys.com/products/connectivity/load-balancer/how-tos/understand-targets-weights.md): A target's weight determines how much traffic it will receive.
- [Understand the targets' health checks](https://docs.glesys.com/products/connectivity/load-balancer/how-tos/understand-the-targets-health-checks.md): Understanding the targets' health checks will make it easier to troubleshoot.
- [Adjust concurrent connections and timeout](https://docs.glesys.com/products/connectivity/load-balancer/how-tos/adjust-concurrent-connections-and-timeout.md): Adjust concurrent connections and timeout values to tweak your load balancer to suit your needs.
- [View statistics](https://docs.glesys.com/products/connectivity/load-balancer/how-tos/view-statistics.md): There are statistics available for the load balancer.
- [View error logs](https://docs.glesys.com/products/connectivity/load-balancer/how-tos/view-error-logs.md): To troubleshoot, you can view the load balancer error logs
- [Convert an SSL certificate from CRT to PEM format](https://docs.glesys.com/products/connectivity/load-balancer/how-tos/convert-an-ssl-certificate-from-crt-to-pem-format.md): Glesys Load Balancer requires SSL certificates to be in PEM format.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.glesys.com/products/connectivity/load-balancer/how-tos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
