# Español

Ubuntu Touch es una versión de Ubuntu que se ejecuta en dispositivos móviles. Se puede encontrar en teléfonos y en tabletas. Aunque va creciendo y mejorando poco a poco tiene una carencia de aplicaciones respecto a otras plataformas. Una forma de afrontar este problema es escribiendo documentación que facilite la tarea. Con esta finalidad empecé el curso en agosto de 2016.

El curso está en estos momentos en castellano y en inglés. La versión en castellano fue la versión inicial por lo que tiene más contenido publicado. Por su parte la versión inglesa empieza en febrero de 2017. En abril de 2017 [Canonical anunció que abandonaba Ubuntu Touch](https://insights.ubuntu.com/2017/04/05/growing-ubuntu-for-cloud-and-iot-rather-than-phone-and-convergence/). El testigo lo cogió el [proyecto UBports](https://ubports.com/).

Hay varias recursos asociados con el curso:

* Organización
  * [Información del proyecto.](https://github.com/mimecar/ubuntu-touch-programming-course-gitbook/projects/1)
  * [Grupo público de Telegram](https://t.me/curso_ubuntu_touch)
* Código fuente
  * [Código fuente en LaunchPad (temporal)](https://launchpad.net/curso-ubuntu-phone-touch)
  * [Código fuente en GitHub](https://github.com/mimecar/ubuntu-touch-programming-course-src)
* Máquina virtual
  * [Ubuntu Mate con el SDK configurado para empezar a trabajar. Usuario "ubucon", password "ubucon"](https://goo.gl/HqUPvV)

Nota: [la versión beta de Telegram de UBports](https://github.com/ubports/telegram-app/releases/tag/v2.5.0) puede usar supergrupos.

Si tenéis cualquier duda podéis preguntarme por Telegram. Mi usuario es [@mimecar](http://t.me/mimecar).

Espero que os guste el curso.


---

# 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://mimecar.gitbook.io/qt-course/es.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.
