> ## 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.

# How the Web Agent Uses Context

> How the Web Agent's context window determines how much material it can evaluate together

When the Web Agent conducts legal research or analyzes external sources, it relies on a context window: its working capacity for processing information at the same time. The context window determines how much material the Agent can actively evaluate together in a single step.

## What the context window includes

The context window is the maximum volume of text the Web Agent can process at once, measured in tokens. It can include:

* Content pulled from relevant web pages
* Information already discussed in the conversation
* Files attached to the conversation
* Your current request or follow-up instructions

A larger context window lets the Agent work with more material at once, so it needs to discard less of what came before.

## Why it matters for legal research

<Columns cols={3}>
  <Card title="Broader coverage" icon="globe">
    The Agent can evaluate multiple sources together instead of reviewing each one in isolation
  </Card>

  <Card title="Improved continuity" icon="comments">
    Follow-up questions build on earlier answers because relevant details remain available in the context window
  </Card>

  <Card title="Consistent analysis" icon="scale-balanced">
    Definitions and assumptions that appear across multiple sources are taken into account together
  </Card>
</Columns>

The result is responses that reflect a comprehensive review of your sources rather than fragmented inputs.

## Related topics

<Columns cols={2}>
  <Card title="AI Model Orchestration" icon="sitemap" href="/features/core/agent-ai-orchestration">
    How Chamelio assigns the right models and tools to each step
  </Card>

  <Card title="Pull Web Data into Your Review" icon="globe" href="/guides/agent-web-data">
    See the Agent search and use external sources in a review
  </Card>
</Columns>
