# Switch projects

As you add more projects, you may need to quickly switch between them within the Management Console. This can be done using the menu in the upper left corner.

![Project selection dropdown](/files/jKBMAWv6PVVHnTcUmpBa)

A click on the menu will open it. It displays a list of your projects, the one you are currently working on is checked:

![Project selection menu](/files/OWJUEUPMcy3Bgy3mds03)

Clicking on the name of another project will switch the Management Console to work with it.

{% hint style="info" %}
Is some cases the list of projects can become too long to scroll; you can type the full name (or a part) of the project in the search field. This will automatically filter the list.
{% endhint %}

By clicking on the "**All project**" menu item, you will be redirected to the projects overview dashboard:

![Projects overview dashboard](/files/2yJhw8hxcKIaUlquMV5K)

{% hint style="info" %}
Projects on the dashboard can be viewed as a list or a grid by clicking on the respective button between "Search" and "Add project"
{% endhint %}


---

# 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://pango.gitbook.io/paas/getting-started/switch-projects.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.
