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

# Quick Start

> Set up your workspace and ship your first translation flow.

You can get value from Linguolink in minutes.

## 1) Create Your First Project

1. Sign in to your account
2. Create a project
3. Select your default source language

## 2) Add Translation Keys

Use a clear naming pattern:

```txt theme={null}
welcome.title
welcome.subtitle
buttons.submit
errors.network.timeout
```

## 3) Add Locale Values

Add values for your source language first, then add target locales.

## 4) Export and Integrate

Export your translations as JSON, CSV, XLIFF, XML, or YAML, or fetch them via API.

## 5) Validate Before Production

* Verify placeholder integrity (for example `{name}`, `{count}`)
* Check fallback behavior for missing values
* Run a staging export and smoke test

## 6) Rollout Checklist

* API key scope is correct for runtime usage
* Production environment variables are configured
* Notification rules are enabled for critical changes

Next: [Account Setup](/getting-started/account-setup).
