# Creating and editing custom pages

{% hint style="info" %}
Custom pages can only be created and edited by an Administrator.
{% endhint %}

Administrators can develop custom site pages to display specific content, design elements, functionalities, or branding that aligns with the their organisation's specific needs or brand.

### How to create a custom page?

1. Select 'Admin tools' from your username dropdown.

<figure><img src="/files/9SQy1HvFn0X1aR61Wyxi" alt=""><figcaption></figcaption></figure>

2. Select 'Custom pages'.

<figure><img src="/files/4NfuPPHyVedC2RCjwlO1" alt=""><figcaption></figcaption></figure>

3. **If you wish to create a new custom page**, select 'Create'. **If you wish to edit an existing custom page**, select 'Edit' from the relevant custom page's row.

<figure><img src="/files/1CSJrYZno106zHzSpHDY" alt=""><figcaption></figcaption></figure>

4. Populate the 'Slug' field with the URL slug you'd like the page to have.

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

**Note:** Slugs cannot contain spaces or uppercase letters.

6. Populate the 'Title' field with the title you'd like to give the custom page.

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

7. Select from the following options using the 'Safe body mode' field:

* 'Safe mode': Only allows the use of HTML tags from a restricted list
* 'Unrestricted mode': Allows the use of any HTML tags.

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

8. Populate the 'Body' field with the rich text and/or HTML content you'd like your custom page to include.

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

9. Select from the following visibility options in the 'Status' dropdown:
   * 'Available to everyone': Visible to all site visitors
   * 'Available only to:
     * 'Users who have an account in the system': Visible only to users that are logged in to Tablion
     * 'Administrators': Visible only to Administrators
     * 'Users who have a valid passport': Visible only to users who hold a valid data passport of any type.

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

9. Select 'Save' once satisfied. Your custom page will be accessible via [https://staging.tablion.aristotle.ninja/pages/\[*your\_custom\_slug*\]](https://staging.tablion.aristotle.ninja/pages/\[slug]).

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


---

# 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://tablion-help.aristotlemetadata.com/administrator-tools/creating-and-editing-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.
