> For the complete documentation index, see [llms.txt](https://docs.ox.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ox.security/get-started.md).

# Get Started

- [Onboarding to OX](https://docs.ox.security/get-started/onboarding-to-ox.md)
- [Prerequisites and Access](https://docs.ox.security/get-started/onboarding-to-ox/prerequisites-and-access.md)
- [On-Prem Preparation Guide](https://docs.ox.security/get-started/onboarding-to-ox/prerequisites-and-access/on-prem-preparation-guide.md)
- [OX Broker](https://docs.ox.security/get-started/onboarding-to-ox/prerequisites-and-access/ox-broker.md)
- [Connect to OX](https://docs.ox.security/get-started/onboarding-to-ox/connect-to-ox.md)
- [Create an Organization](https://docs.ox.security/get-started/onboarding-to-ox/connect-to-ox/create-an-organization.md)
- [Accept an Invitation](https://docs.ox.security/get-started/onboarding-to-ox/connect-to-ox/accept-an-invitation.md)
- [Sign in to OX](https://docs.ox.security/get-started/onboarding-to-ox/connect-to-ox/sign-in-to-ox.md)
- [SSO with SAML](https://docs.ox.security/get-started/onboarding-to-ox/connect-to-ox/sign-in-to-ox/sso-with-saml.md)
- [SSO with PingIdentity](https://docs.ox.security/get-started/onboarding-to-ox/connect-to-ox/sign-in-to-ox/sso-with-saml-1.md)
- [SSO with OpenID Connect](https://docs.ox.security/get-started/onboarding-to-ox/connect-to-ox/sign-in-to-ox/sso-with-openid-connect.md)
- [SSO with Okta](https://docs.ox.security/get-started/onboarding-to-ox/connect-to-ox/sign-in-to-ox/logging-into-okta.md)
- [SSO Okta Express Config](https://docs.ox.security/get-started/onboarding-to-ox/connect-to-ox/sign-in-to-ox/sso-okta-express-config.md)
- [SSO with Microsoft Entra ID](https://docs.ox.security/get-started/onboarding-to-ox/connect-to-ox/sign-in-to-ox/logging-into-microsoft-entra-id.md)
- [Connect Your Source Control](https://docs.ox.security/get-started/onboarding-to-ox/source-control.md)
- [Connection Methods](https://docs.ox.security/get-started/onboarding-to-ox/source-control/connection-methods.md)
- [GitHub](https://docs.ox.security/get-started/onboarding-to-ox/source-control/github.md)
- [GitHub App](https://docs.ox.security/get-started/onboarding-to-ox/source-control/github/github-app.md)
- [OX Security GitHub App Permissions](https://docs.ox.security/get-started/onboarding-to-ox/source-control/github/github-app/ox-security-github-app-permissions.md)
- [Connecting with Self-Hosted OX GitHub App](https://docs.ox.security/get-started/onboarding-to-ox/source-control/github/github-app/creating-a-self-hosted-ox-github-app.md)
- [GitHub Identity Provider](https://docs.ox.security/get-started/onboarding-to-ox/source-control/github/github-identity-provider.md)
- [GitHub Token](https://docs.ox.security/get-started/onboarding-to-ox/source-control/github/github-token.md)
- [Getting GitHub Tokens](https://docs.ox.security/get-started/onboarding-to-ox/source-control/github/github-token/getting-github-tokens.md)
- [GitLab](https://docs.ox.security/get-started/onboarding-to-ox/source-control/gitlab-1.md)
- [GitLab Identity Provider](https://docs.ox.security/get-started/onboarding-to-ox/source-control/gitlab-1/gitlab-identity-provider.md)
- [GitLab Token](https://docs.ox.security/get-started/onboarding-to-ox/source-control/gitlab-1/gitlab-token.md)
- [Bitbucket](https://docs.ox.security/get-started/onboarding-to-ox/source-control/bitbucket.md)
- [Azure Repos](https://docs.ox.security/get-started/onboarding-to-ox/source-control/azure.md)
- [Connecting to Azure](https://docs.ox.security/get-started/onboarding-to-ox/source-control/azure/connecting-to-azure.md)
- [OX Scanners](https://docs.ox.security/get-started/onboarding-to-ox/ox-connectors.md)
- [Review Scan Results](https://docs.ox.security/get-started/onboarding-to-ox/review-scan-results.md)
- [Dashboard](https://docs.ox.security/get-started/onboarding-to-ox/review-scan-results/dashboard.md)
- [Custom Dashboard Views](https://docs.ox.security/get-started/onboarding-to-ox/review-scan-results/custom-dashboard-views.md)
- [Runtime Dashboard](https://docs.ox.security/get-started/onboarding-to-ox/review-scan-results/runtime-dashboard.md)
- [Planning Next Steps](https://docs.ox.security/get-started/planning-next-steps.md)


---

# 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://docs.ox.security/get-started.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.
