> For the complete documentation index, see [llms.txt](https://translatestack.gitbook.io/translatestack/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://translatestack.gitbook.io/translatestack/master.md).

# Getting Started

**Welcome to Translatestack**:man\_fairy:- a tool that helps you to add and manage new languages from one dashboard. Once, you embedded your code snippet, you are able to scale your business by adding new languages.

## Getting Started

In order to get started, please sign up under [app.translatestack.com/signup](https://app.translatestack.com/signup).

![](https://2571971569-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MN9uEkur7b_zDmjFCiH%2F-MN9uJMyyT8djnxMFgTj%2F-MN9wHgRnBlN3SqVdlhE%2Fimage.png?alt=media\&token=ea039cff-ba53-4a2e-a49e-587f4b01d4ec)

### 1. Add Source Language

Once you signed up, you'll see an onboarding flow consisting of 4 steps. In the first step, you have to select your "source language". A source language is the current implemented language of your website.

![](https://2571971569-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MN9uEkur7b_zDmjFCiH%2F-MNADJaSG0ooKpX5s-9Q%2F-MNAE9bw4ig_TCtmKiZG%2Fimage.png?alt=media\&token=a6fa20c6-c329-4c48-8db5-f8ddfd0048f3)

### 2. Add Target Language

In the second step you have to choose your target languages. Target languages are the new languages you want to add to your page.

![](https://2571971569-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MN9uEkur7b_zDmjFCiH%2F-MNADJaSG0ooKpX5s-9Q%2F-MNAF6Eel1xIqnZRODmi%2Fimage.png?alt=media\&token=5df58974-114e-442c-9322-079e0ce574cb)

### 3. Choose your Domain

In the third step you have to paste in a valid URL of your website. Make sure, you don't forget "http\:// or https\://"

![](https://2571971569-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MN9uEkur7b_zDmjFCiH%2F-MNADJaSG0ooKpX5s-9Q%2F-MNAFR8fCP27acp9j-QF%2Fimage.png?alt=media\&token=4beb5e19-2cdf-48bc-8998-152c518c107c)

### 4. Implement Code Snippet and Validate setup

The final step. You'll find your very own SDK snippet that needs to be copy / pasted into the project URL, that you have entered above. Once, you have implemented the code snippet and deployed to production, you are able to validate and finalize your setup. :muscle:&#x20;

![](https://2571971569-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MN9uEkur7b_zDmjFCiH%2F-MNADJaSG0ooKpX5s-9Q%2F-MNAFvj0UvABQg2o745z%2Fimage.png?alt=media\&token=be639eb2-a211-4bcd-95ac-a767262bd0e3)

### How to implement the snippet correctly

In order to make the code snippet and its technology work properly, you have to place your code snippet above the closing `</body>` tag.\
Here is a sample of how you should place your snippet correctly in a sample html file.

```markup
<!DOCTYPE html>
<html>

<head>
  <title>Your Page</title>
</head>

<body>

  <!--==YOUR PAGE CONTENT==-->

  <script id="tss-script" src="https://app.translatestack.com/sdk/sdk.js?apiKey=d227398dbf73412dad700cbba8f5652"></script>
</body>

</html>

```

trusted by [beglaubigt.de](https://beglaubigt.de/)
