# Reference

- [API Reference](https://docs.bridgecard.co/reference/api-reference.md)
- [Cardholder](https://docs.bridgecard.co/reference/api-reference/cardholder.md): All the APIs to manage cardholder
- [USD Cards](https://docs.bridgecard.co/reference/api-reference/usd-cards.md): All the APIs to issue and manage a card
- [Naira Cards](https://docs.bridgecard.co/reference/api-reference/naira-cards.md): All endpoints for Naira cards
- [Misc](https://docs.bridgecard.co/reference/api-reference/misc.md): Miscellaneous APIs that we think you might find useful
- [Webhook events](https://docs.bridgecard.co/reference/api-reference/webhook-events.md)
- [Rate Limit](https://docs.bridgecard.co/reference/api-reference/rate-limit.md)
- [KYC requirements for all countries](https://docs.bridgecard.co/reference/api-reference/kyc-requirements-for-all-countries.md)
- [Transaction Enrichment](https://docs.bridgecard.co/reference/api-reference/transaction-enrichment.md): Let's take your user experience to 💯
- [Potential Spend Notification (Beta)](https://docs.bridgecard.co/reference/api-reference/potential-spend-notification-beta.md): Let's help you predict when next your users will spend! 💰


---

# Agent Instructions: 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.bridgecard.co/reference.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.
