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

# Text

Add text directly to scenes to create layout and labels.

<figure><img src="https://3377749587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOUQ3EAPIPziQuBKQgmTy%2Fuploads%2FLMhRuqON1ccwv6SnvWP3%2Fgitbook_text.png?alt=media&amp;token=17137297-34e4-4bf7-b931-89fc897a1934" alt=""><figcaption></figcaption></figure>

***

## How to use

### Create a New Text Layer

{% stepper %}
{% step %}

#### Select “Text Layout”

Under the scene, select the <i class="fa-text" style="color:$primary;">:text:</i> <kbd><mark style="color:$primary;">**Text**<mark style="color:$primary;"></kbd>  from the tools menu, which opens the Text Layout inspector on the top of the playground
{% endstep %}

{% step %}

#### Add Text to the Scene

1. Click anywhere on the scene and write your text
2. The text layer will appear in the layer list once you click outside the text area.

<figure><img src="https://3377749587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOUQ3EAPIPziQuBKQgmTy%2Fuploads%2Fzku4fmR6XRn4OY7lHpTP%2Fgitbook_add%20text.png?alt=media&amp;token=5437e397-5224-4129-af17-1864ef3173a2" alt=""><figcaption></figcaption></figure>

You can create as many text layers as you want within a scene.&#x20;
{% endstep %}
{% endstepper %}

### Edit an Existing Text Layer

{% stepper %}
{% step %}

#### Select a Text Layer

Select text layers to move, resize, or modify them.

**Select a single layer:**

* Single-click on any text layer to select
* A Selection border appears around the text

**Select multiple layers:**

* Hold Shift and click each text layer
* Selection border appears around both text layers

{% hint style="info" %}
**Multi Layer Selection**

After selecting multiple layers, you will be able to: Align, Group them, and apply same text styling.
{% endhint %}
{% endstep %}

{% step %}

#### Make Edits

* **Edit your Text:** double-click a text layer to edit the text.
* **Move your Text**: click and drag to a new position.
  {% endstep %}

{% step %}

#### Finish your Edit

1. Click anywhere outside the text area to exit the editing mode.
2. Your edits are automatically saved.
   {% endstep %}
   {% endstepper %}

***

## Other text features

{% content-ref url="/pages/JMLvMYnPG1aEa8MSJzCO" %}
[Typefaces](/tools/text/typefaces.md)
{% endcontent-ref %}

{% content-ref url="/pages/uoBTVZJnlW22rGEsOeRN" %}
[Text Settings](/tools/text/text-settings.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.theseaai.com/tools/text.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
