> ## 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.

# System

> Version info, updates, diagnostics, machine information, and factory reset.

export const SystemFaq = () => <AccordionGroup>
    <Accordion title="How do I update the app?">
      Go to <strong>Settings → System</strong> and <strong>check for and apply updates</strong>. The same section shows your current version and whether you're on a stable or experimental build.
    </Accordion>
    <Accordion title="What does Factory reset do?">
      Found under <strong>Settings → System</strong>, <strong>Factory reset</strong> clears all app data and returns webAI to defaults, then re-runs first-run onboarding. It's permanent, so only use it when you want a completely clean slate. To find on-disk folders for manual removal, see <a href="/support/faq#models--storage">Where does webAI store data on my Mac?</a> in the FAQ.
    </Accordion>
  </AccordionGroup>;

Open **Settings** from the **account menu at the bottom left of the sidebar**, then choose **System** for version info, updates, diagnostics, and factory reset.

## Version and updates

* See the app **version** and whether you're on a stable or experimental build, plus which **runtime** you're on.
* **Check for and apply app updates** from this section.

## Machine information

View **machine information**: operating system, CPU, memory, disk, and uptime, to understand what your Mac can handle.

## Diagnostics

Run **diagnostics** to check connectivity and related health when something isn't working as expected.

## Factory reset

**Factory reset** clears all app data and returns webAI to defaults (this re-runs first-run onboarding). Use it when you want a completely clean slate inside the app.

<Warning>
  **Factory reset is permanent.** It clears all app data and starts you over at onboarding. Make sure you really want a clean slate before using it.
</Warning>

<Tip>
  To remove webAI data from your Mac manually(for example, after uninstalling the app ), see [Where does webAI store data on my Mac?](/support/faq#models--storage) in the FAQ.
</Tip>

## Common questions

<SystemFaq />

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