# Safe routes

**Safe Routes** are a tool designed to make the daily work of teams easier when they need frequent access to certain areas of a website or application that are protected by advanced security measures, such as a **WAF** or **Bot Mitigation systems**.

In the dashboard’s sidebar menu, you’ll find the **Safe Routes** section, where you can create and manage secure links. The URL generated in Safe Routes is the destination address to which the session is redirected when accessing through the secure link.

## New Safe Route

By clicking the **“New Safe Route”** button, a modal will open where you can: assign a **name** to the link, add a brief **description** (optional), select the **associated site,** enter the URL and define the **duration of the temporary cookie**.

Once a Safe Route is created, it will appear in the section’s table, from where you can **copy the URL** and share it only with people you fully trust.

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

Additionally, Safe Routes can be **edited or deactivated** at any time, and they include a **usage history** that allows you to check which IP addresses accessed the site and at what time through each Safe Route.


---

# 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.transparentedge.eu/security/safe-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.
