# Discord Specific Variables

As part of FlowBridge Connect functionality, we will populate your flow with specific variable that you can use at your own will. All you need to do is create the variable name in Voiceflow and FlowBridge Connect will automatically populate them with information

Here are the Discord specific variables you can create:

| Variable Name          | Value                      | Description                                                                                                |
| ---------------------- | -------------------------- | ---------------------------------------------------------------------------------------------------------- |
| user\_name             | String                     | The first name of the user's account.                                                                      |
| user\_id               | String                     | Session identifier - uses Discord user ID for DMs, channel ID for guild channels to create shared sessions |
| channel                | String                     | the channel the user is communicating on. It will be "discord" for Discord conversations                   |
| channel\_user\_id      | String                     | Actual Discord user ID of the message sender (always the individual user, even in guild channels)          |
| conversation\_type     | `"dm"` or `"channel"`      | Type of conversation - "dm" for direct messages, "channel" for guild/server channels                       |
| discord\_channel\_id   | Integer                    | Discord channel ID where the message was sent (DM channel ID for DMs, guild channel ID for channels)       |
| discord\_guild\_id     | Integer                    | Discord server/guild ID (only populated for guild channel messages, not available for DMs)                 |
| discord\_channel\_name | `"general"` or `"support"` | Name of the guild channel (only populated for guild channels, not available for DMs)                       |

For more information on the variables, check out the [Automatically Populated Variables page](/documentation/basics/automatically-populated-variables.md)


---

# 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.flowbridge.app/documentation/social-integrations/discord-new/discord-specific-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.
