# Search

You can search for any tasks in Ellie by clicking the Search icon in the top bar (or with the keyboard shortcut CMD+K or CTRL+K)

You can search for any task by the task title through this search.

You can click on any task to pull up the task detail modal.

{% hint style="info" %}
Search is only available on Web/Mac and will be coming to iOS in the future
{% endhint %}

<figure><img src="/files/HMPJZxd59LxDnME0SZjY" alt=""><figcaption></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://guide.ellieplanner.com/features/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.
