# POS Management

### POS Manager

POS manager allows you to keep track of all Points of Sales that you have in your restaurants. For instance, your restaurant has 3 POS. One POS handles app POS operations, the second POS is Order taking POS and which takes orders from the customers that are dining in your restaurant and the third POS is Delivery POS which only takes delivery orders from your customers.

You can access POS Manager by clicking on **POS Manager** from the left panel. It has the list of POS with active/inactive status.

<figure><img src="https://2174323930-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkrAx-51uwuvDxM_Z3r%2Fuploads%2FAwZb7ADgQB4wcleAnETx%2Fimage.png?alt=media&#x26;token=d9014704-4ec7-4cf4-9071-78f13dbac333" alt=""><figcaption></figcaption></figure>

#### Add a POS

You can add a POS by clicking on **+ Add New POS** Button.

<figure><img src="https://2174323930-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkrAx-51uwuvDxM_Z3r%2Fuploads%2FPUIDKqVZPY9lTnsPbnAF%2Fimage.png?alt=media&#x26;token=9d96c3cd-6e90-478e-8570-6652b5237f47" alt=""><figcaption></figcaption></figure>

A pop-up will appear shown in the image below:

<figure><img src="https://2174323930-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkrAx-51uwuvDxM_Z3r%2Fuploads%2F9ltvxfupZPXLHKqqjsML%2Fimage.png?alt=media&#x26;token=e5b85d02-c7a8-45e4-a7e7-b0cce425381e" alt=""><figcaption></figcaption></figure>

* **POS Name:** Add the name of the POS.
* **POS Status:** You can select active or inactive POS from this button.
* Click on the **“Add” button.**

#### Delete a POS

You can delete the POS by clicking on the **“Delete”** button from the POS List Screen.

<figure><img src="https://2174323930-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MkrAx-51uwuvDxM_Z3r%2Fuploads%2FxMMVUqjBeFXPaJjNmncd%2Fimage.png?alt=media&#x26;token=a49672dd-dc56-4f68-b542-f336f9c29f13" alt=""><figcaption></figcaption></figure>

#### POS Report

You can also fetch POS reports to analyze the performance of different POS.


---

# 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://docs.foodbucket.io/administration-back-office/pos-management.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.
