# Text

To display text to all users that can be edited in realtime, you will need to use TextMeshProView. TextMeshProView uses TextMeshPro's text components. It can be used with both 3D and UI TextMeshPro componenets.

To get started, add TextMeshProView to your text object and assign the TextMeshPro component to the Text property field of TextMeshProView. Add a Guid Component too.

<figure><img src="/files/989nI9Cgwl1CDh9JbB36" alt=""><figcaption></figcaption></figure>

In order to edit the text in realtime, see [Editing](/development/features/editing-values.md).


---

# 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.holofair.app/development/features/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.
