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

# Uninstall care agent

> Uninstall idemeum care agent.

## Uninstall command

<Warning>
  Administrator permissions are required to uninstall idemeum agent.
</Warning>

<Tabs>
  <Tab title="Windows">
    Open Windows PowerShell as `Administrator` and execute the following commands.

    ```powershell wrap theme={null}
    Start-Process -FilePath "C:\Program Files\AI Support Agent\Uninstall AI Support Agent.exe" -ArgumentList '/allusers /S _?=C:\Program Files\AI Support Agent' -Wait
    ```
  </Tab>

  <Tab title="macOS">
    Open macOS terminal as `Administrator` and execute the following script.

    ```shellscript wrap theme={null}
    sudo bash "/Applications/AI Support Agent.app/Contents/Resources/uninstall.sh"
    ```
  </Tab>
</Tabs>
