# Dagploy Docs

## Home

- [Welcome!](https://docs.dagploy.com/readme.md): Dagploy helps you to build and operate AI infrastructure inside your own cloud with YAML and workflows at scale.

* [Welcome](https://docs.dagploy.com/blog/blog-post/welcome.md): Welcome to Dagploy Blog
* [Build Claude Alternative in 20 Mins](https://docs.dagploy.com/blog/blog-post/build-claude-alternative-in-20-mins.md): Running DAX, OpenWork and GPT OSS 20B in GCP

## Documentation

- [Welcome](https://docs.dagploy.com/documentation/welcome.md): Everything you need to build self-hosted AI in your own cloud
- [Getting started](https://docs.dagploy.com/documentation/getting-started/getting-started.md): Learning more about Dagploy
- [Quickstart](https://docs.dagploy.com/documentation/getting-started/quickstart.md): Build your own AIOps Infra in under five minutes.
- [CLI](https://docs.dagploy.com/documentation/getting-started/cli.md): Run provisioning via CLI
- [Run GPT OSS 20B](https://docs.dagploy.com/documentation/getting-started/inference.md): Run inferencing GPT OSS 20B
- [Core concepts](https://docs.dagploy.com/documentation/core-concepts/core-concepts.md): AIOps Infrastructure for Private AI in Cloud Production
- [Projects](https://docs.dagploy.com/documentation/core-concepts/projects.md): Building your own AIOps Infra
- [Guides](https://docs.dagploy.com/documentation/dax/guides.md)
- [Run on Local](https://docs.dagploy.com/documentation/dax/local.md): Steps on run and develop DAX on local machine
- [Project Structure](https://docs.dagploy.com/documentation/dax/project.md): DAX project Structure
- [Configuration](https://docs.dagploy.com/documentation/dax/configuration.md)
- [Tools](https://docs.dagploy.com/documentation/dax/tools.md): Tools for provisioning and managing compute lifecycle platform.
- [DaxRun](https://docs.dagploy.com/documentation/dax/daxrun.md): DAXRun docker image
- [Run Task](https://docs.dagploy.com/documentation/dax/taskfile.md): Running a Task after provisioning
- [Errors](https://docs.dagploy.com/documentation/dax/errors.md): Errors during provisioning
- [Guides](https://docs.dagploy.com/documentation/dagwork/guides.md)
- [Support](https://docs.dagploy.com/documentation/enterprise/intro.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.dagploy.com/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.
