> For the complete documentation index, see [llms.txt](https://guide.taskopad.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.taskopad.com/fundamentals/task/task-creation-process/bulk-edit-delete-and-recycle-bin-process.md).

# Bulk Edit , Delete & Recycle Bin Process

***Bulk Edit:***  If you want to alter the same thing in a task at the same time, rather than doing it one at a time, you may utilize our Bulk edit option, which allows you to make many changes at once.

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

For Instance: If you want to change the assignee for numerous tasks at once rather than one at a time, go to Bulk edit and choose the task you want to change the assignee for, then select another assignee to whom all the tasks should be assigned, and then submit. As a result, all of the tasks will be immediately assigned to that new assignee.

{% hint style="info" %}
***You may change assignees, modify the Due Date, change the priority, and so on in BULK EDIT.***
{% endhint %}

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

***Bulk Delete:*** Bulk Delete functionality enables members to efficiently delete tasks in larger quantities, eliminating the need to delete them individually. The process involves accessing Bulk Edit, selecting the desired tasks, and then clicking on the delete option to remove them in batches.

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

Deleted tasks will be visible in the Recycle Bin for a period of 30 days. During this time, you have the option to restore them. After the 30-day period, the deleted tasks will be permanently removed.

<figure><img src="/files/3lIm72oKseE4pFslSYk5" alt=""><figcaption></figcaption></figure>


---

# 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://guide.taskopad.com/fundamentals/task/task-creation-process/bulk-edit-delete-and-recycle-bin-process.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.
