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

# Product guide overview

> A simple introduction to agents, tasks, tools, rules, integrations, and workspaces.

This guide is for business users who want to understand what Nanonets Agents can do.

An agent is a digital teammate. You give it instructions, connect the tools it needs, and run it on real work like invoices, emails, forms, spreadsheets, and internal requests.

<Frame caption="The Agents page lists your agents and lets you create a new one.">
  <img src="https://mintcdn.com/nanonets-fb7e8f2a/eksLpltcNl29FEi2/images/agents-page.png?fit=max&auto=format&n=eksLpltcNl29FEi2&q=85&s=776702dc3343276fc1c7cb9846006768" alt="Agents page showing existing agents and the Create Agent option" width="1440" height="1000" data-path="images/agents-page.png" />
</Frame>

## The main ideas

<CardGroup cols={2}>
  <Card title="Agents" icon="robot" href="/docs/guide/build-an-agent">
    An agent is the workflow you set up. It knows what job to do, which steps to follow, and which tools it can use.
  </Card>

  <Card title="Tasks" icon="play" href="/docs/guide/running-tasks">
    A task is one run of an agent. For example, one invoice review or one customer email.
  </Card>

  <Card title="Tools" icon="wrench" href="/docs/guide/tools-and-capabilities">
    Tools let agents read documents, look up data, send emails, update spreadsheets, create files, and ask people for help.
  </Card>

  <Card title="Rules" icon="list-check" href="/docs/guide/rules">
    Rules are what you teach the agent, by correcting a result, giving an instruction, or adding one yourself.
  </Card>
</CardGroup>

## What an agent can help with

Agents are best for work that follows a repeatable pattern.

They can help you:

* Read documents and pull out key data.
* Check data against a spreadsheet or business system.
* Ask a person when something is unclear.
* Create a file, report, draft email, or spreadsheet.
* Send results to tools like Google Sheets, Google Drive, Slack, email, or ERP systems.

<Tip>
  Start with one clear process, such as "review invoices from vendors" or "extract data from onboarding forms." You can improve the agent over time.
</Tip>

## How the product fits together

<Steps>
  <Step title="Set up an agent">
    Describe the work, add steps, and choose the tools it can use.
  </Step>

  <Step title="Run a task">
    Give the agent a document, message, or request. The agent works through the steps.
  </Step>

  <Step title="Review the result">
    Check the output. If the agent asks a question, answer it in the task.
  </Step>

  <Step title="Teach the agent">
    Turn corrections and feedback into rules so future tasks get better.
  </Step>
</Steps>

## Where to go next

<CardGroup cols={2}>
  <Card title="Set up your first agent" icon="plus" href="/docs/guide/build-an-agent">
    Learn how to create an agent and set up its basic workflow.
  </Card>

  <Card title="Teach your agent" icon="graduation-cap" href="/docs/guide/rules">
    Turn corrections and feedback into rules so future tasks get better.
  </Card>

  <Card title="Connect your apps" icon="plug" href="/docs/guide/integrations">
    Connect email, spreadsheets, storage, and business systems.
  </Card>

  <Card title="Understand teams and workspaces" icon="users" href="/docs/guide/organizations-and-workspaces">
    Learn how your company, teams, and access controls are organized.
  </Card>
</CardGroup>
