# Access Management

- [Roles & Permissions](https://docs.zenml.io/pro/access-management/roles.md): Learn about the different roles and permissions you can assign to your team members in ZenML Pro.
- [Trusted domains](https://docs.zenml.io/pro/access-management/trusted-domains.md): Organization trusted domains in ZenML Pro — user visibility, invitations, SSO, and how operators configure them.
- [Personal Access Tokens](https://docs.zenml.io/pro/access-management/personal-access-tokens.md): Learn how to manage and use Personal Access Tokens.
- [Service Accounts](https://docs.zenml.io/pro/access-management/service-accounts.md): Learn how to manage and use service accounts and API keys .
- [Secrets Stores](https://docs.zenml.io/pro/access-management/secrets-stores.md): Learn how to link your own secrets store backend to your ZenML Pro workspace.


---

# 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.zenml.io/pro/access-management.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.
