# 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 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 regular 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 %}
Click **"Save"** to apply your changes.
{% endstep %}
{% endstepper %}

Social links will be opened in a new tab. For the full list of supported platforms, see the [Social links](/guides/lumi/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/lumi/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.
