# Translation

Cherry Studio's translation feature provides fast, accurate text translation services, supporting mutual translation between multiple languages.

### Interface Overview

<figure><img src="/files/e26dda7dd3aa53c5cfd9f803aedd261fbe8d07d9" alt=""><figcaption></figcaption></figure>

The translation interface mainly consists of the following parts:

1. **Source Language Selection Area**:
   * Any language: Cherry Studio will automatically detect the source language and translate it.
2. **Target Language Selection Area**:
   * Dropdown menu: Select the language you want the text translated into.
3. **Settings button**:
   * After clicking, you will be taken to [Default Model Settings](/docs/en-us/pre-basic/settings/default-models.md).
4. **Scroll synchronization**:
   * Click to toggle scroll synchronization (scrolling on either side will also cause the other side to scroll).
5. **Text input box (left side)**:
   * Enter or paste the text you need translated.
6. **Translation result box (right side)**:
   * Displays the translated text.
   * Copy button: Click the button to copy the translation result to the clipboard.
7. **Translate button**:
   * Click this button to start translating.
8. **Translation history (top left corner)**:
   * Click to view translation history.

### Steps to use

1. **Select the target language**:
   * Select the language you want to translate into in the target language selection area.
2. **Enter or paste text**:
   * Enter or paste the text you want to translate in the text input box on the left.
3. **Start translation**:
   * Click `Translate` button in the upper-right corner.
4. **View and copy the result**:
   * The translation result will be displayed in the translation result box on the right.
   * Click the copy button to copy the translation result to the clipboard.

### Frequently Asked Questions (FAQ)

* **Q: What should I do if the translation is inaccurate?**
  * A: Although AI translation is powerful, it is not perfect. For text in specialized fields or complex contexts, manual proofreading is recommended. You can also try switching to a different model.
* **Q: Which languages are supported?**
  * A: Cherry Studio's translation feature supports many mainstream languages. For a specific list of supported languages, please refer to Cherry Studio's official website or in-app instructions.
* **Q: Can it translate an entire file?**
  * A: The current interface is mainly for text translation. For file translation, you may need to go to Cherry Studio's chat page and add a file for translation.
* **Q: What should I do if the translation is slow?**
  * A: Translation speed may be affected by factors such as network connection, text length, and server load. Please make sure your network connection is stable and wait patiently.


---

# 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.cherry-ai.com/docs/en-us/cherry-studio/preview/translation.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.
