# DEVELOPERS

- [Developer API](https://docs.alphakek.ai/developers/developer-api.md): AI-as-a-Service for your tools and applications.
- [Memelord API](https://docs.alphakek.ai/developers/memelord-api.md): Generate memes, edit images, and more!
- [Wizard API](https://docs.alphakek.ai/developers/wizard-api.md): Integrate AI chat in your product.
- [x402](https://docs.alphakek.ai/developers/x402.md)
- [API Usage Examples](https://docs.alphakek.ai/developers/api-usage-examples.md)
- [API Pricing](https://docs.alphakek.ai/developers/api-pricing.md): We employ a Hold-to-Access model for our API.
- [Developer Updates](https://docs.alphakek.ai/developers/developer-updates.md): For AIKEK ecosystem builders.


---

# 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.alphakek.ai/developers.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.
