> For the complete documentation index, see [llms.txt](https://staylime.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://staylime.com/docs/avante-themes/faq/pages-and-templates/how-do-i-create-an-about-us-page-and-add-it-to-my-menu.md).

# How do I create an About Us page and add it to my menu?

{% stepper %}
{% step %}

### Step 1: Create the page

1. Go to **Shopify Admin → Online Store → Pages**
2. Click **Add page** and give it a title (e.g. "About Us")

<figure><img src="/files/hvYX51UWIFFYtxe9wB0a" alt=""><figcaption></figcaption></figure>

3. On the right side, assign the **about** template to the page
4. Click **Save**

<figure><img src="/files/ukjbjmKU2IE1pVQc9srH" alt=""><figcaption></figcaption></figure>

{% hint style="warning" icon="lightbulb" %}
If you don't see the about template in the dropdown, you need to create it first.

See: [**A page template isn't showing →**](/docs/avante-themes/faq/pages-and-templates/a-page-template-isnt-showing-in-the-shopify-admin-dropdown.md)
{% endhint %}
{% endstep %}

{% step %}

### Step 2: Customize the content

1. Open **Theme Editor**
2. In the top template selector, go to **Pages → about**
3. Replace the placeholder text and images with your own story
4. Click **Save**

<figure><img src="/files/5FB6Q2zmfvRieSPQSVa3" alt=""><figcaption></figcaption></figure>

{% hint style="success" icon="lightbulb" %}
**Note:** The template layout is shared. If you assign the about template to several pages, they will all show the same sections — only the page title and body content differ.
{% endhint %}
{% endstep %}

{% step %}

### Step 3: Add the page to your menu

1. Go to **Shopify Admin → Online Store → Content → Menus**
2. Open the menu your header uses (usually **Main menu or Secondary menu**)
3. Click **Add menu item**
4. Name it "About Us", and in the **Link** field search for your new page
5. Click **Save menu**

<figure><img src="/files/pcCcRFPSpNP90nV198XW" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

### Result

The About Us link now appears in your header navigation, and it opens your styled About page.

<figure><img src="/files/uZ1TxKceJvv3Le5C08Ek" alt=""><figcaption></figcaption></figure>

***

### Related

* [How do I create a new page with a custom template?](/docs/avante-themes/faq/pages-and-templates/how-do-i-create-a-new-page-with-a-custom-template.md)
* [A page template isn't showing in the Shopify Admin dropdown](/docs/avante-themes/faq/pages-and-templates/a-page-template-isnt-showing-in-the-shopify-admin-dropdown.md)
* [Header & Navigation](/docs/avante-themes/global-sections/header-and-navigation.md)


---

# 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://staylime.com/docs/avante-themes/faq/pages-and-templates/how-do-i-create-an-about-us-page-and-add-it-to-my-menu.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.
