> 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/quickstart.md).

# Quickstart

***

## Create a load balancer

1. Click **Load balancers** in the left-hand menu in the control panel, under the **Networking** category.
2. Click **Create load balancer**.
3. Choose a name for your load balancer.
4. Select which data center the load balancer should be created in.
5. Click **Create**.
6. Next, in the new load balancer's overview, add a listener by clicking **Add listener**.
7. Type a port number in the field, for example, 80 for HTTP.
8. Now, you need to add some targets by clicking **Add target**.
9. Select which server(s) the traffic should go to, and the port.
10. Click **Save**.

## Delete a load balancer

1. In the load balancer overview, click on the load balancer you want to delete.
2. Click **Actions** and then **Delete**.
3. Type the name of the load balancer in the text field to confirm, and then click **Delete**.


---

# 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/quickstart.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.
