> For the complete documentation index, see [llms.txt](https://factorypos.gitbook.io/pos-en/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-en/master.md).

# Introduction

![](/files/-M4K1ToyzCokUtDVel5u)

***FACTORYPOS*** is an **Android POS solution** that fits most of business requirements, such as hospitality or retail.&#x20;

Here you will find documentation on **how to configure** the application and **how to use it**.&#x20;

If the detected dimension of the device screen is less than 10 inches, the system screens will be displayed in PDA (mobile) format and if it is greater in TABLET format. If the device specifications are not correctly recognized, it can be defined later.&#x20;

The first time the application is launched, a wizard will start, guiding you through the most common programming steps. At the end of the wizard you can start the sale and almost everything will be configured.

![](/files/-M4K1_hK-K85kjtz8Qpu)

After the initial setup wizard you may need to **edit your data** and run other operations such as **Reporting**, **Daily Cash**, **Backup**, etc.

![](/files/-M4K1fl5hp9bUR7b6a7x)


---

# 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-en/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.
