# Joy dev docs

## Joy DevDocs

- [Joy Loyalty Devkit](https://devdocs.joy.so/readme.md)
- [Joy Loyalty SDK](https://devdocs.joy.so/joy-javascript-api/joy-loyalty-sdk.md)
- [Public API get methods](https://devdocs.joy.so/joy-javascript-api/joy-loyalty-sdk/public-api-get-methods.md)
- [Public API action methods](https://devdocs.joy.so/joy-javascript-api/joy-loyalty-sdk/public-api-action-methods.md)
- [Widget methods](https://devdocs.joy.so/joy-javascript-api/joy-loyalty-sdk/widget-methods.md)
- [JS SDK Tutorial](https://devdocs.joy.so/joy-javascript-api/joy-loyalty-sdk/js-sdk-tutorial.md): Build custom loyalty UI using Joy JS SDK. Explore open-source components, extend storefront experiences, and integrate Joy beyond default widgets.
- [How to make a coupon reminder using Joy SDK](https://devdocs.joy.so/joy-javascript-api/joy-loyalty-sdk/js-sdk-tutorial/how-to-make-a-coupon-reminder-using-joy-sdk.md)
- [REST API v2](https://devdocs.joy.so/joy-rest-api-v2/rest-api-v2.md)
- [API references](https://devdocs.joy.so/joy-rest-api-v2/api-references.md)
- [Programs](https://devdocs.joy.so/joy-rest-api-v2/api-references/programs.md)
- [Customers](https://devdocs.joy.so/joy-rest-api-v2/api-references/customers.md)
- [Activities](https://devdocs.joy.so/joy-rest-api-v2/api-references/activities.md)
- [Rewards](https://devdocs.joy.so/joy-rest-api-v2/api-references/rewards.md)
- [Tiers](https://devdocs.joy.so/joy-rest-api-v2/api-references/tiers.md)
- [Referrals](https://devdocs.joy.so/joy-rest-api-v2/api-references/referrals.md)
- [Shop](https://devdocs.joy.so/joy-rest-api-v2/api-references/shop.md)
- [Branding](https://devdocs.joy.so/joy-rest-api-v2/api-references/branding.md)
- [Translations](https://devdocs.joy.so/joy-rest-api-v2/api-references/translations.md)
- [Models](https://devdocs.joy.so/joy-rest-api-v2/api-references/models.md)
- [Overview](https://devdocs.joy.so/webhook-api/webhook-api.md)
- [Authentication](https://devdocs.joy.so/webhook-api/authentication.md)
- [API Reference](https://devdocs.joy.so/webhook-api/api-reference.md)
- [Webhook Events](https://devdocs.joy.so/webhook-api/webhook-events.md)
- [Security](https://devdocs.joy.so/webhook-api/security.md)
- [Integration Examples](https://devdocs.joy.so/webhook-api/integration-examples.md)
- [Best Practices](https://devdocs.joy.so/webhook-api/best-practices.md)
- [Troubleshooting](https://devdocs.joy.so/webhook-api/troubleshooting.md)
- [API references](https://devdocs.joy.so/joy-rest-api-v1-deprecated/api-references.md)
- [Customers](https://devdocs.joy.so/joy-rest-api-v1-deprecated/api-references/customers.md)
- [Earning programs](https://devdocs.joy.so/joy-rest-api-v1-deprecated/api-references/earning-programs.md): Get all earning programs available to all or specific customers
- [Redeeming programs](https://devdocs.joy.so/joy-rest-api-v1-deprecated/api-references/redeeming-programs.md): Redeeming program get, list and redeem using custome balance.
- [Points history](https://devdocs.joy.so/joy-rest-api-v1-deprecated/api-references/points-history.md): Getting customer points activities
- [Rewards](https://devdocs.joy.so/joy-rest-api-v1-deprecated/api-references/rewards.md): Getting customer rewards redeemed using points or reaching VIP tiers
- [Point manupulation](https://devdocs.joy.so/joy-rest-api-v1-deprecated/api-references/point-manupulation.md): Manually manupulate customer points balance via API
- [VIP Tiers](https://devdocs.joy.so/joy-rest-api-v1-deprecated/api-references/vip-tiers.md)
- [Referral](https://devdocs.joy.so/joy-rest-api-v1-deprecated/api-references/referral.md): Use Rest API to retrieve the shortened link for refferal


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://devdocs.joy.so/readme.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.
