# Text Elements

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Text</strong></td><td><img src="/files/28cW7Dmu9AUOE2siBwLh" alt=""></td><td><mark style="color:purple;">Provides a static text field to present data, instructions, or information within your application</mark></td><td><a href="/pages/uMA70QZnVePKJ9HKjeb3">/pages/uMA70QZnVePKJ9HKjeb3</a></td></tr><tr><td><strong>Text Area</strong></td><td><img src="/files/1sUlWwZc4kdV99Midtis" alt=""></td><td><mark style="color:purple;">Expandable area for text input, allowing for extensive data entry across multiple lines</mark></td><td><a href="/pages/WYCnAzn3PtJtteBsYOQl">/pages/WYCnAzn3PtJtteBsYOQl</a></td></tr><tr><td><strong>Editor</strong></td><td><img src="/files/J97xyTeuhvuGMqlHsCdL" alt=""></td><td><mark style="color:purple;">Versatile editing field that supports syntax highlighting and formatting for code and text in various languages and formats</mark></td><td><a href="/pages/6Bdhq9WbRc0n0dQxlHml">/pages/6Bdhq9WbRc0n0dQxlHml</a></td></tr><tr><td><strong>Copy to Clipboard</strong></td><td><img src="/files/JDpqpiwTV73TKvBxFC2S" alt=""></td><td><mark style="color:purple;">Integrates a copy function to quickly duplicate text from a widget to the system clipboard</mark></td><td><a href="/pages/NPIHfp2fKpFzUNXKxKZa">/pages/NPIHfp2fKpFzUNXKxKZa</a></td></tr><tr><td><strong>Markdown</strong></td><td><img src="/files/Jheo0q37Hp5F8qsYIWBP" alt=""></td><td><mark style="color:purple;">Renders markdown syntax as styled text, facilitating the display of structured content and documentation</mark></td><td><a href="/pages/p3QF5spJNbfQUoBpKFvq">/pages/p3QF5spJNbfQUoBpKFvq</a></td></tr><tr><td><strong>Tooltip</strong></td><td><img src="/files/atFAXuY5TiUWloB1gCn8" alt=""></td><td><mark style="color:purple;">Provides contextual information and guidance when a user hovers over a UI element with the cursor</mark></td><td><a href="/pages/PrFtMCTcyOh244SGhrc3">/pages/PrFtMCTcyOh244SGhrc3</a></td></tr><tr><td><strong>ElementTag</strong></td><td><img src="/files/DPRJRlIi4TIhPhLzh23M" alt="" data-size="original"></td><td><mark style="color:purple;">Represents a specific attribute or classification</mark></td><td><a href="/pages/0vuc7oJuyVNbYj6OUisg">/pages/0vuc7oJuyVNbYj6OUisg</a></td></tr><tr><td><strong>ElementTagsList</strong></td><td><img src="/files/EmEyn3xTVNo0Xpm6eO2q" alt="" data-size="original"></td><td><mark style="color:purple;">These tags serve as identifiers or categories that provide quick information about the entity.</mark></td><td><a href="/pages/hYmJsj4NgAclb2fFcuuc">/pages/hYmJsj4NgAclb2fFcuuc</a></td></tr><tr><td><strong>Docstrings</strong></td><td><img src="/files/5gILufPauHjcqYvSRa4L" alt="" data-size="original"></td><td><mark style="color:purple;">Allows you to display a given docstring as HTML-formatted content</mark></td><td><a href="/pages/Usil4LUe4sxQNMFsZP8F">/pages/Usil4LUe4sxQNMFsZP8F</a></td></tr></tbody></table>


---

# 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://developer.supervisely.com/app-development/widgets/text-elements.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.
