# Loyalty System

- [Web SDK](https://docs.conscent.ai/loyalty-system/web-sdk.md)
- [iOS SDK](https://docs.conscent.ai/loyalty-system/ios-sdk.md): Setting up the Conscent.ai SDK (Loyalty Platform) in your Xcode project
- [Android SDK](https://docs.conscent.ai/loyalty-system/android-sdk.md): Setting up the Conscent.ai SDK (Loyalty Platform) in your Android app
- [Flutter SDK](https://docs.conscent.ai/loyalty-system/flutter-sdk.md)
- [API from server](https://docs.conscent.ai/loyalty-system/api-from-server.md): This API is used to Post Events from your server directly to Conscent.ai This is the recommended way of Posting an Event.


---

# 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.conscent.ai/loyalty-system.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.
