# Pages

A Portal comes with a set of already created System Pages; you can create new pages if needed.

## System Pages

Each Portal comes with a set of System Pages. These pages can be customized by adding your brand colors, fonts, images, and links.

|                                  |                                                                                                                                                                            |
| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Home Page                        | This comes as a blank page (unless it’s a Template) that is the base of your Portal.                                                                                       |
| Login as Guest                   | This will be the main login page when a Portal is public but password-protected.                                                                                           |
| Login as Hub/Portal Account User | This will be the main login page when a Portal requires users to register or be invited.                                                                                   |
| Forgot Password                  | This page is used for Portals that are password protected and allows users to reset their forgotten passwords.                                                             |
| Registation                      | This page is if you require users to register before accessing the Portal. The form is customizable, allowing you to add and adjust the fields you need users to fill out. |
| Request has been Sent            | This page is available and can be used if users are required to register for your portal.                                                                                  |
| Thank You Page                   | This is an email validation page displayed when users must finalize their registration with the portal.                                                                    |

### Custom Pages

Add new pages to your Portal to share additional information and assets.

With Custom Pages, you can select between creating a Web Page or a Gallery Page, then name and title the page.

<figure><img src="/files/yKYNVouxCemhmESfDQpG" alt="" width="563"><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://docs.scaleflex.com/portals/editing-a-portal/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.
