# Google Translator

The **Google Translator resource** lets you use Google Cloud Translation inside JetAdmin. After connecting with your API key, you can run translation operations, detect languages from text input, and retrieve the list of languages supported by Google Translate.\
This is perfect for multilingual apps, content generation workflows, support tools, and automated translation tasks.

#### Steps

1. **Go to Data Settings:**\
   In JetAdmin, open **Data → Add Resource**.
2. **Select Google Translator:**\
   Choose **Google Translator** from the list of available data sources.
3. **Name your resource (optional):**\
   Give it a custom name like *Translator API* or *Language Tools*.
4. **Paste your Google API Key:**\
   Enter your Google Cloud Translation API key.\
   \&#xNAN;*Note: The Translation API must be enabled in your Google Cloud console.*
5. **Add Resource:**\
   JetAdmin will validate your key and complete the setup, making translation actions immediately available.

{% @arcade/embed flowId="zujfQwpMWAeSb05lDgNI" url="<https://app.arcade.software/share/zujfQwpMWAeSb05lDgNI>" %}

{% hint style="info" %}
**Actions Overview**\
Once connected, JetAdmin provides three key translation actions:\
• **Detect Language:** Identify the language of any given text.\
• **Get Supported Languages:** Retrieve a full list of languages supported by Google Translate.\
• **Translate Text:** Translate text from one language to another using Google’s neural machine translation.
{% endhint %}


---

# 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.jetadmin.io/user-guide/integrations/google-translator.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.
