> For the complete documentation index, see [llms.txt](https://help.cerby.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.cerby.com/setup-and-admin/readme.md).

# Setup and admin

You're the one keeping your organization's identity infrastructure running. This space has everything you need to configure your workspace, connect your identity provider, enforce security policies, and automate the full user lifecycle, from onboarding to offboarding.

***

## What you can do here

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Workspace identity federation</strong></td><td>Connect your IdP to enable SSO authentication and automatic user provisioning in Cerby.</td><td><a href="https://help.cerby.com/setup-and-admin/workspace-identity-federation">https://help.cerby.com/setup-and-admin/workspace-identity-federation</a></td></tr><tr><td><strong>Workspace settings</strong></td><td>Configure workspace-level preferences, branding, and user management settings.</td><td><a href="https://help.cerby.com/setup-and-admin/workspace-settings">https://help.cerby.com/setup-and-admin/workspace-settings</a></td></tr><tr><td><strong>Client app deployment</strong></td><td>Deploy and configure the Cerby browser extension and other clients across your organization.</td><td><a href="https://help.cerby.com/setup-and-admin/client-app-deployment">https://help.cerby.com/setup-and-admin/client-app-deployment</a></td></tr><tr><td><strong>Business hubs</strong></td><td>Integrate your workspace with seat-based or paid social apps to simplify user and access management.</td><td><a href="https://help.cerby.com/setup-and-admin/business-hubs/connecting-your-apps">https://help.cerby.com/setup-and-admin/business-hubs/connecting-your-apps</a></td></tr><tr><td><strong>Security governance</strong></td><td>Define and enforce password policies and access controls across your workspace.</td><td><a href="https://help.cerby.com/setup-and-admin/security-governance">https://help.cerby.com/setup-and-admin/security-governance</a></td></tr><tr><td><strong>Audit and activity</strong></td><td>Monitor events, review automation logs, and export activity data for compliance and oversight.</td><td><a href="https://help.cerby.com/setup-and-admin/audit-and-activity">https://help.cerby.com/setup-and-admin/audit-and-activity</a></td></tr><tr><td><strong>Vault management</strong></td><td>Create and manage vaults, configure backup options, and understand how Cerby encrypts your data.</td><td><a href="https://help.cerby.com/setup-and-admin/vault-management">https://help.cerby.com/setup-and-admin/vault-management</a></td></tr></tbody></table>


---

# 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://help.cerby.com/setup-and-admin/readme.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.
