# Search Across

To make a task search, click on the Search button in the navigation menu.&#x20;

If the search field is empty on the page that opens, your last viewed tasks will be listed here. Type your text in the search field with a minimum of 3 characters. Tasks with this text in the task name, description and post text will be listed in the search results. You can also view the tasks in the archive by clicking the Search in Archive tab.

You can open the task in the new tab by clicking on the name of the task or clicking on the Go to Task button that appears when you hover over the task with the mouse.

**NOTE:** There is a limit of 20 tasks for task name and description and 20 tasks for task activities in the search results. For this reason, a maximum of 40 tasks matching this text will be listed.

<figure><img src="/files/hrxQpl7pNBqXCPD9SyKP" alt=""><figcaption><p>Search Button</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.cubicl.io/task-and-project-management/search-across.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.
