# Global Pools

An IP Pool is a single configuration point for the assignment of IP addresses to clients. Basically, an IP pool is a group of IP addresses for use by a specific customer. Each customer pool (or pools) must have its own set of IPv4 addresses, which must not overlap with those of any other pool belonging to the same customer. You can allocate addresses from customer pools across multiple Layer 3 VPNs for a particular customer.

A definition of IP Pools terms is provided below

| Term        | Description                                                                                                                                                          |
| ----------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| IP Address  | The unique number ID assigned to one host or interface in a network                                                                                                  |
| Subnet      | A portion of a network that shares a particular sub net address                                                                                                      |
| Subnet Mask | A 32-bit combination used to describe which portion of an address refers to the subnet and which part refers to the host                                             |
| Interface   | A network connection                                                                                                                                                 |
| IPv4        | Internet Protocol Version 4 (IPv4) is the fourth revision of the Internet Protocol and a widely used protocol in data communication over different kinds of networks |


---

# Agent Instructions: 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.monogoto.io/advanced-console/ip-pools.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.
