# Instagram Variables

The following variables are automatically added to your conversation when your chatbot is conversating on this channel:

| Variable                   | Description                                                |
| -------------------------- | ---------------------------------------------------------- |
| bot\_channel               | Set to "InstagramChannel"                                  |
| profile\_pic               | The full id url of the user profile picture, if available. |
| mention\_url               | The public url of the story subject to the mention event   |
| follower\_count            | The number of followers of the user contacting the bot     |
| is\_business\_follow\_user | Indicates whether the business follows the customer or not |
| is\_user\_follow\_business | Indicates whether the customer follows the business or not |
| is\_verified\_user         | Verification status for the customer                       |
| instagram\_username        | The user username                                          |
| last\_story\_reply\_id     | The unique id of the last valid story reply                |

Depending on user specific privacy settings some values may still be empty.


---

# 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.mylinkconnect.com/basic-concepts/publishing/channels/instagram/instagram-variables.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.
