# Remove Text block

1. Go to your **Automation Builder Flow**.
2. Click on **Add Node** and open **Show All Apps** (or **Add Automation App**).
3. Search for **Text Formatter** and select it.
4. From the available modules, choose **Remove Text**.

#### Setup Authentication (If Required)&#x20;

5. If authentication is not available, click **Add New Authentication**.
6. Enter a **Label** and add your **API Key**(Access Token from Channel Page), then select it.

#### Configure Remove Text

7. Select or map the **Text** from your data where content needs to be removed.
8. In the **Remove Field**, enter the word or value that should be removed (for example, `index`).
9. Click **Run** to preview the result.
10. Click **Save** to apply the changes.

#### Verify Output

11. Go to **Run History** → **Output** → **Response** → **Data** to confirm the text has been removed successfully.

The **Remove Text** block can be used in multiple scenarios depending on your automation requirement, such as cleaning responses, removing unwanted keywords, or formatting dynamic data.

{% embed url="<https://youtu.be/ntTEsyu9aYA>" %}


---

# 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://helpdocumentation.gitbook.io/user/automation-apps-blocks/text-block/remove-text-block.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.
