> For the complete documentation index, see [llms.txt](https://docs.kognitos.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text.md).

# Text

### **Getting Started** <a href="#getting-started" id="getting-started"></a>

To begin automating in this category, follow the guides below. Use the provided examples and syntaxes to add the procedures to your automations.

### Text Automation Procedures

{% content-ref url="/pages/Sbir0JYKLY3CYHU4xsoB" %}
[Boolean Checks](/legacy/legacy-experience/automation-areas/text/boolean-checks.md)
{% endcontent-ref %}

{% content-ref url="/pages/65qXexyM72NBafzqCWhv" %}
[Conversions](/legacy/legacy-experience/automation-areas/text/conversions.md)
{% endcontent-ref %}

{% content-ref url="/pages/DOwoeOg4ZpFrsRTZuEMt" %}
[Combine Texts with Separator](/legacy/legacy-experience/automation-areas/text/combine-texts-with-separator.md)
{% endcontent-ref %}

{% content-ref url="/pages/jjKGylFhELLZAAMJddXe" %}
[Extract Markdown Headings](/legacy/legacy-experience/automation-areas/text/extract-markdown-headings.md)
{% endcontent-ref %}

{% content-ref url="/pages/lfAyWvyTXEw9MFRaEjUQ" %}
[Extract Elements from Text](/legacy/legacy-experience/automation-areas/text/extract-elements-from-text.md)
{% endcontent-ref %}

{% content-ref url="/pages/SBrY2nqOJBvAAxO3t9AT" %}
[Get Text Length](/legacy/legacy-experience/automation-areas/text/get-text-length.md)
{% endcontent-ref %}

{% content-ref url="/pages/mRBZlKUmhhm08AZ3epDm" %}
[Removal](/legacy/legacy-experience/automation-areas/text/removal.md)
{% endcontent-ref %}

{% content-ref url="/pages/8dxelPZ8j6YOeA2f717b" %}
[Replace Text](/legacy/legacy-experience/automation-areas/text/replace-text.md)
{% endcontent-ref %}

{% content-ref url="/pages/OgVICM5cPw0XnLMgDZjA" %}
[Split Text](/legacy/legacy-experience/automation-areas/text/split-text.md)
{% endcontent-ref %}


---

# 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:

```
GET https://docs.kognitos.com/legacy/legacy-experience/automation-areas/text.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.
