# Admin and collaboration

### Centralized user management

Efficiently manage members of your organization’s Bubble account with centralized user management. Through a single interface, you can provision new members and revoke access, ensuring that only authorized members can access your apps.

You can read more about [collaboration](/help-guides/maintaining-an-application/collaboration.md) and [single sign-on](/help-guides/bubble-for-enterprise/security-and-compliance/single-sign-on-sso.md) in our dedicated articles

### Centralized app management

With the Enterprise plan, an admin can easily view and manage all the apps created by members of your organization. All apps are owned by your organization and remain this way when users are deprovisioned.

### Centralized billing

Regardless of the number of apps in your organization, we consolidate their billing into one invoice, which can be settled via invoice or ACH.

### Version control

Our version control system provides branching and merging capabilities, allowing your team members to simultaneously work on different components of the app. This accelerates development, testing, and deployment of updates or new features.

You can read more about version control in [this article](/help-guides/maintaining-an-application/version-control.md).

### Permission settings

Maintain strict control over access levels within your development environment. With the permission settings, you can fine-tune who can access and modify specific areas, such as the editor, database, or user activity logs.

You can read more about collaboration in [this article](/help-guides/maintaining-an-application/collaboration.md).

### Point-in-time app and database recovery

With point-in-time recovery, you can restore your app and/or its database to a previous version from any point in time. We also have both manual and automated savepoints that can help you identify and reference key milestones or changes, providing a clear path for rollback when needed.

You can read more about our automated point-in-time backup system in [this article](/help-guides/maintaining-an-application/database-maintenance/database-backups.md#point-in-time-backups).


---

# 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://manual.bubble.io/help-guides/bubble-for-enterprise/admin-and-collaboration.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.
