> For the complete documentation index, see [llms.txt](https://docs.datasuite.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasuite.vn/english/features/other-components/add-text.md).

# Add Text

{% stepper %}
{% step %}

#### Add a Text Box

On the top toolbar, click the ![](/files/sJxBkQ7Nal6hMYAh2S7a)  button to add a **text box** to the Report Page.

<figure><img src="/files/ZHqwZGuZ0bMoSAJZbrIC" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Adjust Size and Position

Once the text box is added to the Page, you can:

* **Drag and drop** to reposition it on the report.
* **Drag the bottom-right corner** of the text box to resize it as needed.
  {% endstep %}

{% step %}

#### Edit and Format Text

You can either:

* Type content **directly** into the text box, or
* **Paste** text copied from another source.

Use the formatting toolbar above the text box to customize the appearance. Formatting options include:

* **Paragraph style** selection\
  ![](/files/AAq23FPgv0gX3KDdnTb8)&#x20;
* **Font styling**: Bold (B), Italic (I), Underline (U)

<figure><img src="/files/TUXrxB6ATMsQydB32Guh" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Customize Text Box Appearance

In the **right sidebar**, under **Visualizations → Style tab**, you can configure:

* **Background**: Turn the text box background on or off.
  * **Color**: Set the background color (default is white `#FFFFFF`).
  * **Transparency**: Adjust background transparency (0 = opaque, 100 = fully transparent).
* **Reset to Default**: Restore the text box to its original default style.

<figure><img src="/files/o7A8tFjEgdLESSlwBrXJ" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.datasuite.vn/english/features/other-components/add-text.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
