> 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/ip-addresses/how-tos/reserve-ip-addresses.md).

# Reserve IP addresses

***

## Reserve IP addresses using the control panel

IP addresses are reserved per [project](/platform/control-panel/projects.md).

To reserve IP addresses, select the **Reserve** tab. Here, you first choose where the IP address should be reserved. IP addresses are specific to each platform and data center. Once you have selected the platform, data center, and IP version, a list of available IP addresses will appear that you can reserve. To reserve an address, click on it to select it, and then click **Reserve x addresses** at the bottom right.

In the example below, we reserve an IPv4 address for the KVM platform in Falkenberg.

<figure><img src="/files/XcBhb0xGmRWOpLTPijzi" alt=""><figcaption></figcaption></figure>

The IP addresses you reserve here can later be used for both new and existing servers within the platform and datacenter you selected. See the sections [KVM - Add or remove IP addresses](/products/compute/kvm-virtual-machines/how-tos/manage-virtual-machines.md#add-or-remove-ip-addresses) and [VMware - Manage IP address](/products/compute/vmware-virtual-machines/how-tos/manage-virtual-machines.md#manage-ip-addresses), respectively.

## Reserve IP addresses using the API

1. First, list available IP addresses with the [ip/listfree](https://github.com/GleSYS/API-docs/wiki/API-Documentation#iplistfree) endpoint of the [API](/platform/control-panel/api.md).
2. Then, reserve the IP address with the [ip/take](https://github.com/GleSYS/API-docs/wiki/API-Documentation#iptake) endpoint.
3. You can also list all of your reserved IP addresses in this project by using the [ip/listown](https://github.com/GleSYS/API-docs/wiki/API-Documentation#iplistown) endpoint.


---

# 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/ip-addresses/how-tos/reserve-ip-addresses.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.
