# 2️⃣ Adding a menu

We've now got the beginnings of our project up and running and we've created the directory structure that we're going to work in going forward.

We've also seen how we can change the value stored in `state.router.link` by manually changing the URL in the browser's address bar.

In this second section we will create a basic menu consisting of a series of links that ultimately will enable us to navigate around our site, but for now will change the URL (and hence the value stored in `state.router.link`) for us.

To do so we will learn about and use one of the built-in components that Frontity provides, i.e. the `<Link>` component.


---

# 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://tutorial.frontity.org/part2-adding-a-menu.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.
