> For the complete documentation index, see [llms.txt](https://docs.enlyze.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.enlyze.com/en/connect/edge-device/enlyze-edge/managing-routes.md).

# Managing Routes

The following section explains how to manage configured routes in ENLYZE EDGE. Each route provides the following actions:

* Edit
* Delete

{% hint style="warning" %}
Editing or deleting static routes can potentially lock you out of ENLYZE EDGE if the configuration is incorrect. Always ensure that the network details you enter are accurate before saving any changes.
{% endhint %}

## Prerequisites

* Access and login credentials for ENLYZE EDGE
* If making changes, you need to know the destination network and the appropriate gateway IP.\
  Ensure the destination network is outside the `10.21.0.0/16` range.

## Access the Network Configuration

As with setting up routes, managing them is done via the network configuration view. Navigate to the “Interfaces” page in the ENLYZE EDGE web interface and select the interface where you want to edit or delete a route.

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

## Open the Management Menu

Click the three-dot overflow menu of the selected route and choose one of the two available actions: “Edit” or “Delete”.

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

## Troubleshooting

If you encounter problems with route configuration, our Troubleshooting Guide can help.

{% content-ref url="/pages/4vaffYWNT8upopEYe7SM" %}
[Troubleshooting](/en/connect/edge-device/enlyze-edge/troubleshooting.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.enlyze.com/en/connect/edge-device/enlyze-edge/managing-routes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
