# Welcome to Twico

Twico is a desktop app that reads your unanswered Slack messages and replies in your voice while you're away. It posts from **your account** — not as a bot — using the same session your Slack desktop client is logged in with.

This documentation covers what each screen does, how the twin decides whether to reply, and how to teach it about you (voice + knowledge).

## Where to start

* [Getting started](/twico/getting-started.md) — connect your workspace, pick a language model, watch the first reply land.
* [The Home tab](/twico/the-interface/home.md) — pause/resume control and today's overview.
* [The History tab](/twico/the-interface/history.md) — every message the twin handled, with filters and search.
* [Auto-reply & channel policy](/twico/how-the-twin-behaves/auto-reply.md) — how Twico decides what to answer.
* [Follow-ups & the "afk" reply](/twico/how-the-twin-behaves/follow-ups.md) — what happens when the twin isn't sure.
* [Muting a channel](/twico/how-the-twin-behaves/muting.md) — how to tell the twin to stop in a thread.
* [Brain: Persona & Knowledge](/twico/teaching-it-about-you/brain.md) — teach it your voice + facts.
* [Playground](/twico/teaching-it-about-you/playground.md) — test replies without sending anything.
* [Settings](/twico/configuration/settings.md) — agent engine, LLM provider, model.
* [Privacy & risk](/twico/configuration/privacy.md) — what stays local, what doesn't.


---

# Agent Instructions: 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://litao.gitbook.io/twico/readme.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.
