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

# Agents Overview

> Learn about Ploti's AI agents and how to choose the right one for your workflow

## Choosing an Agent

When starting a new conversation, you'll first choose between two operating modes:

1. **Unrestricted** - Navigate freely across multiple areas within a single session
2. **Boundary Restricted** - Focus on a specific area you draw on the map

If you choose Boundary Restricted, you'll then select which specialized agent to use.

## Available Agents

| Agent                                                  | Best For                                        |
| ------------------------------------------------------ | ----------------------------------------------- |
| [General Agent](/agents/general-agent)                 | Flexible research where you guide the direction |
| [Property Search Agent](/agents/property-search-agent) | Finding properties that match specific criteria |

## Quick Comparison

<CardGroup cols={2}>
  <Card title="General Agent" icon="compass">
    **Full access to all capabilities.** You're in control to guide the research direction.

    * Works in both unrestricted and boundary-restricted modes
    * Best for exploratory research and custom workflows
    * You decide what to investigate
  </Card>

  <Card title="Property Search Agent" icon="magnifying-glass">
    **A dedicated site scout.** Trained to find properties matching your exact specifications.

    * Requires a boundary
    * Structured two-phase workflow (planning → execution)
    * Best for systematic property identification
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Boundary Restrictions" icon="bullseye" href="/agents/restricted-vs-unrestricted">
    Learn when to use restricted vs unrestricted mode
  </Card>

  <Card title="General Agent" icon="compass" href="/agents/general-agent">
    Explore the General Agent's capabilities
  </Card>

  <Card title="Property Search Agent" icon="magnifying-glass" href="/agents/property-search-agent">
    Learn how the Property Search Agent works
  </Card>
</CardGroup>
