# Pages

The **Pages** feature allows you to create unlimited custom pages on your Tebex webstore. Use this to share content such as **Terms & Conditions**, **support guides**, **rank comparisons**, or **game server instructions**—all without needing to upgrade your store plan.

***

### How to Create a Custom Page

1. From the **left sidebar**, go to **Webstore → Pages**.
2. Click **Create Custom Page** (or **Create Your First Page**, if none exist).
3. Complete the fields as described below.

***

### Page Configuration Options

| Field                            | Description                                                                                               |
| -------------------------------- | --------------------------------------------------------------------------------------------------------- |
| **Page Title**                   | The title that appears on your store and as the clickable link in navigation.                             |
| **Page Slug**                    | The custom URL path (e.g., `/my-custom-page`).                                                            |
| **Page Content**                 | The body content of the page. Use the built-in visual editor or click **Code View** to enter custom HTML. |
| **Disable This Page**            | Hides the page from public view without deleting it.                                                      |
| **Only Show to Logged-In Users** | Restricts access to authenticated customers only.                                                         |
| **Do Not Add to Menu**           | Prevents the page from showing in your navigation menu—ideal for link-only or private pages.              |

***

### Common Use Cases

Custom pages can be used for a variety of purposes. Here are a few common examples:

* **Support Contact Information**\
  Provide an email address or Discord server for customer inquiries.
* **Delivery Instructions**\
  Explain how customers can redeem their packages in-game, especially if extra steps are required.
* **Rank Comparison Charts**\
  Help customers understand the differences between ranks or tiers before they make a purchase.

***

### Sitemaps

Sitemaps tell search engines like Google what pages are on your Tebex Store, where they're stored and what each page is about.

We generate sitemaps automatically for each Tebex Store using the information you provide on your pages and packages, such as page/package titles and descriptions.

* It's not possible to manually edit the content of the sitemap itself.
* You can see your store's sitemap at: <https://example.tebex.io/sitemap> (replace example.tebex.io with your own store's domain).

***

### Tips

* Pages added without the “Do Not Add to Menu” option will appear in your store’s navigation bar.
* HTML formatting is optional—most users can use the visual editor without needing code.
* Changes take effect immediately after saving.


---

# 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.tebex.io/creators/tebex-control-panel/webstore/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.
