# Developer Platform

<h2 align="center">raia Developer Program</h2>

<p align="center">If you are a developer interested in building AI Agents on our platform in a playground environment please click below to request a developers license key.</p>

<p align="center"><a href="https://license.raia.run/" class="button primary">Request a Developers License Key</a> </p>

<p align="center"></p>

{% hint style="info" %}
Access our [Free AI Training](https://docs.raiaai.com/ai-training/) if you want to learn more about how to build AI Agents.
{% endhint %}


---

# 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.raiaai.com/dev-program/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.
