# Pages

Pages are "static" meaning they don't change as the content of your site does. Pages are typically used as **Team Pages**, **Contact Us**, **About you**, and Landing Pages.&#x20;

e.g. Here is an example of [CG Cookie's about page](https://cgcookie.mavenseed.com/p/about-us).&#x20;

![](https://2508417753-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LZ_LzUrkOiRAdHS8Ti2%2F-MLtQBsm53EJZLi21u6q%2F-MLtQPRgVqX6TjZCAIpN%2FScreen%20Shot%202020-11-11%20at%204.29.22%20PM.png?alt=media\&token=8264dca7-d40e-429f-9aad-338b17f63d9d)

With some creativity, Pages could also be used to embed live streams from YouTube for your members, or a custom home page for your entire site leaning on Mavenseed's [Page Builder](https://docs.mavenseed.com/creating-content/page-builder) to create it.&#x20;

![](https://2508417753-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LZ_LzUrkOiRAdHS8Ti2%2F-LfPYtiUovq_3Vk8ZI6f%2F-LfPb-wkYvHRpIQvMAnd%2FScreen%20Shot%202019-05-21%20at%208.36.52%20AM.png?alt=media\&token=4acd5626-89f8-42ba-85f8-4a70360388cc)

### To Create a Page

1. Logged in as a Maven, view your Site Admin
2. Click on **Content** then **Pages** on the left-hand side, and then click the New Page green button on the right-hand side,&#x20;

{% hint style="info" %}
Creating the page is setting up the basic information. Once the page is created you will have access to the page builder to link videos, images and rich text formatting
{% endhint %}

![](https://2508417753-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LZ_LzUrkOiRAdHS8Ti2%2F-MLtQBsm53EJZLi21u6q%2F-MLtQPRgVqX6TjZCAIpN%2FScreen%20Shot%202020-11-11%20at%204.29.22%20PM.png?alt=media\&token=8264dca7-d40e-429f-9aad-338b17f63d9d)

* **Title:** Enter in a captivating title to your page. This will also be used for your page's URL. You can change this by modifying the slug directly below.
* **Excerpt:** Text Snippet used when the page is shared/linked to from social. &#x20;
* **Page Image (right side):** The image used when the page is shared/linked to from social. Note this is not used on the actual page itself.&#x20;
* **Page Options:**&#x20;
  * **Set as home page:** You can set this page as your site's home page. Typically good if you're looking for a little more control over what your landing page looks like.&#x20;
  * **Membership Required**: If you'd like to have your page only viewable by those with a valid subscription to your site.&#x20;

### Change Page Header Layout

Scrolling down will reveal page layout settings specific to the page you're editing. These are great adjustments for landing pages or home page layouts.&#x20;

![](https://2508417753-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LZ_LzUrkOiRAdHS8Ti2%2F-M788x9v3IRbeJjm8tlO%2F-M789TNFqpgmTyYBjoUl%2FScreen%20Shot%202020-05-12%20at%208.53.51%20AM.png?alt=media\&token=1c03fa4d-93e7-4ca8-9997-86296a5f6b8c)

**Hide page title:** Choose whether or not to display the title on the page

{% hint style="info" %}
**Using custom CSS?** It's recommended you uncheck "Default Styles" to ensure your custom styling displays accurately. &#x20;
{% endhint %}

![](https://2508417753-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LZ_LzUrkOiRAdHS8Ti2%2F-M788x9v3IRbeJjm8tlO%2F-M789ndciBW-_BLByZZs%2FScreen%20Shot%202020-05-12%20at%208.55.16%20AM.png?alt=media\&token=69ce86f8-d7d7-4d8f-9587-bbf3f2ba5b54)


---

# 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.mavenseed.com/creating-content/pages.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.
