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

# Edit User Data

| Field               | Description                                                                                                                                                     |
| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **User to set for** | The user to edit the data field 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 edit.                                                                                                                                  |
| **Operation**       | The operation to be applied to the field's value.                                                                                                               |
| **Value**           | The value to add, subtract, multiply, or divide by.                                                                                                             |
