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

# UseAgents Copilot

> Use the in-dashboard Copilot to research your tool, propose metadata edits, deploy changes, and manage chat history.

UseAgents Copilot is an AI assistant that lives on your tool’s dashboard pages. It is scoped to the tool you are viewing, so it can answer questions, propose metadata updates, and help you deploy without leaving the edit flow.

## Open Copilot

Copilot is available when you are on a tool page in the [dashboard](https://useagents.site/dashboard).

1. Open your tool from the dashboard.
2. Click the **Copilot** button in the bottom-right corner, or press **⌘J** (Mac) / **Ctrl+J** (Windows/Linux).
3. Switch between **popover** and **sidebar** from the header if you want more room while editing.

## What you can do

| Capability                   | How it helps                                                                                                                             |
| ---------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| **Ask about this tool**      | Get answers grounded in the tool’s draft, deployments, and related context.                                                              |
| **Propose metadata changes** | Copilot can suggest updates to fields like description, tagline, quickstart, categories, and more. Review each proposal before applying. |
| **Implement proposals**      | Accept selected proposals so they land on your **draft** (not live until you deploy).                                                    |
| **Start a deployment**       | Ask Copilot to deploy when your draft is ready. Confirm the commit message and review before going live.                                 |
| **Research**                 | Ask for docs, usage patterns, or listing quality feedback while you edit.                                                                |

Proposals always stay on the draft until you [publish](/developers/publishing). Review changes on the [Changes](/developers/changes) page before deploy.

## Chats and history

Each tool has its own chat history.

* **New chat** — Start a clean thread from the header.
* **History** — Open the title menu to switch older conversations. Chats are grouped by recency: Today, Yesterday, Previous 7 days, Previous 30 days, and Older. The active chat shows a checkmark.
* **Rename** — Use the **⋯** menu on a saved chat to rename it. Save stays disabled until you change the name.
* **Delete** — Delete a chat from the same menu. You are moved to a new chat afterward.
* **Last updated** — The menu footer shows when the chat was last active.

The **⋯** menu only appears for saved chats. It hides on a brand-new empty chat and comes back once the conversation is persisted.

## Modes

| Mode        | Best for                                              |
| ----------- | ----------------------------------------------------- |
| **Popover** | Quick questions while you keep the main page in focus |
| **Sidebar** | Longer sessions next to the edit form                 |

Switch modes anytime from the header.

## Guardrails

* **Review before apply** — Treat proposals as drafts. Check field values before implementing.
* **Deploy is explicit** — Copilot should not publish live changes without your confirmation.
* **Tool-scoped** — Context is for the tool you have open. Switch tools in the dashboard if you need help on another listing.
* **You own the listing** — Copilot assists; you control metadata quality and publish timing.

## Next steps

<CardGroup cols={2}>
  <Card title="Editing Your Tool" icon="pen" href="/developers/editing-tools">
    Field reference, limits, and how drafts work.
  </Card>

  <Card title="Changes" icon="code-compare" href="/developers/changes">
    Diff your draft against the live listing.
  </Card>

  <Card title="Publishing" icon="rocket" href="/developers/publishing">
    Deploy drafts so agents can discover your tool.
  </Card>

  <Card title="Adding Your Tool" icon="plus" href="/developers/adding-tools">
    Create a listing if you have not published yet.
  </Card>
</CardGroup>
