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

# Welcome

## What we do

> We are a small company founded by two enthusiastic young game developers. Our goal is to grow into a larger team and become a renowned name in the near future.&#x20;

> In recent years, we have each worked for various companies in the IT and gaming industries, gathering a wealth of knowledge that we now want to use to create high-quality products that you will enjoy. Keep an eye on us to not miss out on the results of our work, which we look forward to sharing with our community.


---

# 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:

```
GET https://double-da-games.gitbook.io/double-da-games/welcome.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.
