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

# POS

**POS** is to sell to onsite/call-in customers

## HOW TO INSTALL

Here are the steps needed to have **POS** installed on your server.

1. Buy/Download the extension
2. Go to extensions menu on your backend
3. Click on **Install** button, and import the **pos** zipped file that you  downloaded
4. Then click on **Install** button

**NOTE:** You might have to refresh your page to load the new POS menu

## HOW TO USE

Login to the backend

1. Scroll to the bottom of the menu list, there should be a new menu, POS
2. Select **POS**

**SCREENSHOTS**

![Initial page](/files/Iut3e2AIilxbq2kf5MkP)

![Vendors dialog](/files/ECHDoTnqBjPsKn0Tc0WJ)

![Show products of selected vendor](/files/qqmb8bmMz9JePNUqpFfw)

![Added items to cart](/files/HstZOEq6epFICT1OE8j9)

![Payment dialog](/files/rS7sT0F5sCelKjkTaOpu)

![POS Settings page](/files/1xUnm4MB5NZbwYqy0lu4)


---

# 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:

```
GET https://edentech.gitbook.io/glover/extensions-1/pos.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.
