# Account Setup & Administration

- [Setting Up Your Account](https://help.docupilot.app/account-setup-and-administration/setting-up-your-account.md)
- [Creating Workspaces](https://help.docupilot.app/account-setup-and-administration/creating-workspaces.md)
- [Managing your Org](https://help.docupilot.app/account-setup-and-administration/managing-your-org.md)
- [User Management](https://help.docupilot.app/account-setup-and-administration/managing-your-org/user-management.md): Invite, Transfer ownership, Deactivate Users at Organization level.
- [Verified Domains](https://help.docupilot.app/account-setup-and-administration/managing-your-org/verified-domains.md): Add and verify your company's email domains to enhance workspace security and enable Single Sign-On (SSO).
- [Login Methods](https://help.docupilot.app/account-setup-and-administration/managing-your-org/login-methods.md): Configure login methods such as Password based, SSO, etc to provide secure and seamless access for all users in your organization.
- [Microsoft Entra ID SSO](https://help.docupilot.app/account-setup-and-administration/managing-your-org/login-methods/microsoft-entra-id-sso.md): Set up Microsoft Entra ID (formerly Azure AD) as your SAML SSO provider for Docupilot.
- [Okta SSO](https://help.docupilot.app/account-setup-and-administration/managing-your-org/login-methods/okta-sso.md): Set up Okta as your SAML SSO provider for Docupilot.
- [User Profile & Account Security](https://help.docupilot.app/account-setup-and-administration/user-profile-and-account-security.md): This section guides you through editing your profile, changing your password, and enabling/disabling Multi-Factor Authentication (MFA).


---

# 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://help.docupilot.app/account-setup-and-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.
