> 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/haas/basic-settings/navigation.md).

# Navigation

This theme supports two navigation areas: **primary navigation** in the site header and **secondary navigation** in the footer. Both can be managed from the Ghost Admin.

### Primary navigation

The primary navigation appears in the header and supports a simple list of links plus one optional dropdown.

#### Step-by-step:

{% stepper %}
{% step %}
Go to **"Navigation"** in Ghost Admin and click **"Customize"**.
{% endstep %}

{% step %}
Add, reorder, or remove items as needed using a label and URL.
{% endstep %}

{% step %}
**Dropdown menu**

1. Add an item with the URL set to `###`.
2. In the label field, you can use `@` to show a dots icon (•••) or write something like **"More"**.
3. All items added after this one will appear inside the dropdown.
   {% endstep %}

{% step %}
Click **"Save"** to apply your changes.
{% endstep %}
{% endstepper %}

### Secondary navigation

The secondary navigation appears in the footer. It supports multiple columns and more than 30+ social links.

#### Step-by-step:

{% stepper %}
{% step %}
Go to **"Navigation"** in Ghost Admin and click **"Customize"**.
{% endstep %}

{% step %}
Edit the **Secondary** section by adding or adjusting items.
{% endstep %}

{% step %}
**Create columns**

1. Add an item with the URL set to `###`.
2. In the label field, use `@` for a column without a title or enter a text label like ***"Company"***.
3. Items added after a title belong to that column until a new title is added.
   {% endstep %}

{% step %}
Click **"Save"** to apply your changes.
{% endstep %}
{% endstepper %}

For best results, keep up to **3 columns**.

Footer columns also support social links. These links display an arrow icon and open in a new tab. For the full list of supported platforms, see the [Social links](/guides/haas/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:

```
GET https://docs.ektothemes.com/guides/haas/basic-settings/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.
