# Live Translation Settings

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

#### Configuring Live Translation Settings for Chatbot

The "Live Translation Settings" interface shown in the image allows you to configure translation services for your chatbot using the Google Translate API. Here's a detailed guide on how to configure these settings effectively:

#### Step-by-Step Configuration

1. **Enable Translation**:
   * Toggle the "Enable Translation" switch to activate the translation feature. This is the master switch that controls whether translation is enabled for the chatbot.
2. **Enable Translation For Incoming Messages**:
   * Toggle this switch if you want the chatbot to translate incoming messages from users into a specified language.
3. **Enable Translation For Outgoing Messages**:
   * Toggle this switch if you want the chatbot to translate its own responses into a specified language before sending them to users.
4. **Set Incoming Translation Language**:
   * Select the desired language from the dropdown menu. This is the language into which all incoming messages will be translated.
   * Example: If users are expected to send messages in various languages and you want them translated to English, select "English".
5. **Set Outgoing Translation Language**:
   * Select the desired language from the dropdown menu. This is the language into which all outgoing messages from the chatbot will be translated.
   * Example: If you want the chatbot’s responses to be in Spanish, select "Spanish".
6. **Enter Google Translate API Key**:
   * Enter your Google Translate API Key in the provided field. This key is necessary for accessing Google’s translation services.
   * Click the "Verify" button to ensure the API key is valid. A successful verification will indicate that the key is correct and functional.
7. **Save Settings**:
   * After configuring all the settings, click the "Save" button to apply the changes.


---

# 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.rampwin.com/setting/account-setting/my-account/live-translation-settings.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.
