# Administration

- [Authentication & SSO](https://docs.subsalt.io/administration/authentication-and-sso.md)
- [Access control and sharing](https://docs.subsalt.io/administration/access-control-and-sharing.md): Subsalt provides multiple ways for administrators to configure granular access to various databases, tables, and views of the application.
- [Data use agreements](https://docs.subsalt.io/administration/data-use-agreements.md)
- [User management](https://docs.subsalt.io/administration/user-management.md)
- [Directory sync](https://docs.subsalt.io/administration/user-management/directory-sync.md): Organizations that use an SSO identity provider that supports SCIM-based user provisioning can automate user management.
- [Disaster recovery](https://docs.subsalt.io/administration/disaster-recovery.md)
- [Velero backup and restore](https://docs.subsalt.io/administration/disaster-recovery/velero-backup-and-restore.md)


---

# 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.subsalt.io/administration.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.
