# Add content

## **You are a developer** and like to integrate locize directly to your app?

There are a few options to integrate locize into your code base:

* [Instrumenting your code base](/integration/instrumenting-your-code.md)
* [Using our API](/integration/api.md)
* [Using the CLI](/integration/cli.md)

### Example with the cli (migrate command)

{% embed url="<https://www.youtube.com/watch?v=XNTHvuFcnWc>" %}
[upload content](https://www.youtube.com/watch?v=XNTHvuFcnWc) part of [showcase/demo](https://www.youtube.com/watch?v=TFV_vhJs5DY)
{% endembed %}

## **You got some files you like to import or want to add some segments manually?**

![](/files/wKFcfahBA974yxsqgzE0)

By default a "latest" version is created for your project.

{% hint style="info" %}
[What are versions?](/more/versioning.md)
{% endhint %}

### **You got some files you like to import?**

![](/files/yaG6QfRY0a93pTsOTISW)

Choose the "Import File" below in the "..." more dropdown on the languages section.

{% hint style="info" %}
[Which file formats are supported?](/integration/supported-formats.md)
{% endhint %}

## Add languages

**Make sure to add all desired languages.**

Also new languages can be added via that dropdown menu.\
Alternatively, you can navigate to your settings page...\
![](/files/flBQF0nkomcGtJEkoIgt)\
...and and add new languages there:\
![](/files/L8sHWOhFX10iggtoVTAG)

{% hint style="info" %}
You can also add a new language via the [API](/integration/api.md#add-new-language).
{% endhint %}

## **You want to add translation segments manually?**

![](/files/DMnq7YD3dxCKTDhAMuq0)

Like before, you can add new namespace from your project overview or via settings page.

{% hint style="info" %}
[**What is a namespace?**](/more/namespaces.md)
{% endhint %}

Now click on the created namespace in the "Start to translate" card.

{% hint style="info" %}
You can open the namespace in the "[Global View](/different-views/global.md)" or in the "[Focus View](/different-views/focus.md)".

[What are these different views?](/different-views.md)
{% endhint %}

![](/files/dOaUkLIiUaLWPWWmOrUS)

To add a new segment/text click the ADD button.

Enter a segment key and a segment value and click ADD.

![](/files/QHlKKfd2yEY3NEJJw7p0)

Click the SAVE button to confirm your work.


---

# 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/add-content.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.
