# 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 in two columns with support for custom titles. The first column displays regular links, and the second column displays 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 %}
Click **"Save"** to apply your changes.
{% endstep %}
{% endstepper %}

#### Column titles

You can add a title to each column using a custom label and URL format.

{% stepper %}
{% step %}
To the regular links column, set the URL to `#/title/regular`.
{% endstep %}

{% step %}
To the social links column, set the URL to `#/title/social`.
{% endstep %}
{% endstepper %}

The position of these items in the list does not affect how they work.

#### Social links behavior

Social links are automatically displayed in the second column and open in a new browser tab. For the full list of supported platforms, see the [Social links](/guides/craft/basic-settings/social-links.md) article.


---

# 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.ektothemes.com/guides/craft/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.
