# 4. Remove Dependency tasks from "Blocked"

This allows users to remove the dependency relationship between tasks, specifically when the dependent task is in the "Blocked" status.

This feature can be helpful when the task that was blocking the dependent task is now unblocked, or when there is a change in the task's priority that makes it unnecessary to keep the dependency relationship. By removing the dependency, the user can adjust the schedule and dependencies of the tasks, and reorganize the project plan accordingly.

### Pre-conditions to use the Feature

* A task must have at least one task added to its "Blocked" section

### Steps to Use:

* Select a **task** in a project. The **task modal page** opens.
* Click the **down arrow** button at the left of the **Blocked section** &#x20;
* **A list of added tasks** will be visible.
* **Select** the **task** you want to remove from the **list.**
* **Click** the **cross (x) button** at the **right** of that **task. The task** will be **removed.**
* You can **remove multiple tasks**.&#x20;

<figure><img src="/files/ynsdWJ7fWBQZN3LwQWeg" alt=""><figcaption><p>Removing tasks from "Blocked"</p></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.onethreadapp.com/6.-managing-items/6.3-tasks/6.3.2-task-modal-activity-page-manage/dependency-task/4.-remove-dependency-tasks-from-blocked.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.
