# Organization Settings

- [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.


---

# 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/organization-settings.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.
