# Navigation

In your Ghost Admin under **Settings → Site → Navigation**, you can add, edit, delete, and rearrange menu links.

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

Ghost offers two navigation areas, and GrainBits supports them both.

<figure><img src="/files/2E8ke9AunU3uLEbO6sKx" alt=""><figcaption></figcaption></figure>

### Primary

The primary navigation is the main menu at the top of every page. It can accommodate many links, but keep in mind that too many links will cause horizontal scrolling on mobile devices.

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

### Secondary

The secondary navigation manages the links shown in the footer across all pages. While you can include many links without breaking the layout, we recommend limiting them to 3–5 for optimal design.

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


---

# 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://thefinebits.gitbook.io/grainbits/essentials/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.
