> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-nav/build-your-nav/how-do-i-add-images-in-my-nav.md).

# How do I add Images in my Nav?

{% stepper %}
{% step %}

### Images can be added in Menu's and Sub menu's. You can either upload the hosting link of the images or upload images from your computer.

{% endstep %}

{% step %}

### To add the images as a Menu item, click on the plus icon.

<figure><img src="/files/S4u9ewiuOGDXqGI4UEds" alt="How do I add Images in my Nav? — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Select Image.

<figure><img src="/files/zrdWw8A6ZqaGAwWsoLmm" alt="How do I add Images in my Nav? — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Here you can select the layout for the images you want to add. You can select from a Grid or Slider layout.

<figure><img src="/files/stDuHUXsZO4VygOX65s0" alt="How do I add Images in my Nav? — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Once you have finalised the layout, click on 'Add'.

<figure><img src="/files/rCML6xfL15PYdLg5CXdv" alt="How do I add Images in my Nav? — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Once added, you can click on the pencil icon to edit.

<figure><img src="/files/XQuH29gs8JgCDMx2FXB0" alt="How do I add Images in my Nav? — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### You can change Names, Description, Link, Image & Videos and control the category visibility.

<figure><img src="/files/tYUlhlVFTnFlROnckinF" alt="How do I add Images in my Nav? — step 7"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Now to add 'Images' click on the edit button.

<figure><img src="/files/JJxGqTCSIeMILAKo6wFJ" alt="How do I add Images in my Nav? — step 8"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Now add the Name, Description, Link. For the image, you can either use a publicly hosted link or upload the image from your computer directly.

<figure><img src="/files/EZITHRXH7oxyuxSs4dni" alt="How do I add Images in my Nav? — step 9"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### You can also add a video to the tile which shows up when visitors hover over it. Once you have updated all the fields, just hit done and you are good to go.

<figure><img src="/files/oihtJ26FQ5XCfdSvY6rr" alt="How do I add Images in my Nav? — step 10"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### You can also add Images as a sub menu by clicking on the Add button and then select 'Image'.

<figure><img src="/files/f7L04f3TnoQlxwqQu5GC" alt="How do I add Images in my Nav? — step 11"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.maker.co/maker-nav/build-your-nav/how-do-i-add-images-in-my-nav.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
