> 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/organization-handbook/response-times.md).

# Response Times

## Organization response times

<table><thead><tr><th width="178">Event</th><th>Required Action</th><th width="167">r.xyz Terms*</th><th>Recommended response time</th></tr></thead><tbody><tr><td>Bug report was escalated to the organization</td><td>Review of report completed</td><td>within 45 days</td><td>1-5 days</td></tr><tr><td>Payout has been announced</td><td>Payout</td><td>within 30 days</td><td>5-15 days</td></tr><tr><td>Dispute occurs in the thread</td><td>Resolve the dispute</td><td>within 30 days</td><td>1-3 days</td></tr></tbody></table>

## Triage response times

| Event                        | Action                    | r.xyz Terms\*  | Average response time |
| ---------------------------- | ------------------------- | -------------- | --------------------- |
| Bug report was submitted     | Triager escalates/rejects | within 14 days | 1-3 days              |
| Dispute occurs in the thread | Resolve the dispute       | within 30 days | 1-3 days              |


---

# 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/organization-handbook/response-times.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.
