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

# FAQ - Business

## Can I use Lion POS in QR Menu Maker, WhatsApp, or FoodTiger?

Lion POS comes with the following modules.&#x20;

1. Floor Plan
2. POS ( exclusive so LionPOS )
3. Staff
4. Expenses

They are located in **modules** folder

Copy and paste from Lion POS to QR Menu maker or WhatsApp project

* public/softd
* public/vendor/interact/interact.min.js

You can zip these modules one by one and upload them in QR Menu Maker. So you will get the POS functionality in QR Menu Maker, WhatsApp and FoodTiger.

{% embed url="<https://www.loom.com/share/d50bee8f4eaf4ec29bf3546d5d7a6bf9>" %}

{% hint style="info" %}
Make sure you use version 2.7.3+ of QR Menu Maker for full compatibility.
{% endhint %}

## Can I use the Lion POS landing page in QR Menu Maker, WhatsApp?&#x20;

From v2.7.3+ yes, you can. And here is how.&#x20;

Copy and paste from Lion POS to QR Menu maker or WhatsApp project

* public/soft
* resources/views/poslanding
* resources/lang/en/poslanding.php

After that, open the .env of QR Menu Maker or WhatsApp and add this two records

```
SHOW_LANDING_MANAGMENT=true
LANDING_TO_USE=pos
```

&#x20;


---

# 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://mobidonia.gitbook.io/poscloud/faq/faq_business.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.
