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

# Create Form

> Create a blank Google Form with a title.

The **Create Form** action creates a new blank Google Form. Use it when a
workflow needs a fresh form whose questions or sharing settings will be managed
separately.

## Inputs

| Input                   | Type           | Required | Description                                    |
| ----------------------- | -------------- | -------- | ---------------------------------------------- |
| **Third-party account** | Google account | Yes      | The Google account that owns the new form.     |
| **Title**               | String         | Yes      | Title used for both the form and its document. |

## Outputs

| Output      | Type   | Description                               |
| ----------- | ------ | ----------------------------------------- |
| **Form ID** | String | Google's identifier for the created form. |

<Note>
  The action creates the form itself but does not add questions. Store **Form
  ID** if later workflow steps or external tools need to configure it.
</Note>

## Example: create a form for a new project

```text theme={null}
New project
  → Build "Project name feedback" title
  → Google Forms: Create Form
  → Store Form ID with the project
```
