> ## 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.

# 🎲 The most efficient localization workflow

# 1️⃣ Fully integrated into the developer journey

## When developing a new feature

With Prismy, you only need to create keys in one language. Generate translations for all new wordings with just one click when ready to ship.

<Accordion title="Generate translations from GitHub/GitLab comments">
  When you open a Pull/Merge request, Prismy detects new wordings requiring
  translation and comments with a button. Click it, and Prismy generates AI
  translations and commits them directly to your feature branch.

  <img src="https://mintcdn.com/prismy/0H5ID8lrLYJmNZjS/images/one-click-translate.png?fit=max&auto=format&n=0H5ID8lrLYJmNZjS&q=85&s=83547826e3f13afd759923c1ba343e7d" alt="Generate translations from Prismy's comment on your Pull Requests" height="300" className="rounded-lg" data-path="images/one-click-translate.png" />
</Accordion>

<Accordion title="Generate translations using our CLI">
  Run `prismy generate` from your terminal. Prismy identifies new translations
  and edits your files locally, letting you test your feature in multiple
  languages immediately.

  <img src="https://mintcdn.com/prismy/0H5ID8lrLYJmNZjS/images/CLI.png?fit=max&auto=format&n=0H5ID8lrLYJmNZjS&q=85&s=7c84738f57c2d5ddce2661c01f34db4d" alt="CLI to generate translations locally" height="300" className="rounded-lg" data-path="images/CLI.png" />
</Accordion>

## When receiving wording changes

When team members update wordings, developers receive changes directly in GitHub/GitLab as pull requests. We consolidate multiple changes into a single PR and automatically rebase against your main branch to prevent conflicts.

<img src="https://mintcdn.com/prismy/0H5ID8lrLYJmNZjS/images/changes-as-pull-requests.png?fit=max&auto=format&n=0H5ID8lrLYJmNZjS&q=85&s=e7794c18f31a7932b67ab6b26e35d41b" alt="Receiving changes in a pull request" height="300" className="rounded-lg" data-path="images/changes-as-pull-requests.png" />

## Installation in one click

Install Prismy with one click—no custom sync scripts needed. Prismy treats your codebase as the source of truth and automatically detects your translation files. Works with any i18n library or framework.

<Accordion title="Can't plug to Git? Use Prismy Hosted">
  If you don't use GitHub or GitLab for translations, you can use **Prismy Hosted**: push and pull files via API or CLI, configure repos and bundles in the Prismy UI, and use CDN-hosted versions of your files that update when you change content.

  <Card title="Prismy Hosted flow" icon="cloud" href="/tech/prismy-hosted-flow" arrow="true">
    See the dedicated guide for the full flow.
  </Card>
</Accordion>

# 2️⃣ Great tools for reviewers

## Great, easy-to-use interface

Designed for anyone at your company who reviews or edits wordings—translators, PMs, or marketing teams.

Key features:

* **Guided homepage** with clear onboarding
* **Automated context** from screenshots and design mockups
* **AI suggestions** based on your brand guidelines
* **Changes history** with full audit trail
* **Syntax checker** to catch formatting errors

## In-context editing with our Chrome Extension

Edit your webapp's text directly while browsing your app. Perfect for business people during demos, PMs refining copy, or designers perfecting messaging.

Key benefits:

* No context switching—edit without leaving your product
* Visual validation in real environment
* Changes automatically sync back to codebase

<Card title="Chrome Extension" icon="chrome" href="/chrome-extension">
  Learn more about our Chrome Extension
</Card>
