# Create Block

Video Link: <https://youtu.be/3RihEJ-Br1U>

1. To add data to your pages and retrieve it from APIs provided by our CMS, you need to **create blocks** within those pages. To create blocks, click on three dots on a page's right side and select the **View Blocks** option.

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

2. Click on **Block Library** to create a block for your page.

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

3. Fill up the form and click on **Create** . Here we selected a Rich Text Type block, which stores HTML content in the CMS.

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

4. Enter your content in the newly created block in the editor and click on **Save.**

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

5. You can also see the response that you will get from our APIs for all the blocks, by clicking on the **View Response** button.

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

{% hint style="info" %}
Our platform offers six distinct block types for users to utilize:

1. Text: Designed for inputting concise text content.
2. Text Area: Intended for entering lengthy paragraphs or extended text.
3. Link: Facilitates the inclusion of image links through the Cloudinary service.
4. Rich Text Editor: Enables the direct conversion of written content into HTML code.
5. Group: A collection of Text, Text Area, Link, and Rich Text Editor blocks.
6. List: A sophisticated and hybrid form of grouping elements.
   {% endhint %}


---

# 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-block.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.
