# Google

- [Google Authentication App](https://flowmate.gitbook.io/flowmate-documentation/connectors/google/google-authentication-app.md): This guide walks you through the necessary steps in the Google Cloud Console to create credentials (Client ID and Client Secret) for your application, which are required for Google authentication.
- [Google Calendar](https://flowmate.gitbook.io/flowmate-documentation/connectors/google/google-calendar.md): This article gives you a high-level overview of how the connector works, which endpoints are available, and how to design reliable sync flows.
- [Create Event](https://flowmate.gitbook.io/flowmate-documentation/connectors/google/google-calendar/create-event.md)


---

# 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://flowmate.gitbook.io/flowmate-documentation/connectors/google.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.
