# About page

Eclipse has two "**About us" page templates** with preset layouts based on the theme demo stores.

Use these templates to design a page that tells your story, showcases your vision and team, and shares details about your locations and hours.

{% hint style="info" %}
Check out Shopify's post about [what to include in your "About Us" page](https://help.shopify.com/en/manual/online-store/themes/theme-structure/pages#about-us).
{% endhint %}

## Add page and apply template

***

In your Shopify admin, **add a page** to your online store, then **select the template** that you want to apply to that page.

{% stepper %}
{% step %}
From your Shopify admin, go to **Online Store** > [**Pages**](https://admin.shopify.com/pages)
{% endstep %}

{% step %}
Enter a **Title** for the page. For example: "About us".

{% hint style="info" %}
The **Title** and **Content** will not appear on the page template. All page content is added in the theme editor

The title is used for the URL (e.g. **`www.store.com/about-us`**).
{% endhint %}
{% endstep %}

{% step %}
Click the **Template** menu, and select `about-1` or `about-2` template to apply it to the page.

{% hint style="info" %}
Learn how to [assign templates for **unpublished** themes](/eclipse/pages/templates/create-and-assign-templates.md#assign-templates-from-unpublished-theme).
{% endhint %}

<figure><img src="/files/73K24rtJTyrdPA0DAeyc" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Click **Save**.
{% endstep %}
{% endstepper %}

## Edit page template

***

In the theme editor, open the template to customize the layout and content of your page.

{% stepper %}
{% step %}

#### Open template

In the **Theme editor**, click the **Home page** templates menu.

Click **Pages** and select the `about-1` or `about-2` template.
{% endstep %}

{% step %}

#### Preview page

In the side panel, next to **Preview**, click **Change** and select the page you created.

{% hint style="info" %}
A warning symbol **(!)** means that the template is not assigned to the current page. Go to **Online Store** > [**Pages**](https://admin.shopify.com/pages) to apply the template.
{% endhint %}
{% endstep %}

{% step %}

#### Add and edit sections

Under **Template**, click the default sections to edit them, and click **(+) Add section** to add other [theme sections](/eclipse/sections/overview.md).
{% endstep %}
{% endstepper %}


---

# 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://help.fluorescent.co/eclipse/pages/about-page.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.
