# Tasks

Tasks are [task items](/form-management/tasks/task-items.md) that get triggered once a respondent has submitted his survey. Each of tasks offers a different type of functionality and can be [triggered](/form-management/tasks/triggers.md) conditionally based on the respondent answers.

You can use setup following tasks&#x20;

* [Get an email alert on each new respondent submission](/form-management/tasks/task-items/completion-alert.md)
* [Post to an HTTP webhook endpoint](/form-management/tasks/task-items/webhook.md)&#x20;
* [Save respondent answers in a Google Sheet](/form-management/tasks/task-items/google-sheet.md)
* [Update or add records to SQL Server's table](/form-management/tasks/task-items/sql-query-task.md)


---

# 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.ngsurvey.com/form-management/tasks.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.
