# 1. Add Dependency Task in "Blocked by" to a Task

The "Blocked by" feature allows users to specify a task as blocked by another task. This means that the dependent task cannot be started or completed until the blocking task is finished. When the blocking task is marked as complete, the dependent task becomes unblocked and can be started or completed.

### Pre-conditions to use the Feature

* At least one dependent task must exist before adding to the "Blocked by" section

### Steps to Use:

* Select a **task** in a project. The **task modal page** opens.
* Click the **+ button** at the right corner of the **Blocked by section** &#x20;
* A  **modal** will open. **Click** in the **description box** or the **down arrow button** from here.&#x20;
* **A list of tasks will collapse down.**&#x20;
* **Select** the **task** from the **list** or **write** the **name** in the **description box** to find the specific one.
* You can **add** **multiple tasks**.&#x20;
* After adding the tasks, click the save button to save.

<figure><img src="/files/a9WmMiWM0AVdHbrm1hHJ" alt=""><figcaption><p>Adding Dependency Task in Blocked by</p></figcaption></figure>

### Benefits:

* This feature helps in managing dependencies between tasks and ensuring that tasks are completed in the correct order.&#x20;
* It also helps identify the root cause of delays and take appropriate actions to prevent delays in the future.&#x20;
* By tracking dependencies between tasks, project managers can ensure that the project stays on track and is completed on time


---

# 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/1.-add-dependency-task-in-blocked-by-to-a-task.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.
