# Other Components

In the Report design interface, aside from data-driven elements, users can also add **presentation and layout components** to enhance visual appeal, guide interpretation, and improve the overall user experience.

#### The following components are supported to help build more engaging and effective reports:

* **Add Tex**t: Insert a **text box** into the report page to include titles, report descriptions, usage instructions, or annotations to clarify data for readers.
* **Add Image**: Insert images from external sources into the report. This can be used to:
  * Display **logos** (e.g., company or product branding).
  * Add **illustrative visuals** that are not part of the data.
  * Enhance the layout by using images as **backgrounds** or **decorative elements**.
* **Add Button**: Insert **interactive buttons** to create navigation and interactivity in the report. Buttons can be configured to:
  * Navigate to other **pages** within the same report.
  * Link to **external reports**.
  * Open **reference content** or **related documents**.


---

# 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.datasuite.vn/english/features/other-components.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.
