# Developer Guide

- [SDK Setup & Installation](https://docs.fuul.xyz/developer-guide/getting-started-with-fuul-web-sdk.md)
- [API Key Management](https://docs.fuul.xyz/developer-guide/api-key-management.md)
- [Build Your Incentives Hub](https://docs.fuul.xyz/developer-guide/build-your-incentives-hub.md)
- [Tracking Referrals](https://docs.fuul.xyz/developer-guide/tracking-referrals-in-your-app.md)
- [Sending Custom Events](https://docs.fuul.xyz/developer-guide/sending-custom-events-through-the-api.md)
- [Webhooks](https://docs.fuul.xyz/developer-guide/webhooks.md)
- [Affiliate Links & Codes](https://docs.fuul.xyz/developer-guide/creating-affiliate-links-or-codes.md)
- [Affiliate Dashboard](https://docs.fuul.xyz/developer-guide/affiliate-dashboard.md)
- [Referral Codes](https://docs.fuul.xyz/developer-guide/referral-codes.md)
- [Leaderboard Data](https://docs.fuul.xyz/developer-guide/getting-leaderboard-data.md)
- [Tokens](https://docs.fuul.xyz/developer-guide/getting-leaderboard-data/tokens.md)
- [Points](https://docs.fuul.xyz/developer-guide/getting-leaderboard-data/points.md)
- [Volume](https://docs.fuul.xyz/developer-guide/getting-leaderboard-data/volume.md)
- [Individual Rewards](https://docs.fuul.xyz/developer-guide/getting-individual-rewards.md)
- [Tokens](https://docs.fuul.xyz/developer-guide/getting-individual-rewards/tokens.md)
- [Points](https://docs.fuul.xyz/developer-guide/getting-individual-rewards/points.md)
- [Referred Metrics](https://docs.fuul.xyz/developer-guide/referred-metrics.md)
- [Whitelabel TVL & APR](https://docs.fuul.xyz/developer-guide/whitelabel-tvl-apr.md)
- [Claim Flow Integration](https://docs.fuul.xyz/developer-guide/claim-frontend.md)
- [Public Claimable Rewards](https://docs.fuul.xyz/developer-guide/claimable-rewards.md)
- [Claiming Onchain Rewards](https://docs.fuul.xyz/developer-guide/claiming-onchain-rewards.md)
- [Get Claim Checks](https://docs.fuul.xyz/developer-guide/claiming-onchain-rewards/get-claim-checks.md)
- [EVM](https://docs.fuul.xyz/developer-guide/claiming-onchain-rewards/evm.md)
- [SVM (Solana)](https://docs.fuul.xyz/developer-guide/claiming-onchain-rewards/svm-solana.md)
- [Airdrop Distributor](https://docs.fuul.xyz/developer-guide/airdrop-distributor.md)
- [Proof of Humanity](https://docs.fuul.xyz/developer-guide/airdrop-distributor/airdrop-proof-of-humanity.md)
- [Claim & Stake Penalties](https://docs.fuul.xyz/developer-guide/airdrop-distributor/airdrop-claim-and-stake-penalties.md)
- [Audited Claiming Contract](https://docs.fuul.xyz/developer-guide/airdrop-distributor/airdrop-audited-claiming-contract.md)
- [Claiming Portal](https://docs.fuul.xyz/developer-guide/airdrop-distributor/airdrop-claiming-portal.md)
- [Managing Audiences](https://docs.fuul.xyz/developer-guide/managing-audiences.md)
- [Troubleshooting](https://docs.fuul.xyz/developer-guide/troubleshooting.md)
- [Error Handling](https://docs.fuul.xyz/developer-guide/error-handling.md)
- [SDK Migration (5.x → 7.x)](https://docs.fuul.xyz/developer-guide/migrating-from-5.x-to-7.x-version.md)
- [API Endpoint Directory](https://docs.fuul.xyz/developer-guide/api-endpoints.md)


---

# 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.fuul.xyz/developer-guide.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.
