> For the complete documentation index, see [llms.txt](https://subatomicdan.gitbook.io/aubrey/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://subatomicdan.gitbook.io/aubrey/setting-up-your-site/creating-a-page.md).

# Creating a Page

Pages are the backbone of any website. They're used to display critical information about you or your business, such as an "About" page. **Aubrey** offers this, and all of the sections that make up the homepage. This is so you can potentially have an unlimited amount of unique pages with different blog layouts.

### :pencil2: Create a New Page

To get started, navigate to **Pages > Add New** from your WordPress dashboard, or click on the "Add New" button if you're on the pages screen.

![Click on "Add New"](/files/-Mi1FILtDE56Z9WIlXLk)

Creating a page is almost the same as creating a post. The only difference is that there are no categories or tags to assign. Even the block editor that's used to create posts is the same here.

### :control\_knobs: Page Settings

Another difference is that pages in **Aubrey** come with their own set of unique options too, which are covered below. You can find the "Page Settings" section at the bottom of the page edit screen.

![](/files/-Mi1IPIao3AcULlrCLXG)

{% hint style="info" %}
**Important Note:** All the settings on a page (except for "General Settings") are the same as the ones found in the **Theme Options** panel of the customizer. For more information on these settings, please view the chapter covering the [**Theme Options**](/aubrey/customizer-settings/theme-options.md).
{% endhint %}

### :gear: General Settings

Each page has a set of general settings you can configure that differ from those found in the customizer.

* **Enable Page Header?** - Switching this on will display the page title and optional subtitle at the top.
* **Subtitle Text** - Optional. This text appears just above the page title when the above setting is switched on.
* **Enable Share Icons?** - Switching this on will display the share icons for social media platforms. These can be configured in the Theme Options panel.


---

# 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:

```
GET https://subatomicdan.gitbook.io/aubrey/setting-up-your-site/creating-a-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.
