> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oathnet.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Support

> Get help with OathNet API integration

## Getting Help

<CardGroup cols={2}>
  <Card title="Documentation" icon="book" href="/">
    Search the docs for guides, tutorials, and the generated OpenAPI reference.
  </Card>

  <Card title="Discord Community" icon="discord" href="https://discord.gg/DCjnk9TAMK">
    Join Discord for real-time discussion and troubleshooting.
  </Card>

  <Card title="Email Support" icon="envelope" href="mailto:support@oathnet.org">
    Contact support directly for account, billing, or security issues.
  </Card>
</CardGroup>

## Before Contacting Support

Please include:

1. what you were trying to do
2. the endpoint and parameters you used
3. the HTTP status code and full response body
4. whether the issue reproduces consistently

### Example Bug Report

```text theme={null}
Issue: unexpected 403 on breach search

Request:
GET /service/v2/breach/search?q=test@example.com
Headers: x-api-key: [REDACTED]

Response:
HTTP 403
{"success": false, "message": "You have reached your daily lookup limit"}

Notes:
- key works on lower-cost endpoints
- issue started today after several export jobs
```

## Security Issues

<Warning>
  Do not report security issues publicly. Email [support@oathnet.org](mailto:support@oathnet.org) directly with details.
</Warning>

## Contact

* **General Support:** [support@oathnet.org](mailto:support@oathnet.org)
* **Discord:** [discord.gg/DCjnk9TAMK](https://discord.gg/DCjnk9TAMK)
