> For the complete documentation index, see [llms.txt](https://helpdocumentation.gitbook.io/user/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocumentation.gitbook.io/user/automation-apps-blocks.md).

# Automation Apps / Blocks

- [Workflow Counter](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/workflow-counter.md)
- [Splitter Block](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/splitter-block.md)
- [Slice And Parse Function](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/slice-and-parse-function.md)
- [Slice Function](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/slice-and-parse-function/slice-function.md)
- [Parse Number Function](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/slice-and-parse-function/parse-number-function.md)
- [Slice And Parse Function](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/slice-and-parse-function/slice-and-parse-function.md)
- [Text Block](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/text-block.md)
- [Find Text Block](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/text-block/find-text-block.md)
- [Replace Text Block](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/text-block/replace-text-block.md)
- [Remove Text block](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/text-block/remove-text-block.md)
- [Split Text Block](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/text-block/split-text-block.md)
- [URL Encode](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/text-block/url-encode.md)
- [URL Decode](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/text-block/url-decode.md)
- [HTML to Markdown](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/text-block/html-to-markdown.md)
- [Default Value](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/text-block/default-value.md)
- [Text Parser](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/text-block/text-parser.md)
- [Change Case](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/text-block/change-case.md)
- [Generate Unique ID](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/text-block/generate-unique-id.md)
- [Date-Time Formatter](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/date-time-formatter.md)
- [Modify Current Date Block](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/date-time-formatter/modify-current-date-block.md)
- [Get Duration Difference](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/date-time-formatter/get-duration-difference.md)
- [Format Date Only](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/date-time-formatter/format-date-only.md)
- [Add-Subtract Time](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/date-time-formatter/add-subtract-time.md)
- [Current Date](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/date-time-formatter/current-date.md)
- [Get Current UTC Timestamp](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/date-time-formatter/get-current-utc-timestamp.md)
- [Format Date with Time Zone](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/date-time-formatter/format-date-with-time-zone.md)
- [Get Date-time from Unix Timestamp](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/date-time-formatter/get-date-time-from-unix-timestamp.md)
- [Format Date (To Specific Time-Zone)](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/date-time-formatter/format-date-to-specific-time-zone.md)
- [Time Delay Block](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/time-delay-block.md)
- [Calculator Block](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/calculator-block.md)
- [Random Number Generator Block](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/random-number-generator-block.md)
- [Basic Iterator](https://helpdocumentation.gitbook.io/user/automation-apps-blocks/basic-iterator.md)


---

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