# PLATFORM GUIDES

- [Roblox](https://docs.giftoin.org/platform-guides/roblox.md)
- [Why use Giftoin?](https://docs.giftoin.org/platform-guides/roblox/why-use-giftoin.md)
- [Basic Usage](https://docs.giftoin.org/platform-guides/roblox/basic-usage.md): Welcome to the Gitoin API documentation! This page provides a comprehensive guide to integrating our API with your Roblox applications, enabling you to leverage our platform's features seamlessly.
- [Developer Access](https://docs.giftoin.org/platform-guides/roblox/developer-access.md)
- [Installation](https://docs.giftoin.org/platform-guides/roblox/installation.md)
- [Additional Example / Use-Cases](https://docs.giftoin.org/platform-guides/roblox/additional-example-use-cases.md)
- [Point Reward](https://docs.giftoin.org/platform-guides/roblox/additional-example-use-cases/point-reward.md)
- [Daily Reward](https://docs.giftoin.org/platform-guides/roblox/additional-example-use-cases/daily-reward.md)
- [Advanced Point Distribution System](https://docs.giftoin.org/platform-guides/roblox/additional-example-use-cases/advanced-point-distribution-system.md)
- [Managed Codes & In-Game Rewards (Coming Soon)](https://docs.giftoin.org/platform-guides/roblox/additional-example-use-cases/managed-codes-and-in-game-rewards-coming-soon.md): Learn how to implement and use Giftoin's advanced code redemption and reward system in your Roblox game.
- [Registering Reward Types](https://docs.giftoin.org/platform-guides/roblox/additional-example-use-cases/managed-codes-and-in-game-rewards-coming-soon/registering-reward-types.md): Learn how to define custom reward types for your game.
- [Authenticating with Your API Key](https://docs.giftoin.org/platform-guides/roblox/authenticating-with-your-api-key.md)
- [Tools and Scripts](https://docs.giftoin.org/platform-guides/roblox/tools-and-scripts.md): In addition to our core API functions, we provide a collection of ready-to-use tools and scripts to enhance your game development experience. These scripts can be easily integrated into your projects
- [Rotating Script](https://docs.giftoin.org/platform-guides/roblox/tools-and-scripts/rotating-script.md): This script allows you to easily create a rotating effect for objects in your game, such as coins, power-ups, or decorative elements.
- [Floating Script](https://docs.giftoin.org/platform-guides/roblox/tools-and-scripts/floating-script.md)
- [Quest System (Coming Soon)](https://docs.giftoin.org/platform-guides/roblox/tools-and-scripts/quest-system-coming-soon.md): Easily create quests and reward your players using the Giftoin platform
- [Discord](https://docs.giftoin.org/platform-guides/discord.md)
- [Introduction](https://docs.giftoin.org/platform-guides/discord/introduction.md): The Giftoin Discord App integrates powerful loyalty and rewards functionality directly into your Discord server.
- [Getting Started](https://docs.giftoin.org/platform-guides/discord/getting-started.md)
- [Command Reference](https://docs.giftoin.org/platform-guides/discord/command-reference.md)
- [Role System](https://docs.giftoin.org/platform-guides/discord/role-system.md): The Giftoin Discord App creates a hierarchical role system
- [User Guides](https://docs.giftoin.org/platform-guides/discord/user-guides.md)
- [Troubleshooting](https://docs.giftoin.org/platform-guides/discord/troubleshooting.md)
- [FAQs](https://docs.giftoin.org/platform-guides/discord/faqs.md)
- [Wordpress](https://docs.giftoin.org/platform-guides/wordpress.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.giftoin.org/platform-guides.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.
