# Google Gemini

The  Google Geminin provider allows you to connect ngSurvey to Google Gemini AI services. To configure this service you will need to set following properties from your Google Cloud account.

## 🔅 Gemini properties

* **`Gemini API Key`** Google Gemini API key. Enter the key that has been generated for your Gemini resource.
* **`Gemini model name`** Model to use for general AI  tasks.
* **`Geminin embedding model`** model to use for open text analysis purposes. &#x20;


---

# 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.ngsurvey.com/installation-setup/system-settings/ai-suite-provider/google-gemini.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.
