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

# The Nexor Assistant

The Nexor Assistant is the chat in the right-hand panel of the app (it greets you with **"How can I help?"**). It follows you across every screen and helps you build, edit, and debug your agents in plain language — no forms to hunt through. You talk to it; your leads never do.

## Where you'll find it

The assistant is docked on the right of almost every screen — the dashboard, an agent's settings, the leads list, a lead's page. Open or collapse it any time from the panel header.

It is **not** available on two screens that have their own dedicated tools:

| Not the assistant   | What it is instead                                                                                                   |
| ------------------- | -------------------------------------------------------------------------------------------------------------------- |
| Create-agent wizard | A separate guided flow for building a brand-new agent from scratch.                                                  |
| Playground          | A simulator where you test conversations as if you were a lead. See [Playground](/docs/en/guides/agents/playground). |

<Note>
  Only you (the operator) talk to the assistant. It never messages your leads — that's your agent's job.
</Note>

## What it can do

<CardGroup cols={2}>
  <Card title="Edit your agent" icon="wand-sparkles" href="/docs/en/guides/assistant/editing-your-agent">
    Change any setting in plain language and confirm it from a before/after card.
  </Card>

  <Card title="Debug a lead" icon="bug" href="/docs/en/guides/assistant/debugging-leads">
    Attach a lead and ask why your agent behaved the way it did — then fix it.
  </Card>

  <Card title="Chat history" icon="history" href="/docs/en/guides/assistant/chat-history">
    Reopen any of your past conversations, or start a new one.
  </Card>

  <Card title="Ask about your data" icon="chart-line" href="/docs/en/guides/assistant/overview#ask-about-your-data">
    Get live metrics and counts: leads, follow-ups, conversion, pipeline.
  </Card>
</CardGroup>

Beyond those, the assistant can read your agent's setup on request — its **catalog/offers**, its **knowledge base**, and your **business context** — so you can ask "what's in my catalog?" or "what does the agent know?" without attaching a lead.

## Ask about your data

The assistant answers questions about your numbers in real time — no report builder needed. For example:

* "How many leads do I have, and how many are still uncontacted?"
* "Which leads need follow-up right now?"
* "How is my conversion, and where are leads dropping in the pipeline?"

## Quick suggestions

When a chat is empty, the assistant shows a few one-tap prompts to get you started — things like *How many uncontacted leads do I have?*, *What can I improve in my agent?*, and *How is my conversion?*. They adapt to context: open a lead and you'll see debugging prompts instead.

## Next steps

<CardGroup cols={2}>
  <Card title="Edit your agent" icon="wand-sparkles" href="/docs/en/guides/assistant/editing-your-agent">
    Make your first change by chat.
  </Card>

  <Card title="Debug a lead" icon="bug" href="/docs/en/guides/assistant/debugging-leads">
    Find out why your agent did something.
  </Card>
</CardGroup>
