# Developer Resources

- [Inference API](https://docs.lilypad.tech/lilypad/developer-resources/inference-api.md): Anura, Lilypad's official AI inference API
- [AI Model Marketplace](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace.md): Introduction to running AI models on Lilypad with the Module Marketplace
- [Build a Job Module](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/build-a-job-module.md): How to build your own compute job for Lilypad
- [Llama2](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/build-a-job-module/llama2.md): Run Llama 2 on the Lilypad network
- [Stable Diffusion Turbo Pipeline](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/build-a-job-module/stable-diffusion-turbo-pipeline.md): A Lightweight Stable Diffusion Module for Lilypad
- [Cowsay](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/build-a-job-module/cowsay.md): Run a cowsay job
- [create-lilypad-module](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/create-lilypad-module.md): Use create-lilypad-module to create Lilypad modules
- [Getting Started](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/create-lilypad-module/getting-started.md): Getting started with \`create-lilypad-module\`
- [Folder Structure](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/create-lilypad-module/folder-structure.md): The folder structure output from using \`create-lilypad-module\`
- [Configuration](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/create-lilypad-module/configuration.md): Configure your Lilypad module
- [Creating Your Module](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/create-lilypad-module/creating-your-module.md): Create your Lilypad module
- [Stable Diffusion (SDXL0.9 & 1.0)](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/stable-diffusion-sdxl0.9.md): Run a Stable Diffusion Text to Image Job
- [Stable Diffusion Video (SDV1.0 & 1.1)](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/stable-diffusion-video-sdv1.0-and-1.1.md): Run a Stable Diffusion Text to Video Job
- [Llama LLM](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/llama-llm.md): Ollama Pipeline modules for Lilypad
- [AlphaFold2](https://docs.lilypad.tech/lilypad/developer-resources/module-marketplace/alphafold2.md): Coming soon...
- [JS CLI Wrapper](https://docs.lilypad.tech/lilypad/developer-resources/js-cli-wrapper.md): Run the Lilypad CLI wrapper locally
- [Developer Tutorials](https://docs.lilypad.tech/lilypad/developer-resources/developer-tutorials.md): A collection of Blogs and Video's for developers :)
- [Helpful Resources](https://docs.lilypad.tech/lilypad/developer-resources/useful-links.md): Useful links on topics that relate to the Lilypad Network


---

# 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.lilypad.tech/lilypad/developer-resources.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.
