# How to edit routes (Network Mapping)

{% hint style="info" %}
This feature is only available for users who have the Connectivity Manager [permissions](/documentation/developer-guide/platform-administration/administration/new-access-control/access-control-roles.md).
{% endhint %}

Follow these steps to edit ZTNA routes (Network Mapping) in the Digibee Integration Platform.

1. On the Platform home page, click on **Connectivity** in the upper right corner.
2. The page opens in the **Edge Router** tab.
3. On the **Network Mapping** tab, click on the edit icon of the existing route.&#x20;
4. A new window will open with the current route information (Port, Host, Environment, Group). If the host is an IP and a toggle is activated,  the host alias is also displayed.&#x20;
5. Modify the necessary information.
6. Click on **Save** to proceed with the changes or **Cancel** to return to the previous screen.&#x20;
7. The success message will appear in the upper right corner of the screen.

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


---

# 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.digibee.com/documentation/developer-guide/connectivity-management/ztna/edit-routes.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.
