# Set Navigation Data in Location Manager

Click on your newly placed **Location Manager**. Set the **NavigationData** setting to use the navigation recast data generated by the **NavMeshBoundsVolume**. It should be called something like **RecastNavMesh-Default**. It is possible to create sets of navigation data (as seen in the image below), allowing different agent settings for navigation vs. enemies, for instance, by using the navigation system agent settings. For more information on this please refer to the Unreal Engine documentation for the navigation system.

<figure><img src="https://lh3.googleusercontent.com/vxxgAcaVIgKHzkRYxfeMpoyiqsrwbcvTyVfGSFE7F1MMkIlj9AomUvwfIawvFXmwInwUcO9AXjNGts3IR2-bp0n-HFm-PyF325sQgkUKhOYgqEZ0DKvjn3J332i_cEzWeQapJkSxgZfJqZwhc90Y_aA" alt=""><figcaption></figcaption></figure>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Go Back:</td><td><strong>Add the Location Manager to your World</strong></td><td></td><td><a href="add-the-location-manager-to-your-world">add-the-location-manager-to-your-world</a></td></tr></tbody></table>


---

# 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://dapper-raptor.gitbook.io/quest-map-pro/getting-started/setting-up-navigation-trails/set-navigation-data-in-location-manager.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.
