# Spintax

**Spintax**, which is abbreviated for Spin Syntax, **is a list of text phrases, sentences and synonyms separated by the pipe character (|)**. Each group of keywords is enclosed inside curly brackets ({}). The Spintax parser picks a random keyword or sentence from the available choices and generates unique sentences for each iteration.

By using Spintax Syntax, we can spin the content in the message and comments. With the aid of Spintax Syntax, we use different styles and formats of writing. Perform the below steps for using Spintax Sytax in Auto Comment and Auto DM:

**1. Spintax Input**

```
{Hi|Hello|Good Morning}
```

**Outputs**

– Hi\
– Hello\
– Good Morning

**2. Spintax Input**

```
{Nice|Cool|Beautiful} photo
```

**Outputs**

– Nice photo\
– Cool photo\
– Beautiful photo

There are no limits on the number of Spintax parts that you use in the comment.

Set-up your comments and use the special characters {|} inside it to spin the content. Each of the words or phrases contained with {|} are randomly substituted in the spun article.

`{Nice|Great} to connect with you!`

The above message will now appear as below every time it is automatically posted in your Instagram.

`Nice to connect with you!`\
`Great to connect with you!`

So, you use the Spintax to construct your messages so they do not look repeat to the readers.

Spintax works with Auto Comment and Auto DM functions.


---

# 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://help.hyperibf.com/other/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.
