> For the complete documentation index, see [llms.txt](https://docs.discordbotstudio.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.discordbotstudio.org/response-nodes/user-data-category/get-user-data.md).

# Get User Data

| Field                          | Description                                                                                                                                               |
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **User to get data from**      | The user to get the data from. This should evaluate to an id; you can manually copy a user's id or get it programmatically by using a user type variable. |
| **Data field**                 | The name of the field to get.                                                                                                                             |
| **Save to variable with name** | The name of the variable this user data field's value will be stored in.                                                                                  |
| **Variable Type**              | The type of the variable to save as.                                                                                                                      |
