> 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/set-user-data.md).

# Set User Data

| Field               | Description                                                                                                                                                       |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **User to set for** | The user to set a user data value for. 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 set. This is similar to a variable name, but it's specific to just the user it's set for.                                                |
| **Set value to**    | The value to set for this field on this user.                                                                                                                     |
