> For the complete documentation index, see [llms.txt](https://help.quickappflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.quickappflow.com/planner/create-and-manage-task.md).

# Create and Manage Task

## Create Task

You can create task from two way

1. From Kanban view
2. From list view

To create task: From **Kanban view**

Click on +New to add task, enter task and hit enter button

![](/files/L3HYe5ZW1kOhsxpxBNiw)

To create Task: From **list view**

Click on list view icon

![](/files/lOgF9hvKXCA5Me4oHmgB)

Add task and hit enter button

![](/files/Q0gYxjbwDiMTWFuNrcbI)

Click on Edit button to edit or Update task

![](/files/J1WjL7isixg9TSIRB5D3)

Enter the all details in the task page and click on **save**

![](/files/RgaYUitlls5TXkcQtoMA)

Newly task created show on the top

![](/files/NMGmsmnMo54tlGJzWOds)

## Search Task

User can **Search task** by Task Id or Task Category or Photo filter

<figure><img src="/files/kc8TtH1wBHaaEIAycUt9" alt=""><figcaption></figcaption></figure>

## Delete Task

Task once added can be deleted if no longer necessary

To delete Task

Hover the mouse on the task which you would like to delete and click the **Delete** button

![](/files/uXuekbZhPsmj4lPiy2DW)

Give your confirmation in the popup and the record will be deleted

![](/files/SIBtB18oxzonWQYTaumu)


---

# 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://help.quickappflow.com/planner/create-and-manage-task.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.
