> For the complete documentation index, see [llms.txt](https://dojo.lkmx.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dojo.lkmx.io/dojo.md).

# Dojo

La base de conocimiento de Dojo pretende ser una fuente de respuestas a preguntas comunes sobre las tecnologías y técnicas que usamos en proyectos o en la organización para realizar nuestras tareas. Todos nosotros lo desarrollamos, así que siéntete libre de hacer tu propia contribución.

### Guías

* [App Store](/app-store.md)
* [Docker](/docker.md)
* [Classroom](/classroom.md)
* [Editor de vídeo](/editor-de-video.md)
* [Faster Whisper](/faster-whisper.md)
* [Git](/git.md)
* [GitBook](/gitbook.md)
* [Git Graph](/git-graph.md)
* [GitLab](/gitlab.md)
* [Gmail](/gmail.md)
* [Grabador de vídeo](/grabador-de-video.md)
* [IT](/it.md)
* [Linux](/linux.md)
* [Java](/java.md)
* [Kubernetes](/kubernetes.md)
* [Make](/make.md)
* [Minikube](/minikube.md)
* [MySQL](/mysql.md)
* [Node.js](/node.js.md)
* [n8n](/n8n.md)
* [Open SSH](/open-ssh.md)
* [Outline](/outline.md)
* [Play store](/play-store.md)
* [Telegram](/telegram.md)
* [Tezos](/tezos.md)
* [VaultWarden](/vaultwarden.md)
* [Visual Studio Code](/visual-studio-code.md)
* [VueJS](/vuejs.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 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, and the optional `goal` query parameter:

```
GET https://dojo.lkmx.io/dojo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
