> 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/get-started/how-do-i-select-a-template.md).

# How do I select a template?

{% stepper %}
{% step %}

### If you are starting work on a new Nav, click on "Create New" or click on the existing Navs listed on the Nav Dashboard.

<figure><img src="/files/EwFrANRS4uLEVy8JXJ9N" alt="How do I select a template? — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Once in the Smart Nav Builder, click on Get Started.

<figure><img src="/files/30g1GW3oWf91xxvZ4J4A" alt="How do I select a template? — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Now you can preview all the preset templates we have available.

<figure><img src="/files/Pdm1V2rKNAIPTmyDDGKt" alt="How do I select a template? — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Use the toolbar on the top right to preview the template on Mobile.

<figure><img src="/files/zYuAw4lBZAuy3eyLUe5g" alt="How do I select a template? — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### You can click on the expand/shrink preview.

<figure><img src="/files/zzCWA2jhHw0H3qTeYEyR" alt="How do I select a template? — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Or, you can also open the Nav in a new tab.

<figure><img src="/files/TEA91LcXa7Oz5Z5nBWff" alt="How do I select a template? — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Once you are satisfied with the Layout, click Apply to move to Adding Menus.

<figure><img src="/files/iJyk815rIZ7Jt4WNEJsB" alt="How do I select a template? — step 7"><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/get-started/how-do-i-select-a-template.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.
