# Text Parser

The **Text Parser** block is used to extract pattern-based data from a sentence.\
It helps capture values like OTPs, coupon codes, invoice numbers, or API responses.

Steps

1. Add a new node in your flow
2. Go to **Formatter → Text Formatter**
3. Select **Text Parser**
4. Choose or create **Authentication**
5. Enter the **Input Text**
   * Example: `Your coupon code is 456789 use it`
6. In **Text Match After**, enter `is`
7. In **Text Match Before**, enter `use`
8. Click **Run & Save**
9. Check **Run History → Output Response**

The parser will extract the value between the defined patterns (e.g., `456789`).

This is useful for extracting OTPs, codes, invoice numbers, or specific data from text.

{% embed url="<https://www.youtube.com/watch?v=R4fpaF9h1E4>" %}

<br>


---

# 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/text-parser.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.
