> For the complete documentation index, see [llms.txt](https://docs.perisclaw.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.perisclaw.com/account-and-help/account-and-settings.md).

# Account & settings

Most of the time you'll run Perisclaw straight from WhatsApp. The **dashboard** is where you handle the few things that live outside chat — your connection, notifications, invites, and account.

## Your dashboard

The dashboard shows your assistant's status at a glance:

* **Connection status** — whether Perisclaw is connected to your WhatsApp.
* **Open WhatsApp** — jump straight to your self-chat to start messaging.
* It's also where you [connect apps](/skills-and-integrations/connecting-apps.md), set up the [MCP connection](/use-with-claude-and-other-ai/mcp-server.md) for Claude and other AI, and adjust per-chat [modes](/security-and-control/chat-modes.md).

## Push notifications

Turn on **push notifications** to get a nudge on your phone when something needs you — even when WhatsApp is closed. You can enable them during setup or anytime from the dashboard. On mobile, you can also install the dashboard as an app for quicker access.

## Invite friends

Perisclaw is in early access, and you can bring people in with your **invite code**. Share it via WhatsApp or copy the link from your dashboard. Each account comes with a few invites, and you can see which ones have been redeemed.

## Per-chat settings

Beyond the [mode](/security-and-control/chat-modes.md), each chat has a few options you can tune — like whether your assistant replies in its own voice or yours, how much chat history it considers, and any standing notes for that chat (*"never discuss budget in this group"*). Just ask, or adjust them from the dashboard.

## Managing your account

You're always in full control of your data:

* **Clear what it remembers** — ask your assistant to forget specific things at any time.
* **Delete your account** — from the dashboard's **Danger Zone**, you can disconnect WhatsApp and permanently remove your account and its data.

{% hint style="warning" %}
Deleting your account is permanent — it disconnects Perisclaw from your WhatsApp and erases your data. You'll be asked to confirm before anything is removed.
{% endhint %}

For more on how your data is handled, see [Privacy & security](/security-and-control/privacy-and-security.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.perisclaw.com/account-and-help/account-and-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
