> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/destinations/categories/ai/gemini_enterprise/faq.md).

# FAQ

<details>

<summary>What is Gemini Enterprise?</summary>

Gemini Enterprise is Google Cloud's enterprise AI platform for building agents and analyzing business data in a governed environment. When connected to Coupler.io through a custom MCP server, Gemini Enterprise can access your business data from any supported source.

</details>

<details>

<summary>How does my data get to Gemini Enterprise?</summary>

Coupler.io exposes your data through an MCP (Model Context Protocol) server. You register that server in Google Cloud as a custom MCP data store, and Gemini Enterprise authenticates to it using an OAuth app that Coupler.io issues. When you run a data flow with Gemini Enterprise as the destination, the data becomes available through this connection and Gemini Enterprise fetches it on demand.

</details>

<details>

<summary>What do I need to paste into the Google Cloud data store form?</summary>

Coupler.io provides everything in the destination step: the **MCP Server URL**, **Authorization URL**, **Token URL**, **Scopes** (`mcp`), plus the **Client ID** and **Client Secret** from the OAuth app you create. Copy these into the custom MCP server form in Gemini Enterprise.

</details>

<details>

<summary>Who can set up the OAuth credentials?</summary>

Only an account **admin or owner** in Coupler.io can create, regenerate, or delete the OAuth app used for Gemini Enterprise. Other members can still build and run data flows once the credentials exist.

</details>

<details>

<summary>Can I send data from multiple sources to Gemini Enterprise in one flow?</summary>

Yes. A single Coupler.io data flow supports multiple sources, and you can combine them using **Join** or **Append** transformations before the data reaches Gemini Enterprise. This is useful when you want to correlate data from different platforms in one place.

</details>

<details>

<summary>How do I keep Gemini Enterprise's data up to date without re-running manually?</summary>

Once your data flow has completed a successful manual run, set up a **schedule** in Coupler.io to refresh the data automatically — hourly, daily, or at a custom interval. Gemini Enterprise will then have access to fresh data whenever it queries the data store.

</details>

{% hint style="info" %}
For help setting up specific data sources for Gemini Enterprise, see the individual source articles in the **Sources** section of this Help Center.
{% endhint %}


---

# 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.coupler.io/destinations/categories/ai/gemini_enterprise/faq.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.
