> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update user settings

> Update a user setting (name or bio) in Zo.

{/* Tool: update_user_settings */}

## Parameters

<ParamField path="field" type="string" required={true}>
  Which setting to update: 'name' or 'bio'.
</ParamField>

<ParamField path="value" type="string" required={true}>
  The new value for the setting.
</ParamField>
