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