> For the complete documentation index, see [llms.txt](https://manual.madewithframes.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.madewithframes.com/element-behaviours/text.md).

# Text

You **don't** need to change the height or width of the text elements to fit your text, as Bubble does this for you while retaining the Frames responsive settings.

Notice in the example below that the text element only contains 3 words, however, we have to display 6 words. Bubble handles this for us and will add height to the text element auto-magically 🙌

<div align="left"><img src="/files/-MhxKGCvnNDX2iTd_jTb" alt="Editor view"></div>

<div align="left"><img src="/files/-MhxKN4L5RbJU_pETzZm" alt="Rendered view"></div>


---

# 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:

```
GET https://manual.madewithframes.com/element-behaviours/text.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.
