> For the complete documentation index, see [llms.txt](https://docs.b2translate.b2broker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.b2translate.b2broker.com/user-guide/manage-translations/send-translations.md).

# Send translations to another project

You can copy translations to another project included in the same project type. The translations from a source project are assigned to the same keys in a target project.

{% hint style="warning" %}
You must be assigned the *Editor* permission in the target project and at least the *Viewer* permission in the source project.
{% endhint %}

{% hint style="danger" %}
If translations in the target project already exist, they'll be **overwritten**.
{% endhint %}

To copy translations:

{% stepper %}
{% step %}
On the **Projects** page, click the name of a project from which you want to copy translations.
{% endstep %}

{% step %}
From the language dropdown above the table, select a required language.
{% endstep %}

{% step %}
Mark the checkboxes for the keys that you want to copy. Mark the upper checkbox to select all.
{% endstep %}

{% step %}
From the **Bulk actions** dropdown appearing above the table, select **Send translations**.

<figure><img src="/files/KdkkBTwxzHcJNLc1cJSE" alt="Send translations"><figcaption><p>Send translations</p></figcaption></figure>
{% endstep %}

{% step %}
In the **Send translations** popup, mark one or more projects to which you want to copy the selected translations.

Only projects containing the selected language and where you're assigned the *Editor* permission are displayed.

<figure><img src="/files/Eb51X5t2i5zOv7Q342xj" alt="Select target projects to import keys to"><figcaption><p>Select target projects to import keys to</p></figcaption></figure>
{% endstep %}

{% step %}
Click **Send**.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.b2translate.b2broker.com/user-guide/manage-translations/send-translations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
