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

# Introducción

![](/files/-MVMRpUnQiM4RBi8RJLj)

***FACTORYPOS*** es una **solución de TPV Android** que encaja con la mayoría de requisitos de los negocios, tales como hostelería o comercio.

Aquí encontrará documentación sobre **cómo configurar** la aplicación y **cómo utilizarla**.

Si la dimensión detectada de la pantalla del dispositivo es inferior a 10 pulgadas se mostrarán las pantallas del sistema en formato PDA (móvil) y si es superior en formato TABLET. En caso de no reconocer correctamente las especificaciones del dispositivo se podrá definir posteriormente.

<div align="center"><img src="/files/-MVMZAY-GlT0cCqyyE8i" alt=""></div>

La primera vez que se ejecuta la aplicación se iniciará un asistente, que le guiará por los pasos de programación más habituales. Al finalizar el asistente ya podrá iniciar la venta y casi todo estará configurado.

Después del asistente inicial puede necesitar **editar sus datos** y también ejecutar otras operaciones como **Informes, Cierre de Caja, Copia de Seguridad**, etc.

![](/files/-MVMdUoZU3gbtJdX1d0Z)


---

# 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://factorypos.gitbook.io/pos-tablet-es/master.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.
