# Navigation

### WordPress Menu

The WordPress menu system is used throughout PremiumPress themes. You can learn more about the WordPress menu system here;

<https://codex.wordpress.org/WordPress_Menu_User_Guide>

{% embed url="<https://www.youtube.com/watch?v=B58lx3BVVSI>" %}

***

### Footer Navigation

You can manage the links in the footer using the standard WordPress navigation settings.

{% embed url="<https://www.youtube.com/watch?v=OjslwEn8kBE>" %}

***

### Mobile Navigation

PremiumPress themes come with a built-in mobile navigation system. You can learn more about how it works here.

{% embed url="<https://www.youtube.com/watch?v=EM632ofZzk8>" %}


---

# 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://premiumpress.gitbook.io/docs/getting-started/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.
