> 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/faqs.md).

# FAQs

The questions people ask most — what Perisclaw is, how it lives in your WhatsApp, languages, pricing, and how to get help. Tap any question to expand it.

<details>

<summary>How is Perisclaw different from a chatbot?</summary>

Perisclaw is an AI agent, not a chatbot. It operates inside WhatsApp through your own connected number, with full context of your conversations, and acts on your behalf across your chats and connected tools. Where a chatbot answers questions, Perisclaw does the work.

</details>

<details>

<summary>Is Perisclaw free?</summary>

It's free during the current beta. Perisclaw is free for invited users while access is invite-only, and paid plans are planned for later as access opens up more widely.

</details>

<details>

<summary>How do I get the assistant's attention in a busy group chat?</summary>

Summon it with `/claw` in your message — for example, *"/claw what was the final decision here?"*. In groups it stays silent until you call on it.

</details>

<details>

<summary>How do I tell the assistant to "forget" something it learned?</summary>

Tell it directly. *"Forget that the client isn't moving forward"* or *"delete the task about the grocery list"* is all it takes, and it updates its memory or tasks right away.

</details>

<details>

<summary>Can I use Perisclaw on multiple phones?</summary>

Each Perisclaw account is tied to a single WhatsApp number. To use a second number, create a separate account with a different email and connect it there.

</details>

<details>

<summary>Can my partner or team share an account?</summary>

No. Each account connects to one WhatsApp number.

</details>

<details>

<summary>Is there a limit to how many tasks or reminders I can set?</summary>

There's no hard limit. Keeping your open tasks to a reasonable number does help, though — it keeps your daily digests crisp and worth reading.

</details>

<details>

<summary>Will my friends know I'm using Perisclaw?</summary>

When you invoke Perisclaw directly, it replies as your assistant, under its own header, so it's clear the message came from Perisclaw. The rest of the time it acts as you, leaving no mark on your messages.

</details>

<details>

<summary>What languages does Perisclaw support?</summary>

Perisclaw supports most global languages — just talk to it in the one you prefer.

</details>

<details>

<summary>Who can I tell about issues or feature ideas?</summary>

We'd love to hear from you. [Contact our support team on WhatsApp](https://api.whatsapp.com/send/?phone=919205759988\&text=Hi,%20I%20need%20some%20help%20with%20Perisclaw) with any issues or ideas.

</details>

{% hint style="info" %}
Still stuck? Start with [Set up your assistant](/getting-started/setup-your-assistant.md) or browse [Using Perisclaw](/getting-started/using-perisclaw.md) for a tour of what Perisclaw can do.
{% endhint %}


---

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