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

# Agent - Advanced Features

> Multi-modal input, intelligent processing, and the output formats the Agent can produce

## Multi-Modal Input

<CardGroup cols={2}>
  <Card title="Document Upload" icon="file-arrow-up">
    Upload and analyze attachments directly in your conversation with the Agent
  </Card>

  <Card title="External Sources" icon="link">
    Review external documents by providing URLs or PDFs for immediate analysis
  </Card>
</CardGroup>

## Intelligent Processing

<Accordion title="Automatic Review Generation">
  The Agent can automatically review documents and generate comprehensive amendments based on identified issues and improvement opportunities.
</Accordion>

<Accordion title="Persistent Chat History">
  Maintain ongoing conversations about documents with full context retention, allowing for complex, multi-session analysis projects.
</Accordion>

<Accordion title="Advanced Search Capabilities">
  Perform sophisticated clause searches across single documents or entire document collections with natural language queries.
</Accordion>

## Professional Output

The Agent delivers results in various formats:

* **Detailed Analysis Reports** with structured findings and recommendations
* **Formatted Tables** for easy comparison and data presentation
* **Professional Correspondence** including letters and formal communications
* **Redlined Documents** with context-aware suggestions and modifications
* **Executive Summaries** for high-level decision making

## Related Topics

<CardGroup cols={3}>
  <Card title="Agent Overview" icon="robot" href="/features/core/agent">
    Core capabilities and what the Agent can do
  </Card>

  <Card title="Document Review & Drafting" icon="file-signature" href="/features/core/agent-document-review">
    Real example requests for reviewing, comparing, and drafting documents
  </Card>

  <Card title="Best Practices" icon="lightbulb" href="/features/core/agent-best-practices">
    How to get the most useful responses from the Agent
  </Card>
</CardGroup>
