# Creating a new Page

*Article Topics:* [*Themes*](/getting-started/common-topics/themes.md)*,* [*Blocks*](/getting-started/common-topics/blocks.md)

Using the CMS, you can create various pages to serve different purposes. Whether you'd like to create a list of models or a categories page, the CMS provides enough tools to achieve this goal.&#x20;

In this article, you will learn how to create a page within the CMS.&#x20;

***

1\) Navigate to the Tour or Member Area you wish to create a new page for.&#x20;

2\) Select the Theme Tab

3\) Select the Pages Tab and click "Add Page"

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

4\) Give your page a **Title** and a **Slug**

{% hint style="info" %}
**Please Note:** Slugs will be used in the URL and have additional functionality for displaying content and must be preceded by a forward slash, "/".&#x20;

Learn more in our [Pages ](/content-management/member-areas-and-tours/themes/pages.md)article.
{% endhint %}

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

Now that your page has been created, navigating to the page using your linkdomain and slug you created, linkdomain.com/categories, will not display anything. This is because you haven't set up any [Blocks](/content-management/member-areas-and-tours/themes/block-types.md). You'll need to add Blocks to give your site some functionality and design.

### Customizing with Blocks

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

Now that you've created a new page in the CMS, you'll need to customize what is displayed to your site visitors using **Blocks**. Clicking the 'Add New Block' button brings up the **Block Manager,** displaying a list of default **Base Blocks** you can use to get started.&#x20;

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

Learn more about the Block Builder and Blocks in the [Block Builder](/content-management/member-areas-and-tours/customizing-your-theme/using-the-page-builder.md) article.

## Related Articles

{% content-ref url="/pages/GnJOwUcaAslymas8XykU" %}
[Pages](/content-management/member-areas-and-tours/themes/pages.md)
{% endcontent-ref %}

{% content-ref url="/pages/vLjui31B0zD3wR6LMs6z" %}
[Customizing Your Theme](/content-management/member-areas-and-tours/customizing-your-theme.md)
{% endcontent-ref %}


---

# 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://docs.toomuchmedia.com/content-management/member-areas-and-tours/customizing-your-theme/creating-a-new-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.
