# Organization & Security

- [Account Settings](https://bluebricks.co/docs/organization-and-security/account-settings.md): View your profile, manage users, configure webhooks, and access integrations
- [Roles and Permissions](https://bluebricks.co/docs/organization-and-security/roles-and-permissions.md): Understand permissions for each role in your account
- [Setup Single-Sign-On (SSO)](https://bluebricks.co/docs/organization-and-security/setup-single-sign-on-sso.md): Customer Setup Instructions
- [Security at Bluebricks](https://bluebricks.co/docs/organization-and-security/security-at-bluebricks.md)
- [Bluebricks Self Hosted Runner](https://bluebricks.co/docs/organization-and-security/bluebricks-self-hosted-runner.md): Deploy the Bluebricks Deployments Controller (BDC) as a Kubernetes operator to run IaC tasks in your own cloud account
- [BDC Helm Chart](https://bluebricks.co/docs/organization-and-security/bluebricks-self-hosted-runner/bdc-helm-chart.md): Helm chart values reference for deploying the Bluebricks Deployments Controller (BDC) to your Kubernetes cluster
- [Orchestrator in a Box](https://bluebricks.co/docs/organization-and-security/bluebricks-self-hosted-runner/orchestrator-in-a-box.md): Deploy the Bluebricks Self-Hosted Runner on a single VM using K3s and Docker, ideal for lightweight or evaluation setups
- [Registration and Authentication](https://bluebricks.co/docs/organization-and-security/bluebricks-self-hosted-runner/registration-and-authentication.md): How the self-hosted runner registers with Bluebricks and uses Kubernetes JWTs for passwordless, secure task orchestration
- [Using a Self-Hosted Cloud](https://bluebricks.co/docs/organization-and-security/bluebricks-self-hosted-runner/what-is-a-self-hosted-cloud.md): Connect any cloud account or on-premise setup to Bluebricks using the self-hosted runner for full infrastructure orchestration
- [Network Access Requirements](https://bluebricks.co/docs/organization-and-security/netwrok-access-requirements.md): Required domains, IP addresses, and ports that must be accessible for Bluebricks to function properly in your network


---

# 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://bluebricks.co/docs/organization-and-security.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.
