# Create Page

Video Link: <https://youtu.be/vfWMoVGng0E>

1. Click on the 3 dots in the website block's top right corner, and choose the **View Pages** option.

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

2. Click on **Create Page** button.

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

3. Fill up the page details form, and click on **Create** button to create a page.

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

4. You have created a page for your website successfully.

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

5. If you desire to see code for the particular page, click on ⓘ on right side, and choose **View Code** option.

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

{% hint style="info" %}
You can get the **Page Id** by hovering on the ⓘ ico&#x6E;**.**

![](/files/KTwLPdjIzUQRvBlCw5WA)
{% endhint %}

{% content-ref url="/pages/dmNCnZP86Hy7XBwdB9Ve" %}
[Get a page by ID](/nexaflow/developer-apis/get-a-page-by-id.md)
{% endcontent-ref %}


---

# 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://nexaflow.gitbook.io/nexaflow/dashboard/create-page.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.
