> For the complete documentation index, see [llms.txt](https://litao.gitbook.io/twico/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://litao.gitbook.io/twico/readme.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://litao.gitbook.io/twico/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
