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

# Quickstart

> Start integrating CosVec structured legal data APIs into AI agent workflows.

## Start with legal data retrieval

CosVec APIs help agents retrieve structured legal context before they answer, decide, or trigger workflows. A typical integration starts by choosing a search mode, sending a query, and grounding the agent response with the returned entities, relationships, and metadata.

<Steps>
  <Step title="Choose a retrieval mode">
    Use semantic search for natural-language legal intent, graph search for relationships, and temporal search for time-aware questions.
  </Step>

  <Step title="Call the API">
    Authenticate with your API token and send requests from your agent runtime, backend, or internal tool.
  </Step>

  <Step title="Ground the agent response">
    Pass CosVec results into your model context with citations, entity identifiers, and relevant metadata.
  </Step>
</Steps>

## Next steps

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/en/platform/api-reference/introduction">
    Review authentication and available API resources.
  </Card>

  <Card title="Integrations" icon="plug" href="/en/platform/integrations/introduction">
    Connect CosVec to agent platforms and internal systems.
  </Card>
</CardGroup>
