# 📄 Custom Pages

The Custom Pages feature allows you to create and manage static content pages that are displayed at the bottom section of your public front-facing website. These pages are ideal for sharing important information such as terms, policies, company details, or any other custom content you’d like to provide to your visitors.

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

***

#### 🌐 Where Do Custom Pages Appear?

<br>

All published pages are automatically listed in the footer section of your public site—ensuring easy visibility and access for customers.

***

### 🛠️ Management

<br>

You can manage all custom pages from the admin panel.

<br>

#### ➕ Create a New Page

<br>

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

To add a new custom page:

* Provide a title (e.g., “Privacy Policy”, “About Us”)
* Enter the content/body using a rich text editor (supports formatting)
* Save the page to make it available on the public site

<br>

> Note: The page is immediately live once created unless additional publishing settings are provided.

***

#### ✏️ Edit / Update Existing Page

<br>

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

You can:

* Modify the title or content of any page
* Instantly reflect updates on the public-facing site

<br>

This is useful for keeping content fresh and relevant without needing a developer.

***

#### 🖼️ Frontend Appearance

* Pages automatically display as links in the footer on the public site
* Clicking a link opens the full custom page in a clean, readable format

> Example: If you create a page titled “Return Policy”, it will appear as a footer link and open to display its contents to the visitor.


---

# 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://codehas.gitbook.io/repair-box/tools/custom-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.
