> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/run-the-platform/tenants/assign-ip-to-tenant.md).

# Assigning External IP Addresses to a Tenant

External IP addresses can be assigned to tenants. When an external IP is assigned, appropriate routing rules are created automatically.

## Assign an External IP to a Tenant

1. Navigate to the appropriate host **external network dashboard**; this should be the external network where the tenant has external access. In most cases this will be the network named "External".
2. Click **IP Addresses** on the left menu.
3. Click **New**.
4. In the ***Type*** field, select **Virtual IP**.
5. In the ***IP Address*** field, enter the **external IP Address**.
6. ***Hostname*** can be left blank.
7. **Optionally**, a ***Description*** can be entered to record additional administrative information.
8. In the ***Owner Type*** dropdown list, select **tenant**.
9. In the ***Owner*** dropdown list, select the **name of the tenant**.
10. Click **Submit** at the bottom of the page.
11. From the **external network dashboard**, click **Apply Rules** on the left menu (to apply to the host external network).

{% hint style="success" %}
**To return to the external network dashboard you can click the appropriate breadcrumb at the top or use the browser back button.**
{% endhint %}

12. Navigate to the **tenant network Dashboard** (from the top menu: Networks > Dashboard > Tenants > double-click the intended tenant network).
13. Click **Apply Rules** (to apply to the tenant network).


---

# 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.vergeos-demo.com/run-the-platform/tenants/assign-ip-to-tenant.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.
