# 6.3 Smart Task Search

### Pre-Condition:

* Users must have an account in Onethread.
* Users must be logged in to the account.
* Users must be a part of a company.
* Users must be part of a project.

It helps you to search tasks from the company dashboard and project details in 5 ways,&#x20;

* Task id,&#x20;
* Tasks assigned by me,&#x20;
* Tasks assigned to me,&#x20;
* My tasks for today, and&#x20;
* Tasks assigned to: assignee name.

### Process:

* Go to the “Active Task” section from the company dashboard or project details page and click the search box. Four options will pop up.
* Writing down any task id would show you the exact task from the task list.
* Click the “Tasks assigned by me” option, which will show you all the tasks you have assigned to others in the list.&#x20;
* Click the “Tasks assigned to me” option, which will show you all the tasks you have been assigned by others in the list.&#x20;
* Click the “My tasks for today” option, which will show you all the due tasks you have to finish by today in the list.&#x20;
* Click the “Tasks assigned to:” option followed by any project teammates' names which will show you all the assigned tasks of that individual in the list.&#x20;

  <figure><img src="https://lh3.googleusercontent.com/EG-tGcyc488wIsR_Dj6G2emSQ7tXVuYMO9U0qOX_OoyLxwSlGdI3DoSmF4cF9BBHZxTF4m-6AGoMLfy04xkrHYaTUmdQbxzLcpUGg5k_-X54E8Uorr3e5TyGqikXgl0Kw_VMQ_1ND7pkfLuf14GADEgcm3snxFLVrJANeusENf-XVF6XNcDMHRmA8kzzIQ" alt=""><figcaption></figcaption></figure>

<br>


---

# 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-smart-task-search.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.
