> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noclick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Forms

> Connect Google Forms to your workflows: 7 operations across 3 categories.

The Google Forms node adds Google Forms operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.

Google Forms also includes 1 trigger operation (marked in the tables below) that can start a workflow when something happens in Google Forms.

<Note>
  You can wire the Google Forms node into an AI agent as a tool provider: the agent calls the operations you allow. See [Agent tools](/agents/tools).
</Note>

## Credentials

Connect Google Forms under **Credentials** in the node settings. See [Connecting credentials](/credentials/connecting) for the general flow.

Sign in with your Google Forms account when prompted; no keys to copy.

NoClick requests the following permissions:

* `https://www.googleapis.com/auth/forms.body`
* `https://www.googleapis.com/auth/forms.responses.readonly`
* `https://www.googleapis.com/auth/drive`

## Operations

### Form

| Operation                   | ID                        | Description          | Trigger |
| --------------------------- | ------------------------- | -------------------- | ------- |
| **Create New Form**         | `create_new_form`         | Create a new form    |         |
| **Get Form Metadata**       | `get_form_metadata`       | Get a form           |         |
| **List Google Drive Forms** | `list_google_drive_forms` | List Google Forms    |         |
| **Update Form Metadata**    | `update_form_metadata`    | Update form metadata |         |

### Response

| Operation               | ID                    | Description             | Trigger |
| ----------------------- | --------------------- | ----------------------- | ------- |
| **Get Form Response**   | `get_form_response`   | Get a specific response |         |
| **List Form Responses** | `list_form_responses` | List form responses     |         |

### Other

| Operation            | ID                 | Description                                                      | Trigger |
| -------------------- | ------------------ | ---------------------------------------------------------------- | ------- |
| **On Form Response** | `on_form_response` | Trigger: polls a form on a schedule and fires for new responses. | Yes     |
