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

# Getting Started

> Integrate with Quetzal in minutes

## Welcome to Quetzal!

This documentation will walk you through how to set up and use Quetzal in with your stack.

## Codebase Localization

Quetzal is designed to maintain localization for static content in your application.
Integration works a little differently depending on the current state of your code:

<Card title="No Localization" icon="sprout" href="/en-US/columns">
  No content in my codebase is translated, and I am looking to start
</Card>

<Card title="Some Localization" icon="form" href="/en-US/columns">
  There is a system for localization, but it is not used much or at all.
</Card>

<Card title="Extensive Localization" icon="form" href="/en-US/columns">
  There is already a system for localization and it is used extensively.
</Card>

## Generated Content Localization

For translating non-static content (user generated content, runtime generated content), our API is available.

Talk with us to make sure the context profile is a good fit for Quetzal.

### Integrating generally takes four steps:

<Steps>
  <Step title="Link Your Repository">
    [Sign up](https://getquetzal.com/signup) for Quetzal and you will be
    prompted to install the Quetzal GitHub App. If you already have an account, you can link a repository directly |here|
  </Step>

  <Step title="Wait for Analysis">
    Our initial analysis and sync will determine compatibility.
  </Step>

  <Step title="Update Settings">
    Use the [Integration Dashboard](https://getquetzal.com/dashboard) to confirm settings.
  </Step>

  <Step title="Merge Changes">
    Going forward, localization updates will be published to git via pull requests or direct commits
  </Step>
</Steps>
