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

# settings.reset

> Emitted when settings are reset.

## Event Properties

| Field          | Value              |
| -------------- | ------------------ |
| `event`        | `"settings.reset"` |
| `confidential` | `boolean`          |
| `payload`      | `object`           |

<Tabs>
  <Tab title="Public Payload">
    No payload properties.

    #### Example

    ```json theme={null}
    {
      "event": "settings.reset",
      "confidential": false,
      "payload": {}
    }
    ```
  </Tab>

  <Tab title="Confidential Payload">
    No payload properties.

    #### Example

    ```json theme={null}
    {
      "event": "settings.reset",
      "confidential": true,
      "payload": {}
    }
    ```
  </Tab>
</Tabs>
