> For the complete documentation index, see [llms.txt](https://docs.cubicl.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cubicl.io/task-and-project-management/search-across.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cubicl.io/task-and-project-management/search-across.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
