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

# Clipboard & Usage

> Collect snippets from chat in the Clipboard scratchpad, and track token and chat usage over time in the Overview tab.

import { CardGroup, Card, Note, Steps, Step, Frame, Tip } from '@mintlify/components';

Two special tabs in the Workspace help you get more out of your conversations: the **Clipboard**, a scratchpad for collecting useful bits of a chat, and the **Overview**, a running picture of how much you're using the AI.

## The Clipboard

Chat responses are full of things worth keeping — a table of findings, a JSON payload, a snippet of code, a diagram. **Send to Clipboard** from any message to drop that content into the Clipboard tab, where you can view, format, and reuse it away from the flow of conversation.

The Clipboard holds a range of content types:

* **Text** and Markdown
* **Tables**
* **JSON**
* **Code** blocks
* **Mermaid** diagrams

Once collected, entries are yours to work with — **add**, **edit**, **reorder**, and **copy** them out. It's the natural place to assemble pieces from several messages before pasting them into a ticket, a report, or a message to your team.

<Tip>
  Send content to the Clipboard straight from a response — see the per-message
  actions in [Chatting with the AI](/documentation/ai-workspace/chat#act-on-a-response).
</Tip>

## The Overview

The Overview tab shows your **usage logs** — how much AI capacity your conversations have consumed. Track token and chat usage over the last **1 day, 7 days, or 30 days**, broken down **per user**, so you can see who is using the platform and keep an eye on consumption over time.

<Note>
  Usage in the Overview tab is scoped to the context you have selected, like the
  rest of the Workspace.
</Note>

## Where to Go Next

<CardGroup cols={2}>
  <Card title="Chatting with the AI" icon="comments" href="/documentation/ai-workspace/chat">
    Where content is generated and sent to the Clipboard.
  </Card>

  <Card title="Tabs & split view" icon="table-columns" href="/documentation/ai-workspace/tabs-and-split-view">
    How the Clipboard and Overview fit among your other tabs.
  </Card>
</CardGroup>
