# Administration

- [User Management](https://docs.threatrix.io/administration/add-users.md)
- [Organization Settings](https://docs.threatrix.io/administration/organization-settings.md): Integration, account, billing and other settings related to your organization
- [Organization Knowledge Base](https://docs.threatrix.io/administration/organization-settings/organization-knowledge-base.md)
- [Integration](https://docs.threatrix.io/administration/organization-settings/integration.md)
- [Slack Integration](https://docs.threatrix.io/administration/organization-settings/integration/slack.md): Slack integration allows your team to be alerted via slack channels.
- [Jira Integration](https://docs.threatrix.io/administration/organization-settings/integration/jira-integration.md): Jira integration allows your team to be alerted via Jira tickets.
- [Service Keys](https://docs.threatrix.io/administration/organization-settings/integration/api-keys.md): API Keys provide for authorized access to our API and allow for integrations with various tools, including Threat Agent, to perform automated scans from with your build environment.
- [RBAC](https://docs.threatrix.io/administration/rbac.md): Threatrix role based access control plays an important role in the security of our platform. Roles are enforced throughout Threat Center and across the entire Threatrix ecosystem, including our API.
- [Entity Management](https://docs.threatrix.io/administration/entity-management.md)
- [Okta](https://docs.threatrix.io/administration/okta.md)
- [Okta Org2Org Integration](https://docs.threatrix.io/administration/okta/okta-org2org-integration.md): These instructions wil guide you through the process of creating an Okta org2org integration with Threatrix.


---

# 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.threatrix.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.
