# Dojo

The Dojo knowledge base is meant to be a source of answers to common questions about the technologies and techniques we use in projects or in the organization to do our tasks. All of us develop it, so feel free to make your own contribution.

## Guides

* [Make](/dojo/make.md)
* [Minikube](/dojo/minikube.md)
* [Git graph](/dojo/git-graph.md)
* [GitLab](/dojo/gitlab.md)
* [Kubernetes](/dojo/kubernetes.md)
* [Node.Js](/dojo/node.js.md)
* [Open SSH](/dojo/open-ssh.md)
* [Tezos](/dojo/tezos.md)
* [Visual Studio Code](/dojo/visual-studio-code.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://dojo.dev-lk.mx/dojo/dojo.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.
