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

# settings

> Update current-user preferences and workspace information.

```text theme={null}
kylon workspace settings — kylon workspace help detail

settings — update the current requesting user's preferences or workspace information
  kylon workspace settings notifications get
  kylon workspace settings notifications update [--highlight-push on|off] [--dm-push on|off] [--mute-until <iso_timestamp|none>] [--suppress-when-active on|off] [--foreground-sound on|off]
    Read or change only the live requesting Human's notification preferences in this workspace. Specify at least one update.
    Disabling notifications must match the user's request. Device tokens and other workspaces are not exposed.
  kylon workspace settings user-region update --region <country_code|auto>
  kylon workspace settings user-timezone update --timezone <iana_timezone|auto>
  kylon workspace settings user-language update --language <language_code|auto>
    These commands always target the human directly requesting the current turn. Use auto to restore automatic detection.

  kylon workspace settings workspace-name update --name <name>
  kylon workspace settings workspace-icon update --icon <workspace_file_path>
  kylon workspace settings workspace-icon update --clear-icon
    These commands act with that current user's workspace permissions and require workspace management access.
    --icon: workspace path returned by kylon workspace file upload --source <local_path> --dest <workspace_file_path>
    (e.g. shared/workspace-icon.png). Supported formats: png, jpg, jpeg, gif, webp, svg. Max 2 MB.

Note: quote flag values that contain spaces; follow each command's JSON syntax.
```
