> For the complete documentation index, see [llms.txt](https://docs.r.xyz/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.r.xyz/main/bug-bounty/organizations.md).

# Organizations

- [Organization Handbook](https://docs.r.xyz/main/bug-bounty/organizations/organization-handbook.md)
- [Response Times](https://docs.r.xyz/main/bug-bounty/organizations/organization-handbook/response-times.md): These are the legal and recommended response times per Platform user.
- [General Terms](https://docs.r.xyz/main/bug-bounty/organizations/organization-handbook/general-terms.md): Brief description of the Remedy T\&C and general rules.
- [Defined Terminology](https://docs.r.xyz/main/bug-bounty/organizations/organization-handbook/defined-terminology.md): Here, you will find definitions of terms used on the Remedy bug bounty platform.
- [Communication Within The Remedy Platform](https://docs.r.xyz/main/bug-bounty/organizations/organization-handbook/communication-within-the-remedy-platform.md): To make the flow smooth, we kindly ask you to keep in mind the following recommendations while communicating in the report thread:
- [New Program Creation And Maintenance](https://docs.r.xyz/main/bug-bounty/organizations/new-program-creation-and-maintenance.md): Learn how to create a new program and edit old ones.
- [Program Statuses](https://docs.r.xyz/main/bug-bounty/organizations/new-program-creation-and-maintenance/program-statuses.md): There are the following program statuses;
- [BB settings](https://docs.r.xyz/main/bug-bounty/organizations/bb-settings.md)
- [Users](https://docs.r.xyz/main/bug-bounty/organizations/bb-settings/users.md): This settings are available for organization administrators
- [Email Notifications](https://docs.r.xyz/main/bug-bounty/organizations/bb-settings/email-notifications.md)
- [Integrations](https://docs.r.xyz/main/bug-bounty/organizations/bb-settings/integrations.md)
- [Slack](https://docs.r.xyz/main/bug-bounty/organizations/bb-settings/integrations/slack.md): Optimizing Slack Integration with Remedy for Bug Report Notifications
- [Jira](https://docs.r.xyz/main/bug-bounty/organizations/bb-settings/integrations/jira.md)
- [Frequently Asked Questions](https://docs.r.xyz/main/bug-bounty/organizations/frequently-asked-questions.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.r.xyz/main/bug-bounty/organizations.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.
