> For the complete documentation index, see [llms.txt](https://docs.bossithq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bossithq.com/users-and-access/user-permissions/list-of-pos-permissions.md).

# List of POS Permissions

User can access assistants&#x20;

User can access brand providers — [Brand Providers in POS](/brands/brand-providers/brand-providers-in-pos.md)

User can access breakdown report — [Sales Report](/analytics/reports-in-the-pos/sales-report.md)

User can access payzone reports

User can access petty cash — [Petty Cash](/petty-cash.md)

User can access providers report — [Channels Report](/analytics/reports-in-the-pos/channels-report.md)

User can manage users on the POS — [Resetting a User's Credentials](/users-and-access/resetting-a-users-credentials.md)[Disabling a User](/users-and-access/disabling-a-user.md)

User can refund online order payment and cancel online order — [Issuing a Online Full Refund (POS)](/refunds/types-of-refunds/online-full-refund-pos/issuing-a-online-full-refund-pos.md)

User can refund payment on checkout — [Refunds on Checkout](/pos/order-creation/checkout/payments/refunds-on-checkout.md)

User can create custom item on POS — [Custom Product](/pos/order-creation/adding-a-product/custom-product.md)

User can create retroactive refunds — [Retroactive Refund in the POS](/refunds/types-of-refunds/retroactive-refund/retroactive-refund-in-the-pos.md)

User can edit delivery fee — [Delivery Charge Adjustment](/pos/order-creation/checkout/adjustments/delivery-charge-adjustment.md)

User can edit venue config

User can open cash drawer on POS

User can press “All” button to pack all items on packing screen

User can remove items from basket — [Removing a Product](/pos/order-creation/removing-a-product.md)

User can sync brand provider menu — [Brand Providers in POS](/brands/brand-providers/brand-providers-in-pos.md)

User can tag (comp/void) a singular order — [Comp / Void on Paid Orders](/pos/order-modification/details/comp-void/comp-void-on-paid-orders.md)

User can toggle brand providers activity — [Brand Providers in POS](/brands/brand-providers/brand-providers-in-pos.md)

User can soft delete an order — [Soft Delete](/pos/order-modification/details/soft-delete.md)

User can apply discount to an order — [Applying Discounts (POS)](/discounts/discounts-in-the-pos/applying-discounts-pos.md#applying-a-preset-discount)

User can edit delivery surcharge — [System Behaviour](/delivery-areas/system-behaviour.md#pos)

User can sync venue provider menus — [Menu Syncing](/providers/menu-syncing.md#in-the-pos)

User can toggle venue provider activity — [Toggling Providers On/Off](/providers/toggling-providers-on-off.md#in-the-pos)

Can set venue delivery workload mode — [Setting Workload Modes](/workload/setting-workload-modes.md#in-the-pos)

Can set venue workload mode — [Setting Workload Modes](/workload/setting-workload-modes.md#in-the-pos)

User can access shift reports — [End of Day Report](/end-of-day-report.md)

User can set activity of products

User can press settings button on the POS — [POS Settings](/pos/pos-settings.md)

User can create custom discount (no reason) — [Applying Discounts (POS)](/discounts/discounts-in-the-pos/applying-discounts-pos.md#applying-a-custom-discount)

User can transfer orders from one venue to another

User can waive all delivery charges — [System Behaviour](/delivery-areas/system-behaviour.md#pos)

User can waive delivery surcharge — [System Behaviour](/delivery-areas/system-behaviour.md#pos)


---

# 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://docs.bossithq.com/users-and-access/user-permissions/list-of-pos-permissions.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.
