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

# Typeform

> Typeform is a user-friendly online form and survey builder, enabling businesses to create interactive forms to collect data and insights

## Supported Actions

The following table outlines the supported actions and example prompts for our Typeform integration:

1. ### User Management

| Action               | Description                                 | Example Prompt        |
| :------------------- | :------------------------------------------ | :-------------------- |
| **Get User Details** | Retrieves the authenticated user's details. | `Get my user details` |

2. ### Form Management

| Action                         | Description                                     | Example Prompt                                        |
| :----------------------------- | :---------------------------------------------- | :---------------------------------------------------- |
| **Get all forms**              | Fetches a list of all forms in a workspace.     | `List all forms in my workspace`                      |
| **Search for forms**           | Searches for forms matching specific criteria   | `Search for forms with the title 'Customer Feedback'` |
| **Get form details**           | Retrieves a specific form's details             | `Get form details of 'Customer Feedback'`             |
| **Get all forms in workspace** | Fetches all forms within a specified workspace. | `List all forms in the 'Marketing' workspace`         |
| **Create new form**            | Created a new form in default workspace         | `Create a new form 'Product Quiz' of type 'quiz`      |
| **Delete a form**              | Deletes a specified form                        | `Delete 'Customer Feedback' form`                     |

3. ### Workspace Management

| Action                    | Description                                       | Example Prompt                                |
| :------------------------ | :------------------------------------------------ | :-------------------------------------------- |
| **Get all workspaces**    | Fetches a list of all workspaces                  | `List all my workspaces`                      |
| **Get workspace details** | Retrieves detailed information about a workspace. | `Get details about the 'Marketing' workspace` |
| **Create new workspace**  | Creates a new workspace                           | `Create a new 'Sales Team'`                   |
| **Delete a workspace**    | Deletes a specified workspace                     | `Delete the 'Sales Team' workspace`           |

4. ### Form Data and Insights

<Note> May required Typeform business plan for these features</Note>

| Action                                                    | Description                                          | Example Prompt                                        |
| :-------------------------------------------------------- | :--------------------------------------------------- | :---------------------------------------------------- |
| **Get Form Insights**                                     | Retrieves analytics and insights for a specific form | `Get insights for the 'Customer Feedback' form`       |
| **Download all files uploaded by respondents for a form** | Downloads files uploaded to a form.                  | `Download all files from the 'Job Application' form.` |
