> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/platform-administration/snyk-hierarchy.md).

# Snyk hierarchy

- [Tenant, Groups, and Organizations](https://docs.snyk.io/platform-administration/snyk-hierarchy/groups-and-organizations.md): The Snyk hierarchy of Tenant, Groups, and Organizations, and how it controls access to Snyk scanning and features
- [Tenants](https://docs.snyk.io/platform-administration/snyk-hierarchy/tenant.md): The Tenant, the top level of the Snyk hierarchy, and the features it manages on Enterprise plans
- [Manage users in a Tenant](https://docs.snyk.io/platform-administration/snyk-hierarchy/tenant/manage-users-in-a-tenant.md): How to manage members of a Snyk Tenant, available on Enterprise plans
- [Plan and billing](https://docs.snyk.io/platform-administration/snyk-hierarchy/tenant/plan-and-billing.md): How to view your Snyk plan and billing details on the Your Plan page, available on Enterprise plans
- [Groups](https://docs.snyk.io/platform-administration/snyk-hierarchy/groups.md): Snyk Groups, which contain Organizations and let teams manage collaborators and Projects together
- [Manage users in a Group](https://docs.snyk.io/platform-administration/snyk-hierarchy/groups/manage-users-in-a-group.md): How to manage members of a Snyk Group, available on Enterprise plans
- [Configure session length for a Snyk Group](https://docs.snyk.io/platform-administration/snyk-hierarchy/groups/configure-session-length-for-a-snyk-group.md): How Group admins configure the inactivity session length before Snyk logs users out, by default 24 hours
- [Group general settings](https://docs.snyk.io/platform-administration/snyk-hierarchy/groups/group-general-settings.md): How to view and modify Snyk Group general settings, including the Group name and related options
- [Organizations](https://docs.snyk.io/platform-administration/snyk-hierarchy/organizations.md): Snyk Organizations, which represent teams, products, or environments and contain the Projects you scan
- [Create and delete Organizations](https://docs.snyk.io/platform-administration/snyk-hierarchy/organizations/create-and-delete-organizations.md): How to create and delete Snyk Organizations and set your preferred Organization, within your plan limits
- [Set your preferred Organization](https://docs.snyk.io/platform-administration/snyk-hierarchy/organizations/set-your-preferred-organization.md): How to set your preferred Snyk Organization, which Snyk uses by default in the web UI and CLI
- [Manage users in Organizations](https://docs.snyk.io/platform-administration/snyk-hierarchy/organizations/manage-users-in-organizations.md): How to manage members of a Snyk Organization from the Members settings, based on your role permissions
- [Requests for access to an Organization](https://docs.snyk.io/platform-administration/snyk-hierarchy/organizations/requests-for-access-to-an-organization.md): How users request access to a Snyk Organization and how administrators review those requests
- [Organization general settings](https://docs.snyk.io/platform-administration/snyk-hierarchy/organizations/organization-general-settings.md): How to view and modify Snyk Organization general settings from the Settings menu
- [Group and Organization settings](https://docs.snyk.io/platform-administration/snyk-hierarchy/group-and-organization-settings.md): Overview of Snyk settings at the Group and Organization levels, including general, SSO, and related options
- [Switch between Groups and Organizations](https://docs.snyk.io/platform-administration/snyk-hierarchy/switch-between-groups-and-organizations.md): How to switch between Snyk Groups and Organizations in the web UI, and how the preferred Organization applies
- [Snyk Preview](https://docs.snyk.io/platform-administration/snyk-hierarchy/snyk-preview.md): How to enable early Snyk Preview features, separate from IDE plugin preview features
- [Manage notifications](https://docs.snyk.io/platform-administration/snyk-hierarchy/manage-notifications.md): How to manage Snyk notifications that alert you to new vulnerabilities found in the Projects you monitor
- [Usage settings](https://docs.snyk.io/platform-administration/snyk-hierarchy/usage-settings.md): How to view Snyk usage details for your Group or Organization, including tests and contributing developers


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.snyk.io/platform-administration/snyk-hierarchy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
