# Text Display

"Text Display" is a Special Virtual Object that allows a user to be able to display a Text in the simulation.&#x20;

To add a custom text display, search for “TextDisplay” in the virtual object search panel. Add these customizable attributes and change to according to what you need

Customizable Attributes:

“Text”: (String) value of the display text&#x20;

“Color”: (Integer) pick a number correspond to the text color you want

* 0: white
* 1: black
* 2: red
* 3: green
* 4: blue
* 5: yellow
* 6: cyan
* 7: magenta

“BackgroundColor”: (Integer) pick a number correspond to the background color you want

* 0: white
* 1: black
* 2: red
* 3: green
* 4: blue
* 5: yellow
* 6: cyan
* 7: magenta


---

# 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.siminsights.com/virtual-entities-vx/special-virtual-objects/text-display.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.
