# Spintax

Spintax lets you randomly vary text. This can be helpful on sites with anti-spam measures that check whether messages or emails are unique.

For example, you can enter text like this:

**{hi|hello|hey|howdy}**

The TaskBot will randomly pick one of the provided options.

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

#### In which building blocks can I use spintax?

You can use spintax in the **Update Data** and **Insert Text or Data** building blocks.

In **Update Data**, spintax is disabled by default. To enable it, check the **Use spintax** checkbox.


---

# 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://docs.zerowork.io/using-zerowork/using-building-blocks/dynamic-inputs/spintax.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.
