# 2. Remove Dependency Tasks from "Blocked by"

This feature in Onethread allows users to remove any blocked-by dependencies that are preventing a task from progressing.&#x20;

By removing these dependencies, users can take action to help complete a task and prevent further delays in the project timeline.

### Pre-conditions to use the Feature

* A task must have at least one dependent task added to its "Blocked by" 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 by 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/fwyZaLdeOUl6EgXoecQt" alt=""><figcaption><p>Removing Dependency Tasks from Blocked by</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/2.-remove-dependency-tasks-from-blocked-by.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.
