# Quick Start

### Create a New Account

To begin, you need to create a new account on Transiyzi. [Sign up](https://transiyzi.com/register) with your email address and set a password to access the platform.

### Create a New Project

After creating your account, start a new project. Give your project a name, select the source language, and add any target languages for translation.

You can find more information about projects by checking out the "Projects" documentation [here](https://docs.transiyzi.com/fundamentals/projects). This will provide you with a deeper understanding of how to manage and work with projects in Transiyzi.

### Upload Your Language Files

Next, you need to upload the language files for your existing project to Transiyzi. There are three methods to do this:

a) Upload directly through the platform: Navigate to the project dashboard, and click "Add" in the top right corner to upload your files.

b) [Use the CLI tool](https://docs.transiyzi.com/developers/cli-command-line-interface): This is the best solution for uploading multiple language files at once. Follow the documentation to install and use the CLI tool.

c) [Use the REST API](https://docs.transiyzi.com/developers/rest-api-reference): Integrate your project with Transiyzi's REST API to upload your language files programmatically.

### Begin Translating

With your language files uploaded, you can now start translating your content. Collaborate with team members, suggest translations, and review and approve translations within the platform.

### Export Your Translations

Once your translations are complete, you can export them in one of three ways:

a) Download directly from the platform: Click the "Download" button in the project dashboard to get your translated files.

b) Use the CLI tool: Follow the documentation to download your translated files using the CLI tool.

c) Use the REST API: Leverage Transiyzi's REST API to download your translated files programmatically.

By following these steps, you'll be able to quickly and efficiently use Transiyzi to manage your localization projects.
