# Navigation

When the flowchart reaches the navigation node, the application will open the specified navigation point and continue from there.&#x20;

There are no exits and there is only one property: the Name. The name is the specified Navigation Point and cannot be changed in the flowchart. To learn more about Navigation Points, read the specific article on [Navigation](https://docs.wem.io/platform/wemmodeler/navigation).

Important to keep in mind for the security of your applications is that navigation nodes bypass a navigation items visible when property. A decision node with the same expression as the navigation point can be used to reinstate the pages access protection.

{% hint style="info" %}
Best practice: \
Use the **visible when** property only for controlling who can see menu items, and manage access control at the start of your flowchart. Using a calculated field in a decision node, as shown in the image below, is the most effective way to protect certain flowcharts from unauthorized access.

![](https://1449034948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-L_NpOsk0sjotPXNy29Q%2Fuploads%2FFZuG42YIkyVsri0L0AjW%2Fimage.png?alt=media\&token=2ac2f43b-9f16-482f-8241-a4e630001bb6)

When a user has the correct authorizations, they will continue through the normal flow via the "yes" exit, while unauthorized users will be sent to the unauthorized flow.
{% endhint %}


---

# 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.wem.io/platform/wemmodeler/flowcharts/navigation.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.
