# Navigation Menu

The navigation menu is another important part of Letterpad. It is responsible to show how you want to display your content. As an example, lets say your sitename is `demo.letterpad.app`.

If your url is `demo.letterpad.app/tag/travel`, Letterpad knows that you want to display all the posts which are tagged with `travel`.

If your url is `demo.letterpad.app/page/about-me`, Letterpad knows that you want to display the About Me page.

If your url is `demo.letterpad.app/post/travelling-in-paris`, Letterpad knows that you want to display the post Travelling In Paris.

But if your url is `demo.letterpad.app`, Letterpad has no idea if you want to display a page or a collection of posts.

Navigation solves this problem.

Click on Settings => Navigation to bring up the navigation section.

![](/files/iJAjNKOuFNiyBwWVguDj)

{% hint style="info" %}
The first row in the navigation is responsible to display a page or a collection of posts in the homepage.
{% endhint %}

![](/files/aT44iGJWhi60iwE7VOiv)

You can change the label to anything meaningful. It will be display in your homepage. In Path, when you open the dropdown, it categories between Tags and Pages. If you select a tag, it will display all the posts linked with that tag.

![demo.letterpad.app - Homepage](/files/8ETgpQtAgsq60kJWIReB)

You can add more items to the navigation menu.

![](/files/WzXNVZnsfJz6aM5eJn15)

If I visit the site, it will look like this.

![](/files/RHs0SdLdTiSda42WV0k2)

{% hint style="warning" %}
The navigation menu is something that you don't touch often. Once you have configured it, it's all about writing content and adding the right tags to your post. The navigation menu will automatically link them.
{% 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.letterpad.app/navigation-menu.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.
