# Case Study

- [Stable Diffusion](https://docs.lagrangedao.org/case-study/stable-diffusion.md)
- [How to Build Stable Diffusion Space](https://docs.lagrangedao.org/case-study/stable-diffusion/how-to-build-stable-diffusion-space.md): This tutorial guides you on how to fork and run a Stable Diffusion Space.
- [How to Integrate Stable Diffusion via Inference API](https://docs.lagrangedao.org/case-study/stable-diffusion/how-to-integrate-stable-diffusion-via-inference-api.md): This tutorial guides you on how to integrate the Stable Diffusion via inference API into your products.
- [Diffuser/Transformer](https://docs.lagrangedao.org/case-study/diffuser-transformer.md)
- [How to Integrate Diffuser/Transformer](https://docs.lagrangedao.org/case-study/diffuser-transformer/how-to-integrate-diffuser-transformer.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.lagrangedao.org/case-study.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.
