# Getting started

Integrating locize into your website / application takes four steps. If you still got questions after reading the getting started guide - [contact us](mailto:support@locize.com).

{% embed url="<https://www.youtube.com/watch?v=TFV_vhJs5DY>" %}

## Step 1) SignUp and create a project

Head over to our app and [register](https://www.locize.app/register). Create your first project on the dashboard after login.

{% content-ref url="/pages/-MTb35nFYAgdnvZmv9FG" %}
[Create a user account](/integration/getting-started/create-a-user-account.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MTbJRhH2CW6qIa5Nu4U" %}
[Add a new project](/integration/getting-started/add-a-new-project.md)
{% endcontent-ref %}

## Step 2) Decide for a i18n instrumentation

Next you will need to instrument your code to enable the internationalization of your website. For more details on that read the [instrument your code section](/integration/instrumenting-your-code.md).

## Step 3) Add new / existing segments

You can add new segments or complete files using the web interface or the [command line tool](https://github.com/locize/locize-cli).

![](/files/yw1B1Lld4Z7YbYvLOfle)

Using locizify or i18next you can enable the `saveMissing` option - doing so new segments will automatically added to your project.

{% content-ref url="/pages/-MTbLTfmDMgfv2BAIf5-" %}
[Add content](/integration/getting-started/add-content.md)
{% endcontent-ref %}

## Step 4) Translate your content

Start translating your content. Changes will be automatically published to our CDN and will be available to your users.

{% content-ref url="/pages/-MT-gfcUJWGMmZtKOQUd" %}
[The different views](/different-views.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-old.locize.com/integration/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
