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

# Chat with Agents

> The heart of iTeam: talk to your agents like you would a coworker — and get answers, analyses, charts, and real actions.

**Chat with Agents** is where you'll spend most of your time. Your agents and teams are on the left; the conversation in the center. You ask in plain language and the agent executes.

<Frame caption="📸 Screenshot to add: Chat with Agents screen — list on the left, conversation in the center.">
  <img src="https://mintcdn.com/iteam/E1mg8rFlXblsaNT0/images/placeholder.svg?fit=max&auto=format&n=E1mg8rFlXblsaNT0&q=85&s=36c435f4df28c31a7e114586a931bbd2" alt="Chat with Agents" width="800" height="420" data-path="images/placeholder.svg" />
</Frame>

## How to chat

1. Click an agent in the left list. The **most used appear first**.
2. Type your request in the message box and send.
3. The agent thinks, uses the tools it needs, and replies — often with a **table, chart, or a ready-made widget**.

<Tip>
  Talk like you would to a person. *"Compare this month's revenue to last month and tell me what changed"* works better than scattered keywords.
</Tip>

## What you can ask for

<CardGroup cols={2}>
  <Card title="Questions about your data" icon="chart-line">
    "How many deposits did we get yesterday?" · "Which product sold the most?"
  </Card>

  <Card title="Analyses and comparisons" icon="scale-balanced">
    "Compare this week to the previous one and point out the changes."
  </Card>

  <Card title="Create things" icon="wand-sparkles">
    "Create a revenue widget" · "Build a registration form."
  </Card>

  <Card title="Attach files" icon="paperclip">
    Send a spreadsheet or PDF and ask: "summarize" or "analyze this dataset".
  </Card>
</CardGroup>

## Day-to-day helpers

* **Attachments** — click the clip to send images, spreadsheets (Excel/CSV), or PDFs. The agent reads the content and works on it.
* **History** — every conversation is saved. You can come back and pick up where you left off.
* **Widget panel** — when an agent builds a screen, it opens in a side panel you can resize and maximize. [Learn more →](/en/chat/widgets)
* **Keeps running if you close** — long requests continue server-side; you won't lose the result.

<Frame caption="📸 Screenshot to add: agent answering with a chart + widget panel open on the side.">
  <img src="https://mintcdn.com/iteam/E1mg8rFlXblsaNT0/images/placeholder.svg?fit=max&auto=format&n=E1mg8rFlXblsaNT0&q=85&s=36c435f4df28c31a7e114586a931bbd2" alt="Answer with chart and widget" width="800" height="420" data-path="images/placeholder.svg" />
</Frame>

## Long chat, sharp agent

iTeam keeps the agent **focused even in long conversations**: it remembers what's already been done in the session and avoids redoing work, while also learning from past conversations. The result: less repetition, faster and more consistent answers.

## Tips for better answers

<AccordionGroup>
  <Accordion title="Be specific about period and scope">
    "Last 7 days", "by state", "active customers only" — the clearer the scope, the sharper the answer.
  </Accordion>

  <Accordion title="Ask for the format you want">
    "Give me a table", "make a bar chart", "summarize in 3 bullets".
  </Accordion>

  <Accordion title="Iterate">
    Didn't like it? Reply "now split by month" or "drop the cancelled ones". The agent adjusts without starting over.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="iTeam Assistant" icon="sparkles" href="/en/chat/iteam-assistant">
    The helper that builds agents, forms, and processes with you.
  </Card>

  <Card title="Widgets" icon="layout-dashboard" href="/en/chat/widgets">
    Turn answers into reusable interactive screens.
  </Card>
</CardGroup>
