# FAQ

> Pricing, organizations, what an agent can see and change, offline use, data, read-only access and disconnecting.

**What this is:** short answers to the questions people ask first. **When you need it:** before you connect, or when something surprises you.

### Does it cost extra?

finalised at launch: Pricing is not decided in the Phase 5 specs.

### Which organization does it work in?

The one you choose when you sign in. A connection, like a token, belongs to one organization.

### I belong to several organizations

Connect once per organization, each under its own name (for example `tasksmate-acme`).

finalised at 5.2: Choosing the organization after sign-in, and several connections per client.

### What can the client see?

What you can see through the API, narrowed by the scopes you approved. Projects you cannot open stay closed.

### Can it delete things?

No tool deletes. Of the 8 tools, 4 write — create, update, comment, file under a project — and the rest only read. A destructive tool, when there is one, requires `admin`.

### Does it work offline?

No. The remote server and the local packages both work through the TasksMate API.

### Where does my data go?

Tool results go to your AI client, and from there to its model provider under that client’s terms. TasksMate records each tool call in your organization’s events, with the token’s name.

### Can I make it read-only?

Yes — switch on **Read-only** when you generate the configuration (the server enforces it), or approve only `:read` scopes.

### How do I tell what an agent did?

Its writes are marked as coming through MCP, its tasks wait for review, **Created by agents** filters them, and the audit log names it on each change.

### How do I disconnect?

Revoke the connection on the Developers page, or revoke the token. See [security](https://developers.tasksmate.indrasol.com/mcp/security/#revoking-access).

---
Source: https://developers.tasksmate.indrasol.com/mcp/faq/
