> ## 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 - Best Practices

> How to phrase requests to get the most useful responses from the Agent

## Best Practices

<Tip>
  Be specific in your requests and provide context about your goals and concerns for the most relevant and useful responses.
</Tip>

**Effective Agent Interactions:**

* **Be conversational**: Ask questions as you would to a legal colleague
* **Provide context**: Explain your specific concerns or objectives
* **Ask follow-up questions**: Dive deeper into areas of interest
* **Request specific formats**: Ask for tables, summaries, or detailed analysis as needed
* **Build on previous conversations**: Reference earlier discussions for continuity

## Example Interactions

<CardGroup cols={1}>
  <Card title="Comprehensive Analysis">
    *"Please review this MSA and identify any terms that might be problematic for a SaaS company. Focus on liability limitations and data protection clauses."*
  </Card>

  <Card title="Comparative Review">
    *"Compare the payment terms in these three vendor agreements and create a table showing the key differences."*
  </Card>

  <Card title="Drafting Request">
    *"Draft a professional email to the counterparty explaining why we need to modify the termination clause and propose alternative language."*
  </Card>
</CardGroup>

## 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="Advanced Features" icon="sparkles" href="/features/core/agent-advanced-features">
    Multi-modal input, intelligent processing, and output formats
  </Card>
</CardGroup>
