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

# Quickstart

> No more than 5 minutes are required!

## <Icon icon="plug" iconType="solid" size="24" /> Plug to your codebase (1 minute)

You can either plug Prismy to your Git repo (GitHub or GitLab) or use **Prismy Hosted** to store and serve translations in the cloud.

<Steps>
  <Step title="Choose your integration">
    <CardGroup cols={3}>
      <Card title="GitHub" icon="github" href="tech/github" arrow />

      <Card title="GitLab" icon="gitlab" href="tech/gitlab" arrow />

      <Card title="Prismy Hosted" icon="cloud" href="tech/prismy-hosted-flow" arrow />
    </CardGroup>
  </Step>

  <Step title="If you chose GitHub or GitLab: specify the location of your translation files">
    You can do so from your [Settings](https://app.prismy.io/settings):

    <img src="https://mintcdn.com/prismy/0H5ID8lrLYJmNZjS/images/setup-files-to-sync.png?fit=max&auto=format&n=0H5ID8lrLYJmNZjS&q=85&s=9ecf9d99b63d15f0d32debaba668b081" alt="Setup your files" width="1091" height="850" data-path="images/setup-files-to-sync.png" />

    <Info>You must have a framework with a built-in support of localization in place or an i18n library implemented.
    Learn more about [Pre-requisities](tech/pre-requisities) and [supported frameworks and files](tech/frameworks-and-files).</Info>

    <Tip>You have too much translations files and you often add new ones when implementing new features? Consider to setup [Prismy's config file](doc/config-file) at the root of your repository!</Tip>
  </Step>

  <Step title="You are all set 🎉 From now:" icon="check">
    <Check>**Git:** Prismy syncs your translation files automatically</Check>
    <Check>**Git:** Prismy detects missing translations in Pull Requests</Check>

    <Check>
      **Git:** Developers can generate translations in one click; translators can
      review and make changes
    </Check>

    <Check>
      **Prismy Hosted:** Push/pull via API or CLI; Prismy hosts files and serves
      CDN URLs. See the [Prismy Hosted flow](tech/prismy-hosted-flow).
    </Check>
  </Step>
</Steps>

## <Icon icon="robot" iconType="solid" size="24" /> Tailor your AI (3 minutes)

The first step to world-class documentation is setting up your editing environments.

<CardGroup cols={1}>
  <Card title="Set your company description" icon="square-1" href="ai/company-description" arrow>
    Give context about company to the AI
  </Card>

  <Card title="Setup your glossary" icon="square-2" href="ai/glossary" arrow>
    Ensure consistency and improve translation
  </Card>

  <Card title="Specific instructions (optional)" icon="square-2" href="ai/custom-instructions" arrow>
    Prismy has already instructed your AI translator to fit your languages
    standards. But in case you need to be more formal or specify specific tone
    of voice.
  </Card>
</CardGroup>
