# Lapdev Docs

## New Lapdev Docs

- [Introduction](https://docs.lap.dev/readme.md)
- [Connect Your Kubernetes Cluster](https://docs.lap.dev/how-to-guides/connect-your-kubernetes-cluster.md)
- [Create an App Catalog](https://docs.lap.dev/how-to-guides/create-an-app-catalog.md)
- [Create Lapdev Environment](https://docs.lap.dev/how-to-guides/create-lapdev-environment.md)
- [Local Development With Devbox](https://docs.lap.dev/how-to-guides/local-development-with-devbox.md)
- [Use Preview URLs](https://docs.lap.dev/how-to-guides/use-preview-urls.md)
- [Architecture](https://docs.lap.dev/core-concepts/architecture.md)
- [Traffic Routing Architecture](https://docs.lap.dev/core-concepts/architecture/traffic-routing-architecture.md)
- [Branch Environment Architecture](https://docs.lap.dev/core-concepts/architecture/branch-environment-architecture.md)
- [Cluster](https://docs.lap.dev/core-concepts/cluster.md)
- [App Catalog](https://docs.lap.dev/core-concepts/app-catalog.md)
- [Environment](https://docs.lap.dev/core-concepts/environment.md)
- [Devbox](https://docs.lap.dev/core-concepts/devbox.md)
- [Preview URL](https://docs.lap.dev/core-concepts/preview-url.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.lap.dev/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.
