> For the complete documentation index, see [llms.txt](https://docs.ektothemes.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ektothemes.com/guides/neue/basic-settings/navigation.md).

# Navigation

The **Neue** theme supports two types of navigation: **Primary** and **Secondary**.

### Primary Navigation

The primary navigation appears in the site navbar. It displays a list of links and supports a single dropdown to organize additional items.

{% stepper %}
{% step %}

#### Access Ghost Admin

* Log in to your Ghost Admin at `yoursite.com/ghost`
  {% endstep %}

{% step %}

#### Navigate to Navigation Settings

* Go to **Settings** > **Site** > **Navigation** `yoursite.com/ghost/#/settings/navigation`
* Click the **"Customize"** button to open the editor.
  {% endstep %}

{% step %}

#### Add or Edit Menu Items

* Add links using a label and URL.
* Reorder or remove items as needed.
  {% endstep %}

{% step %}

#### Create a Dropdown Menu

* Insert a new item with the URL set to `###`
* In the label field:
  * Use `@` to display a dots icon (`•••`)
  * Or type a word like `More` to show it as text.
* All items added *after* this one will appear inside the dropdown.
  {% endstep %}

{% step %}

#### Save Changes

* Click **"Save"** to apply your updated primary navigation.
  {% endstep %}
  {% endstepper %}

### Secondary Navigation

The secondary navigation is displayed in the site footer and supports multiple columns and more than 30 social links.

{% stepper %}
{% step %}

#### Access Ghost Admin

* Log in to your Ghost Admin at `yoursite.com/ghost`
  {% endstep %}

{% step %}

#### Navigate to Navigation Settings

* Go to **Settings** > **Site** > **Navigation** `yoursite.com/ghost/#/settings/navigation`
* Click the **"Customize"** button to open the editor.
  {% endstep %}

{% step %}

#### Add or Edit Footer Items

* Use the **Secondary** section.
* Add links using a label and URL.
* Reorder or remove items as needed.
  {% endstep %}

{% step %}

#### Create Columns

* Insert a new item with the URL set to `###`
* In the label field:
  * Use `@` to display the columns without title.
  * Or type a word like `Company` to show it as title.
* You can add any number of items after a title. The column automatically closes when the next title is added.
* The recommended number of columns is up to 3 for the best design consistency and readability.
  {% endstep %}

{% step %}

#### Save Changes

* Click **"Save"** to update the secondary navigation.
  {% endstep %}
  {% endstepper %}

Footer columns support social links. These links appear with an arrow icon and open in a new tab when clicked. For a full list of supported social links and setup instructions, see the [Social links](/guides/neue/basic-settings/social-links.md) article.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ektothemes.com/guides/neue/basic-settings/navigation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
