# Creating a Portal

When accessing the Portals main page, click the `+ Add new portal` button to create your new portal.&#x20;

Start creating a Portal from scratch or choose a pre-made template directly from the Portal window.

<figure><img src="/files/pA2js6H5J5IB3jSpOCkF" alt="" width="375"><figcaption></figcaption></figure>

To finalize the creation of your portal, set its main elements. \
These consist of:&#x20;

<table data-header-hidden data-full-width="true"><thead><tr><th></th><th></th></tr></thead><tbody><tr><td>Title</td><td>The chosen name of your Portal</td></tr><tr><td>Slug</td><td>The unique ID of the Portal</td></tr><tr><td>Primary Language</td><td>Select the main language to be used for your Portal</td></tr><tr><td>Theme</td><td>Choose between Light or Dark themes </td></tr><tr><td>Primary and Secondary color</td><td>Choose the two main colors for your Portal</td></tr><tr><td></td><td></td></tr></tbody></table>

{% hint style="info" %}
*These can be edited anytime.*
{% endhint %}

<figure><img src="/files/kyw0L2Ycr5ZFwIgZl3aA" alt="" width="375"><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/creating-a-portal.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.
