> ## Documentation Index
> Fetch the complete documentation index at: https://wiki.mira.tg/llms.txt
> Use this file to discover all available pages before exploring further.

# Topics & Threads

> Organize group conversations with topics — Mira works inside each thread

# Topics & Threads

Telegram groups with topics enabled let you organize conversations into separate threads. Mira works inside each topic with its own context.

## How it works

* Each topic is an isolated conversation — Mira doesn't mix threads
* Mira remembers what was discussed in each topic separately
* You can ask Mira to summarize a specific topic
* Topics can be created, renamed, and managed by Mira

## Creating topics

```
Mira, create a topic called "Ideas" with emoji 💡
Mira, create a topic "Tasks" with emoji 📋 and first message: "Post your tasks here"
```

## Managing topics

```
Mira, list all topics in this chat
Mira, rename this topic to "Design Review"
Mira, what happened in the Ideas thread?
```

## Best practices

<CardGroup cols={2}>
  <Card title="Separate concerns" icon="layout">
    Create topics for different subjects: Ideas, Tasks, Announcements, General.
  </Card>

  <Card title="Keep context clean" icon="filter">
    Mira maintains separate memory per topic — no cross-contamination.
  </Card>

  <Card title="On-demand summaries" icon="file-text">
    Ask Mira to summarize a topic you missed.
  </Card>

  <Card title="Archive old topics" icon="archive">
    Delete topics that are no longer relevant to keep the group tidy.
  </Card>
</CardGroup>

<Warning>
  Deleting a topic removes all messages in it. Always confirm before deleting.
</Warning>
