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

# Text

### **Adding a text**

This can be done by pressing the + sign on the top left of the side menu. You can also copy a text you already have by selecting it and pressing ctrl + c and ctrl + v.

### &#x20;**Removing a text**

This can be done by pressing the - sign in the top right and selecting the text you want to remove and then pressing the yes button below the texts. &#x20;

![](https://lh6.googleusercontent.com/Cl6vUKoyXKHZYcJKlzu4Lsy3ITgrqmdj62iyKjjCq6mO8o-d6EqlQEpFXhdgVdhkcW9-EYw6gyiGtEiMER6P9zuZ9bQVO-7hww9GCl8DtvON5RH7unYaQGnlVc4LA9eEb1U9w3ON)

### **Advanced options**

This is where you find your Font selector, Font variant, Spacing and Line height. This is also where you can upload fonts, by clicking the upload button in the font selector. You can also upload fonts in the library. Accepted font are OTF TT&#x46;**.**

You also have your normal text options here: Bold, Cursive, Underline, All CAPS and Alignment tex&#x74;**.**<br>

![](https://lh5.googleusercontent.com/rPucZ3-QPpCHdyaZi7gSEhCY7vIPspzfdPdw2B_C3DDjMdpyWgCO0lKEl6tNAoq5bKatpncCVvbN395UAFym_-pwMHjHyjWO4S5wGXsOAika9VlzzDnJ-6eqTIaYJji7GwzNpMoM)

### &#x20;Size

Text sizes can be selected in the top menu. Here is also where you find auto-resize.

![](https://lh3.googleusercontent.com/8YDJlfgxrmyM0bHkbpsykSmXFSPCyU_3FUSUGh-XkIHfgPz_woVkLuA8aHkEVTtq3nlMwsYeiw9LxP2T4GMXTvTeDiXl-SXW7YmZPnCY2dPlD2pJRqxysoQGo-4rucOBT9R-4T6e)

#### &#x20;**Auto-Resize**&#x20;

Auto-resize works in two ways. The first way is that if you make the text box bigger the text will make the text bigger or smaller to fit the text box. The second way is that if you add more text to the text box it will resize the text to fit the box without overflowing.&#x20;

![](https://lh4.googleusercontent.com/lfLOt8vNUem58WlRSxDHYvZG1fSbwRzBkB4oYnMjlmEd3-nJmpx__2d33NdETcM2Ev1kAW3CA6GZqaebqNL-MA9IP9gkv0_NjIEhh_WoL4m6x5lTrhV1NFGdxz5enK83AryxLqgI)

### Colors and shadows

\
Text color can be selected by clicking on a text and in the small side menu that pops up to the left. Here you can select color with #hex - RGB. This is also where you can add a shadow to the text itself.

![](https://lh6.googleusercontent.com/pVZChRyFcAG7fq4yesmfJCpU-yI9EaF7Gi0n-esPHZ-Sv8E9O1fYnqbrHhx8cqvNXAIdqpx9njC4AKjroFRXy6DcEcPsY0LLla3XkRzqW0wg62ACW9e_Ajn1lVJtkYcpruVJzxx0)


---

# 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.adrapid.com/editor/templates/template-items/template-text-item.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.
