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

# Hawks (auditors)

- [What is a Competitive Audit?](https://docs.codehawks.com/hawks-auditors/what-is-an-auditing-competition.md)
- [Quick Start](https://docs.codehawks.com/hawks-auditors/quick-start.md): Cyfrin CodeHawks Quick Start Guide for Auditors
- [The Kick-Off Period](https://docs.codehawks.com/hawks-auditors/the-kick-off-period.md)
- [How to Present Your Findings](https://docs.codehawks.com/hawks-auditors/how-to-write-and-submit-a-finding.md)
- [How to Evaluate a Finding Severity](https://docs.codehawks.com/hawks-auditors/how-to-evaluate-a-finding-severity.md)
- [How to Determine a Finding Validity](https://docs.codehawks.com/hawks-auditors/how-to-determine-a-finding-validity.md)
- [How to Write a PoC](https://docs.codehawks.com/hawks-auditors/how-to-create-and-submit-a-poc.md)
- [Appeals](https://docs.codehawks.com/hawks-auditors/appeals.md)
- [Payouts](https://docs.codehawks.com/hawks-auditors/payouts.md): Get transparency into how reward payouts are calculated
- [How Does XP Work?](https://docs.codehawks.com/hawks-auditors/how-does-xp-work.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:

```
GET https://docs.codehawks.com/hawks-auditors.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.
