> For the complete documentation index, see [llms.txt](https://docs.kbgfuzion.com/erp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kbgfuzion.com/erp/knowledge-base/modules/restaurant-module/enable-service-staff-pin.md).

# Enable service staff pin

The Service Staff PIN feature enhances security and accountability in your sales process.

When enabled, it prompts the user adding sales to enter a PIN code of the service staff when they are selected for a sale.

This document explains how to set up and use the Service Staff PIN feature.

### Enabling Service Staff PIN:

1. In add/edit users screen check the **“Enable service staff pin”** checkbox
2. Once enabled, a field for entering the Staff PIN will be displayed.
3. This PIN code is required for the service staff to access the Point of Sale (POS) screen.

### Using the Service Staff PIN during sales:

1. First, Enable the [service staff feature](/erp/knowledge-base/modules/restaurant-module/enable-service-staff.md)
2. On the POS or Sales screen, you will see a dropdown menu with a list of service staff members that can be selected for a sale.
3. When you select a service staff member, a popup modal will appear, requesting the entry of the PIN code.
4. If the correct PIN code is entered, the selected service staff member will be associated with the sale.
5. If an incorrect PIN code is provided, the selection of the service staff will not be allowed. You will need to choose a service staff member again to proceed.

{% hint style="info" %}
**Note 1:**

* It’s important to distinguish between the PIN code and the login password; they serve different purposes.
  {% endhint %}

{% hint style="warning" %}
**Note 2:**

Each service staff member has a unique PIN code, ensuring individual accountability and security.
{% endhint %}


---

# 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.kbgfuzion.com/erp/knowledge-base/modules/restaurant-module/enable-service-staff-pin.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.
