# Subtopia Docs

## Subtopia Docs

- [Overview](https://docs.subtopia.io/readme.md): Welcome to Subscription Management on Algorand
- [How it works?](https://docs.subtopia.io/how-it-works.md): High level architecture of the platform's on-chain components
- [Pricing](https://docs.subtopia.io/pricing.md): Overview of platform pricing model
- [Creating Products](https://docs.subtopia.io/products/creating-products.md): A guideline on creating your Products
- [Managing Products](https://docs.subtopia.io/products/managing-products.md): A guideline on managing your Products
- [Creating Discounts](https://docs.subtopia.io/discounts/creating-discounts.md): A guideline on creating discounts for your Products
- [Manage and delete Discounts](https://docs.subtopia.io/discounts/manage-and-delete-discounts.md): A guideline on managing discounts for your Products
- [Checkout Portal](https://docs.subtopia.io/integrations/checkout-portal.md): Overview of the 'no-code' options
- [Javascript SDK](https://docs.subtopia.io/integrations/javascript-sdk.md): Overview of JS SDK integration options
- [AlgoKit](https://docs.subtopia.io/integrations/algokit.md): References on official AlgoKit template for Subtopia-enabled React dApps
- [API](https://docs.subtopia.io/integrations/api.md): Guideline on Subtopia API for membership lookups
- [ABI](https://docs.subtopia.io/integrations/abi.md): Guidelines on accessing membership lookup from via ABI
- [Wallet-based Login](https://docs.subtopia.io/account-and-platform/fiat-onramp.md)
- [Email Login](https://docs.subtopia.io/account-and-platform/email-login.md)
- [Exporting keys](https://docs.subtopia.io/account-and-platform/email-login/exporting-keys.md)
- [Contacts](https://docs.subtopia.io/contacts.md): How to contact us?


---

# 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://docs.subtopia.io/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.
