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

# Privacy & Security

> Request an export of your data, delete your data, and review the requests you have made.

export const PrivacySecurityFaq = () => <AccordionGroup>
    <Accordion title="How do I export or delete my data?">
      Open <strong>Settings → Privacy & Security</strong>. Use <strong>Export My Data</strong> to request a copy of your data, or use deletion to request that your data be deleted. webAI keeps a local record of the requests you have made. See the <a href="https://www.webai.com/privacy">Privacy Policy</a> for how your data is handled.
    </Accordion>
  </AccordionGroup>;

Open **Settings** from the **account menu at the bottom left of the sidebar**, then choose **Privacy & Security** to export or delete your data.

See the [Privacy Policy](https://www.webai.com/privacy) for how your data is handled.

## Export my data

Use **Export My Data** to request a copy of your data. webAI keeps a **local record** of the export and deletion requests you have made, so you can review them later.

## Delete my data

**Privacy & Security** also includes deletion, alongside export, so you can request that your data be deleted. The deletion section uses the same design system as the rest of Settings.

<Note>
  Export and deletion requests are stored locally on your machine as a record of what you have submitted.
</Note>

## Common questions

<PrivacySecurityFaq />

<Note>
  More answers are in the [FAQ](/support/faq#settings).
</Note>
