# Forms

You can use [the Forms page](https://cubicl.io/forms/all) to collect information about tasks, create operation forms, or conduct internal surveys.

For this, you must first activate the form feature via the [organization page](/organization-and-user-settings/organization-settings.md#active-pages-on-the-navigation-menu).

![Organization Details](/files/-Mb2htAzsEqM9DibtP6g)

### Creating a Form

You can create new forms by clicking the **Add Form** button on the Forms page. While creating the form, it is possible to choose which fields will be in this form, their type (such as short text, long text, date, multiple options, etc.), their order, whether they are required or not. All forms you create appear on this page.

<figure><img src="/files/fOCXmKafSYYKmSt3i6rf" alt="" width="563"><figcaption><p>Create a form</p></figcaption></figure>

### Adding a Form to a Task

A previously created form can be added through the **actions button** on the task's details page. The assignees on the task can give more than one reply to the form. The replies by whom and when are recorded.

<img src="/files/MtGHlVIjYKijWV3PGGGp" alt="Add Form to the Task" width="355">

### Adding a Reply to the Form

Forms added to the task appear on the task's detail page with its name, creation date, and count of responses. From the settings button on to the form, you can create a response, view the responses, or delete the replies if you are authorized.

![](/files/-Mb2iz3pbT-VPUgoJGnP)

You can reply to the questions in the form by clicking on the form. Your reply will be recorded.

<img src="/files/-Mb7AIvMkB0KkY0_94G6" alt="Reply Form" width="563">

### Using Forms as Surveys

You can use the forms to conduct surveys within your team.

<img src="/files/-Mb2khBEnXdlZMQfwysm" alt="Survey Form" width="563">

### Form Permissions

* Users who are authorized to create forms in the organization can create forms.
* Authorized users and account manager can edit or delete forms.
* Forms can be added to a tasks by task creators and users who create and contribute permission.
* Anyone who views the form can fill the form.
* Answers on the form can be viewed by users with view permissions.
* Anyone can edit their own replies.
* Users who reply to the form, or create the task or have the authority to edit the task can delete the given replies.

## Saving and Printing Forms as PDF

The form creation, form editing, and form response viewing pages can be saved in PDF format or printed using the CTRL + P shortcut. This method allows you to quickly archive the current view of the screen or obtain a physical printout.

## Exporting Form Responses

Form responses can be exported in Excel format from two different locations:

* Via the Form card located in the task details.
* Via the detail screen of the relevant form on the Forms page.

By using the Export to Excel button available on both screens, form responses can be downloaded and used for reporting or analysis purposes.

<figure><img src="/files/7Xtw6yCdQ5vye0nl0GyB" alt=""><figcaption></figcaption></figure>


---

# 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://docs.cubicl.io/task-and-project-management/forms.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.
