> For the complete documentation index, see [llms.txt](https://tarquitet.gitbook.io/builtechaft-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tarquitet.gitbook.io/builtechaft-wiki/equipo-y-staff/2.-fundador-del-proyecto.md).

# 2. Fundador del proyecto

## Tarquitet

**Tarquitet** fundó Builtechraft y lidera su dirección técnica. Juega Minecraft desde 2013–2014. Su enfoque une creatividad, ingeniería y una experiencia Semi-Vanilla estable.

### Minecraft como laboratorio

La arquitectura es uno de sus hobbies. Esta afición se refleja en proyectos con escala, composición y espacios pensados para recorrerse.

Tarquitet es **ingeniero en multimedia**. En el juego, esa mirada combina sistemas, diseño y experiencias interactivas. Se traduce en redstone, granjas, automatización responsable e infraestructura duradera.

### Por qué Minecraft

La siguiente es una visión editorial del proyecto. Minecraft funciona como el medio natural para esta mezcla de intereses.

No ofrece solo un objetivo cerrado. Permite diseñar espacios, construir sistemas y convertir ideas técnicas en experiencias compartidas.

La arquitectura encuentra escala, composición y recorrido. La ingeniería multimedia aporta interacción, lógica y herramientas visuales. Redstone, datapacks y mods conectan ambas disciplinas dentro de un mismo mundo.

Otros juegos pueden ofrecer experiencias definidas. Minecraft permite crear las reglas, los lugares y las herramientas. Por eso Builtechraft usa el juego como laboratorio creativo y técnico.

### Su trabajo en Builtechraft

Tarquitet diseña y mantiene los sistemas que hacen funcionar los mundos Creativo y Survival:

* Prueba mods, datapacks y ajustes antes de aplicarlos.
* Optimiza rendimiento, seguridad y copias de respaldo.
* Crea herramientas para explorar, construir y colaborar mejor.

Su objetivo no es cambiar Minecraft por completo. Busca conservar sus mecánicas y eliminar fricciones innecesarias para la comunidad.

### Una visión compartida

Builtechraft combina construcciones artísticas con proyectos técnicos. Cada sistema debe servir a los jugadores y respetar el mundo construido entre todos.


---

# 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://tarquitet.gitbook.io/builtechaft-wiki/equipo-y-staff/2.-fundador-del-proyecto.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.
