# Developer Access

### Sign Up for Developer Access

To begin using the Giftoin Module, you first need to sign up for developer access. Follow these steps:

1. **Visit Our Website**: Apply for developer access on our [official website](https://giftoin.com/).
2. **Receive Account Details**: Check your email for your account credentials and getting started information.
3. **Choose the Roblox Template**: Select the "Roblox" template in your dashboard for a quick setup.
4. **Explore Documentation**: Continue to our "Getting Started" page for detailed integration guides.

### Accessing Your API Key

Once logged in, navigate to your account dashboard to generate your API key:

* Click on "Settings" -> "Account" in the sidebar.
* Copy your API key and keep it secure; you’ll need it for authentication in your scripts.


---

# 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/roblox/developer-access.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.
