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

# Text Elements

In this article, you learn how to add text elements to a step. There are two kinds of text: **Headline** and **Paragraph** widgets.&#x20;

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

## Customizing text

Follow these instructions to add a **Headline** or **Paragraph** widget to the canvas.

1. Drag a widget to a canvas location.
2. Click one time inside the widget to display the text editor.

![Headline editor](/files/Thpj5wt3geLC13Vwdhpm)

3\. Enter text.

4\. Use the editor to style the text (font size, alignment, color, bold, etc.).

5\. Click Save changes.

6\. Click Preview.

{% hint style="success" %}
**Note**  You can quickly edit and style other elements on the canvas at the same time. Click the widget to open the settings panel and make changes.
{% endhint %}

### Adding custom settings

Click the widget one time to open the **Headline** settings on the left panel. This is where you can style your text (e.g. margins, background, color, etc.).

Click the **Style** tab to change the padding, spacing, add text shadow effects etc.

Click the **Data** tab to bind data to it. It gives you the power to design **any element as a product**, making your element more interactive.

Click the **Interaction** tab to give the headline an action when it's clicked, hovered over or on mouse leave)

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


---

# 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.funnelish.com/start/funnel-builder/editor-text-elements.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.
