> 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/overall.md).

# Overall

- [Rules and Policies](https://docs.r.xyz/main/bug-bounty/overall/rules-and-policies.md)
- [Remedy Code Of Conduct](https://docs.r.xyz/main/bug-bounty/overall/rules-and-policies/remedy-code-of-conduct.md): The following document aims to provide guidelines for proper engagement on the Remedy platform and explains the actions Remedy management may take in case of violations.
- [General Terms](https://docs.r.xyz/main/bug-bounty/overall/rules-and-policies/general-terms.md): Brief description of the Remedy T\&C and general rules.
- [Response Times](https://docs.r.xyz/main/bug-bounty/overall/rules-and-policies/response-times.md): These are the legal and recommended response times per Platform user.
- [Defined Terminology](https://docs.r.xyz/main/bug-bounty/overall/rules-and-policies/defined-terminology.md): Here, you will find definitions of terms used on the Remedy bug bounty platform.
- [Report thread overall flow](https://docs.r.xyz/main/bug-bounty/overall/report-thread-overall-flow.md)
- [Report thread statuses](https://docs.r.xyz/main/bug-bounty/overall/report-thread-overall-flow/report-thread-statuses.md)
- [What is Triage?](https://docs.r.xyz/main/bug-bounty/overall/what-is-triage.md)
- [ZK-Proof of duplicate](https://docs.r.xyz/main/bug-bounty/overall/zk-proof-of-duplicate.md)
- [Integrated KYC verification](https://docs.r.xyz/main/bug-bounty/overall/integrated-kyc-verification.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/overall.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.
