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

# 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
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.threatrix.io/administration.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.
