# History tab

Every message your twin has handled — answered, skipped, muted, or flagged for follow-up — lands here.

## Summary cards

Four cards across the top: This session, Last hour, Last day, Last week. Each shows the total count plus a breakdown of sent / skipped / errors / follow-ups.

## Filter strip

Above the list:

* **Search** — free-text match against reply text, error messages, and channel labels. Case-insensitive substring, debounced 120ms.
* **All channels** — narrow to one channel (auto-populated from your data).
* **All kinds** — `sent` (the twin answered), `skipped` (deliberately not answered), `needs_followup` (afk reply sent — see [Follow-ups](/twico/how-the-twin-behaves/follow-ups.md)), `muted` (the channel was told to stop — see [Muting](/twico/how-the-twin-behaves/muting.md)), `error` (something went wrong).
* **All time** — last hour, day, week, 30 days, or all.

Filters combine — pick more than one to narrow further.

## Rows

Each row shows:

* A **timestamp** (your local time).
* The **channel label**.
* The **kind badge** on the right (color-coded).
* A **preview** of the reply or error, truncated at 160 characters.

Click any row to expand it inline and read the full content. The yellow-bordered rows are open follow-ups. Muted rows fade slightly.

## Pagination

20 rows per page, **Prev / Next** at the bottom. The list re-fetches automatically when new activity lands.


---

# 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/history.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.
