# Search for a task

Wonderly's Search function lets you pull up any task directly from anywhere in the platform, without navigating through your projects manually.

### Search for a task

1. From anywhere in Wonderly, click **Search** in the left-hand sidebar or press **Ctrl / Cmd + K**.
2. Click the **Tasks** tab.
3. Type the name of the task you want to find.
4. Click the result to open the task.

{% embed url="<https://app.supademo.com/demo/cmodd5tb2317ys2tq6lx4x71w>" %}

**Expected outcome**: The task opens in its detail view, ready to review or edit.

**FAQ**

**Does it search across all projects?** Yes, the search feature looks across all workspaces and projects to find your tasks.

**What does the task open into?** When you open a task, it will open the task modal where you can edit all the task details if needed, including moving it to a different workspace or project.


---

# 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://www.wonderly.com/help/work-hub/tasks-overview/updating-and-finding-tasks/search-for-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.
