# Facebook 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 Facebook specific variables you can create:

| Variable Name     | Value   | Description                                                                                                |
| ----------------- | ------- | ---------------------------------------------------------------------------------------------------------- |
| Channel           | String  | the channel the user is communicating on. It will be "facebook" for Facebook conversations                 |
| user\_id          | Integer | Facebook Page-Scoped User ID (PSID) (e.g., `1234567890`)                                                   |
| channel\_user\_id | Integer | This is the same as `user_id` and exists only to unify the variable naming across all integration channels |

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/facebook-messenger/facebook-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.
