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

# Organization administration

- [Organization roles](https://docs.cogram.com/organization-administration/organization-roles.md): Understand the three organization-level roles in Cogram (Owner, Admin, and Member) and what each role can do.
- [Groups](https://docs.cogram.com/organization-administration/groups.md): Organize users into groups for easier project access management and team structure.
- [Licensing](https://docs.cogram.com/organization-administration/licensing.md): How Cogram licensing works: module entitlements, seats, and the two access levels (Full access and View & Respond).
- [Single sign-on (SSO)](https://docs.cogram.com/organization-administration/single-sign-on-sso.md): SAML-based SSO is supported as part of Cogram's Enterprise plan. Includes the service provider details and the Microsoft Entra ID (Azure AD) setup steps.
- [Subscription and billing](https://docs.cogram.com/organization-administration/subscription-and-billing.md)
- [Organization notification settings](https://docs.cogram.com/organization-administration/notifications.md): Set default notification preferences for all organization members and lock settings to enforce them, including the new in-app and email channels.
- [Organization identity](https://docs.cogram.com/organization-administration/navigation-bar-branding.md): Set your organization's logo and name in the directory and navigation bar.
- [Data exports](https://docs.cogram.com/organization-administration/data-exports.md): Request a multi-part zip export of your organization's data (projects, meetings, emails, documents, drawings, reports, observations, and transmittals) for backup, audit, or migration.
- [Data export package layout](https://docs.cogram.com/organization-administration/data-export-package-layout.md): What's inside a Cogram Data Export zip: top-level folders, per-entity layout, file types, and naming conventions.


---

# 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.cogram.com/organization-administration.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.
