# Which organizations are displayed in the QLM Portal?

The QLM Portal displays organizations based on the permissions of the logged-in user.

If the logged-in user is an Administrator (belongs to the User Group *None*), then all organizations are displayed.

If the logged-in user is not an Administrator but the User Group permission "CanSeeAllOrganizations" is set to true, then all organizations are displayed.

If the logged-in user is not an Administrator and the User Group permission "CanSeeAllOrganizations" is set to false (default), then organizations are displayed if the following criteria are met:

* The Organization belongs to the same User Group as the logged-in user.
* The Organization does not have an assigned User Group.

Note that if the logged-in user is of type "Customer", only the organization of the logged-in user is displayed.


---

# 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://docs.soraco.co/docs/qlm-portal/which-organizations-are-displayed-in-the-qlm-portal.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.
