# Lagrange Dao

## Lagrange

- [Introduction](https://docs.lagrangedao.org/readme.md)
- [Getting Started](https://docs.lagrangedao.org/getting-started.md)
- [Build and push your Docker image](https://docs.lagrangedao.org/getting-started/build-and-push-your-docker-image.md)
- [How to Use the Test Environment](https://docs.lagrangedao.org/getting-started/how-to-use-the-test-environment.md)
- [Space](https://docs.lagrangedao.org/spaces.md): This page is providing a way create a space for your code.
- [Intro](https://docs.lagrangedao.org/spaces/intro.md)
- [Lagrange Definition Language(LDL)](https://docs.lagrangedao.org/spaces/intro/lagrange-definition-language-ldl.md)
- [Lagrange-cli](https://docs.lagrangedao.org/spaces/intro/lagrange-cli.md)
- [Create Space](https://docs.lagrangedao.org/spaces/create-space.md)
- [Build Space](https://docs.lagrangedao.org/spaces/build-space.md)
- [Option 1: Langrange-cli](https://docs.lagrangedao.org/spaces/build-space/option-1-langrange-cli.md)
- [Option 2: Web Interface](https://docs.lagrangedao.org/spaces/build-space/option-2-web-interface.md)
- [Fork Space](https://docs.lagrangedao.org/spaces/fork-space.md)
- [Run Space](https://docs.lagrangedao.org/spaces/run-space.md)
- [Space Settings](https://docs.lagrangedao.org/spaces/space-settings.md)
- [Instance Type](https://docs.lagrangedao.org/spaces/space-settings/instance-type.md)
- [Space Hardware](https://docs.lagrangedao.org/spaces/space-settings/space-hardware.md)
- [Use  Case](https://docs.lagrangedao.org/spaces/use-case.md)
- [Datasets](https://docs.lagrangedao.org/datasets.md)
- [Data Card](https://docs.lagrangedao.org/datasets/data-card.md)
- [Models](https://docs.lagrangedao.org/models.md)
- [Case Study](https://docs.lagrangedao.org/case-study.md)
- [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)
- [Decentralized Auction Marketplace](https://docs.lagrangedao.org/decentralized-auction-marketplace.md)
- [Auction Engine](https://docs.lagrangedao.org/decentralized-auction-marketplace/bidding-engine.md)
- [Bidding Task State Machine](https://docs.lagrangedao.org/decentralized-auction-marketplace/bidding-task-state-machine.md)
- [Reputation System](https://docs.lagrangedao.org/decentralized-auction-marketplace/reputation-system.md)
- [Security](https://docs.lagrangedao.org/security.md)
- [Access Tokens](https://docs.lagrangedao.org/security/access-tokens.md)
- [Token](https://docs.lagrangedao.org/token.md): Lagrange Token is the utility token for purchasing computing resources.
- [Mars Testnet](https://docs.lagrangedao.org/mars-testnet.md): The Intro of the Lagrange Mars Testnet Campaign
- [Before You Get Started](https://docs.lagrangedao.org/mars-testnet/before-you-get-started.md)
- [Computing Provider Setup](https://docs.lagrangedao.org/mars-testnet/setup-computing-provider.md): This is a guide to Computing Provider
- [Building Space](https://docs.lagrangedao.org/mars-testnet/build-space.md): This is a guide to Space Builder
- [Using Space](https://docs.lagrangedao.org/mars-testnet/use-space.md): This is a guide to Image Creator
- [Case Study](https://docs.lagrangedao.org/mars-testnet/case-study.md)
- [FAQ](https://docs.lagrangedao.org/mars-testnet/faq.md): Question & Answers
- [API Reference](https://docs.lagrangedao.org/api-reference.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.lagrangedao.org/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.
