> For the complete documentation index, see [llms.txt](https://docs.eximee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/proces-biznesowy/zadania-uzytkownika/formularz-zadania-uzytkownika.md).

# User task form

In order to associate a given user task with a form - that is, indicate that the task will be carried out using this form - you should

* indicate the symbol of the selected user task on the process diagram
* in the properties, in the section **Forms** set
  * **Type** to *Embedded or External Task Form*
  * as **Form key** enter the name of the selected form

<figure><img src="/files/135a61032e0ae44c8931f8d0ab1fc9a9e76b1937" alt=""><figcaption><p><em><strong>Figure 1.</strong> Example of associating a task with a form</em></p></figcaption></figure>

<br>

## Approval of a user task and redirecting to the next task

It is possible to simultaneously approve a user task and redirect to the next task. To do this, add a component to the request, e.g. [Trigger](/documentation/documentation-en/budowanie-aplikacji/interfejs-uzytkownika/formularze/biblioteka-komponentow-bazowych/6-interakcje-i-akcje/trigger.md). Then define the action for it in the artifact properties **`COMPLETE_TASK_AND_RESUME`**. More information in the section [Actions](https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/proces-biznesowy/zadania-uzytkownika/pages/f4df663e0aafcf5e3130aaccbb5d1499afa73d33#akcja-zatwierdzenia-zadania-użytkownika-w-procesie)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.eximee.com/documentation/documentation-en/budowanie-aplikacji/proces-biznesowy/zadania-uzytkownika/formularz-zadania-uzytkownika.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
