# Avatar menu — Settings, Brain, Channels, …

The avatar circle in the top-right opens the secondary menu — anything not on the primary nav lives here.

* **Settings** — agent engine, LLM provider/model, Slack workspace connection, agent skills. See [Settings](/twico/configuration/settings.md).
* **Brain** — Persona (voice) + Knowledge (facts). See [Brain](/twico/teaching-it-about-you/brain.md).
* **Channels** — per-channel reply policy (auto / off / default). See [Auto-reply & channel policy](/twico/how-the-twin-behaves/auto-reply.md).
* **Sessions** — multi-step goals across multiple people. See [Sessions](/twico/teaching-it-about-you/sessions.md).
* **Playground** — try messages without sending to Slack. See [Playground](/twico/teaching-it-about-you/playground.md).
* **Live trace** — real-time agent debugger. Useful when something looks weird; not for daily use.
* **Sign out** — clears the session. The twin pauses and the next launch starts at the sign-in screen.

## Plan + follow-up badge

The top of the menu shows your plan (`Free 14/100 today · Upgrade →` for free, or `Pro`) and, when there are open follow-ups in the last 24 hours, a yellow **Follow-ups N** item that jumps to History filtered on them.

A small yellow dot also appears on the avatar circle itself whenever follow-ups are pending, so you don't need to open the menu to notice.


---

# 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/the-interface/avatar-menu.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.
