> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-pages/get-started/add-a-textbox-to-my-story.md).

# Add a textbox to my story

<figure><img src="/files/rQm9w1xeldC6q649Ecmo" alt=""><figcaption></figcaption></figure>

Inserting a textbox

Customizing a textbox

Auto size

<figure><img src="/files/8kV2y4zwCKDUSXY4e4zw" alt=""><figcaption></figcaption></figure>

### Inserting a Textbox

To add a textbox, click on the Global Insert menu on the top of the editor or the Elements tab on the left panel. Select textbox and click to add it to a section. Once a textbox is inserted, a blinking cursor appears allowing you to add content. The textbox auto-adjust to the amount of text added. Double click inside the textbox to make any edits.

To customize the text, use the text formatting options as described here .

<figure><img src="/files/vB0wkA1MG0uYcv0umJEq" alt=""><figcaption></figcaption></figure>

Use the contextual panel on the right side to customize the textbox.

From here you can:

* Auto Size a textbox
* Add a background color or image
* Rotate the textbox by specifying the angle
* Add a link
* Add padding- horizontal and vertical
* Add a border and Shadow. By default these two are collapsed, when you enable them, all the related options show up.
* Replace the textbox with another element
* Apply a template
* Save the textbox as a component


---

# 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.maker.co/maker-pages/get-started/add-a-textbox-to-my-story.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.
