# RCS Variables

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

| **Variable**        | **Description**                               |
| ------------------- | --------------------------------------------- |
| bot\_channel        | Set to "RCSChannel"                           |
| user\_id            | The contact phone number                      |
| user\_phone\_number | The contact phone number                      |
| rcs\_capabilities   | The capabilities list of the current contact. |

### RCS Capabilities

The rcs\_capabilities variable mentioned above will be automatically filled for every new (or returning) contact that is targeted by a push or initiates a conversation with your bot. The variable is automatically filled **before the flow starts** and can be used to change the flow according to your content requirements.

The variable will contain the joined list of all the current device capabilities:

| Value                | Capability                        |
| -------------------- | --------------------------------- |
| CHAT                 | Standard text message             |
| FILETRANSFER         | File Transfer                     |
| GEOLOCATIONPUSH      | Information about geo location    |
| CHATBOTCOMMUNICATION | Rich card and suggested chip list |
| RICHCARD\_STANDALONE | Single card                       |
| RICHCARD\_CAROUSEL   | Multi-card carousel               |
| ACTION\_DIAL         | Dial phone button                 |
| *ACTION\_OPEN*\_URL  | Open external Url.                |


---

# 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/rcs/rcs-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.
