# How can I switch between organizations I’m assigned to?

1. Sign in to Hummingbird.
2. Once you're in, click on your name in the lower-left corner.
3. In the menu that appears, you should see a list of the organizations you belong to – switch between them here.

{% hint style="info" %}
You’ll only see this option if you have access to multiple organizations.
{% 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://help.hummingbird.co/platform-administration/how-can-i-switch-between-organizations-im-assigned-to.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.
