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

# Introduction

> The Relace API serves our suite of models and infrastructure for code generation. 

## Getting Started

<CardGroup cols="2">
  <Card title="Make an Account" icon="user-plus" iconType="regular" href="https://app.relace.ai">
    Sign up for Relace to get access to our services.
  </Card>

  <Card title="Try the Playground" icon="cubes" href="https://app.relace.ai">
    Use our interactive interface to learn more about how our models work.
  </Card>
</CardGroup>

## Model Guides

Take a look at the step-by-step guides and explanations of the Relace models.

<CardGroup cols="3">
  <Card title="Compact" icon="compress" href="/docs/compact/quickstart">
    Compress long agent traces to only the important details at >50k tok/s.
  </Card>

  <Card title="Fast Agentic Search" icon="magnifying-glass" href="/docs/fast-agentic-search/agent">
    Run fast, high-quality codebase search with a pre-built agent harness.
  </Card>

  <Card title="Instant Apply" icon="merge" href="/docs/instant-apply/quickstart">
    Merge code snippets from an LLM into your existing codebase at 10,000 tok/s.
  </Card>
</CardGroup>

## Infrastructure Docs

Foundation for production coding agents with deep integration to Relace models.

<CardGroup cols="2">
  <Card title="Relace Repos" icon="code-branch" href="/docs/repos/overview">
    GitHub for AI agents, with built in agentic search.
  </Card>

  <Card title="Relace Agents" icon="robot" href="/docs/fast-agentic-search/agent">
    Specialized agents that can act on any Relace Repo.
  </Card>
</CardGroup>
