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

# disconnect - Disonnects the User

### `disconnect` : OverhypedAI("disconnect")

* This method allows you to programmatically hide the OverhypedAI integration in your web app.
* Use `connect` to show the OverhypedAI integration and `disconnect` to hide it from your web app.

```typescript {3} theme={"system"}
import OverhypedAI from '@overhyped-ai/connect/OverhypedAI';

OverhypedAI("disconnect")
```

Disconnects the user from OverhypedAI. Can be used to hide the widget upon logout.
