> 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/cac-tinh-nang/cac-thanh-phan-khac/them-van-ban-add-text.md).

# Thêm văn bản (Add text)

{% stepper %}
{% step %}

#### Thêm vùng văn bản

Tại thanh công cụ phía trên, nhấn vào biểu tượng ![](/files/sJxBkQ7Nal6hMYAh2S7a) để thêm một **hộp văn bản** vào Report Page.

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

{% step %}

#### Điều chỉnh kích thước và vị trí&#x20;

Sau khi một hộp văn bản được thêm vào trang, người dùng có thể:

* **Kéo/thả** để điều chỉnh vị trí trên trang.
* **Kéo góc dưới bên phải** của hộp để thay đổi kích thước theo nhu cầu.
  {% endstep %}

{% step %}

#### Soạn thảo và định dạng văn bản

* Người dùng có thể nhập trực tiếp nội dung vào hộp văn bản, hoặc **dán nội dung đã sao chép** từ nguồn khác.
* Sử dụng thanh công cụ phía trên hộp văn bản để định dạng nội dung:\
  Các tùy chọn định dạng bao gồm:
  * **Chọn kiểu của đoạn văn**\
    ![](/files/AAq23FPgv0gX3KDdnTb8)
  * **Kiểu chữ:** In đậm (B), In nghiêng (I), Gạch chân (U)

    <div align="left"><figure><img src="/files/TUXrxB6ATMsQydB32Guh" alt=""><figcaption></figcaption></figure></div>

{% endstep %}

{% step %}

#### Tùy chỉnh giao diện hộp văn bản

Ở thanh bên phải, trong tab **Visualizations → Style**, người  dùng có thể cấu hình thêm:

* **Background**: Bật/tắt chế đồ màu nền của hộp văn bản.
  * **Color**: chọn màu nền của hộp văn bản (mặc định là màu trắng `#FFFFFF`).
  * **Transparency**: Thiết lập độ trong suốt của nền (0 = không trong suốt, 100 = trong suốt hoàn toàn).
* **Reset to default**: Khôi phục các cấu hình về cấu hình mặc định ban đầu.

  <div align="left"><figure><img src="/files/o7A8tFjEgdLESSlwBrXJ" alt=""><figcaption></figcaption></figure></div>

{% 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/cac-tinh-nang/cac-thanh-phan-khac/them-van-ban-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.
