How it works
- You upload a navigation file (routes list) in the dashboard.
- The agent receives the route structure as context.
- During conversations, the agent references specific pages and URLs when guiding users.
Adding navigation routes
Upload your routes
Upload a Markdown or text file listing your site’s routes. Each route should include the path and a short description of what the page does.
Route file format
The routes file is a simple list. Each entry should include the URL path and a description:When to use navigation
Navigation is most useful when:- Your product has many pages and users frequently ask “where do I find X?”
- You want the agent to link directly to relevant pages in its answers
- Your site structure changes and you want the agent to stay current
Navigation routes are processed and stored per project. Update the routes file whenever your site structure changes.