# Search for a project

### Method 1: Using the Search function

{% hint style="info" %}
**When to use**: You want to open an existing project from anywhere in Wonderly.
{% endhint %}

1. Click **Search** in the main sidebar or press **Ctrl / Cmd + K**.
2. Click the **Projects** tab.
3. Type the name of the project you want to open.
4. Click the result to open the project modal.

***

### Method 2: Using the Browse tab under the Projects section

{% hint style="info" %}
**When to use:** You want to browse your projects visually or navigate through your workspaces to find a project
{% endhint %}

1. Click **Projects** in the main sidebar.
2. Click the **Browse** tab.
3. Expand the workspace where your project is saved or use the **Search folders, projects or docs** bar to find it by name.
4. Click the project name to open it.


---

# 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/projects-overview/manage-and-collaborate/search-for-a-project.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.
