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

# Optimize

> Make your agents faster, cheaper, and more accurate by searching large catalogs at runtime.

Once your agents are connected, optimize how they work with your tools and data:

<CardGroup cols={2}>
  <Card title="Advanced Tool Search" icon="magnifying-glass" href="/optimize/advanced-tool-search">
    Discover the right action from a large catalog at runtime. The context footprint stays flat however many actions exist.
  </Card>

  <Card title="Data Sync" icon="rotate" href="/optimize/data-sync">
    Poll a provider on a schedule and store its records, so Deep Query can read them without hitting the provider.
  </Card>

  <Card title="Deep Query" icon="magnifying-glass-chart" href="/optimize/deep-query">
    Search, filter, and aggregate synced records without spending a provider request.
  </Card>
</CardGroup>
