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

# Activity Center

> Monitor in-progress queries and review a history of completed, failed, and cancelled requests across all sessions.

The **Activity Center** gives you a live view of every query MIRA has processed — across all sessions. Each entry shows the query text, which session it came from, how long it took, token usage, and any errors.

## Opening the Activity Center

Click the **Activity** icon (⚡) in the left activity bar, or press **⌘4**.

A badge appears on the icon when any query is in progress, showing the running count.

## What it shows

Each entry in the Activity Center represents one query sent to the reasoning engine. The entry displays:

| Field              | Description                                                 |
| ------------------ | ----------------------------------------------------------- |
| Status icon        | 🔄 Running (spinning) / ✅ Completed / ❌ Error / ⊗ Cancelled |
| Query text         | First 120 characters of the query                           |
| Session name       | The chat session the query belongs to                       |
| Elapsed / duration | Live timer while running; total time once complete          |
| Token usage        | Input tokens sent + output tokens received (when available) |
| Error message      | For failed queries, the error text is shown in red          |

Click any entry to jump to that conversation in the chat panel.

## Filter tabs

Use the filter tabs at the top to narrow the view:

| Tab           | Shows                          |
| ------------- | ------------------------------ |
| **All**       | Every entry                    |
| **Running**   | Queries currently in progress  |
| **Done**      | Successfully completed queries |
| **Errors**    | Queries that failed            |
| **Cancelled** | Queries stopped by the user    |

## Clearing the log

* **Clear done** — removes all completed and cancelled entries (running entries are kept)
* **Clear all** — removes everything except in-progress entries

The log is stored in memory only — it is not persisted to `mira.db` and is cleared when the app closes.

## Privacy

Activity log data never leaves your machine. It is not sent to any provider or telemetry service.

<Note>
  Edit this page — [Open a pull
  request](https://github.com/satyendra2013/mira-app/edit/main/docs/features/activity-center.mdx)
</Note>
