> For the complete documentation index, see [llms.txt](https://mealzeropay.gitbook.io/guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mealzeropay.gitbook.io/guide/admin/3..md).

# 4. 사용자(직원)에게 식권 부여하기

## 식권 부여

종이 식권🧾을 직원들에게 나눠주듯, 모바일 식권📱도 직원들에게 나눠줘야 사용할 수 있겠죠?

![](/files/FiqHGHn6ko57OSl7SKcW)

{% hint style="info" %}
① ‘**식권 사용자**’ – **‘선택’** 버튼을 눌러서 추가합니다.

② 부서명, 사용자명으로 검색이 가능합니다.

③ 부서 단위 사용자 추가 가능합니다.

④식권 사용자를 등록한 후, **‘저장’** 버튼을 클릭하여 식권을 등록합니다.
{% endhint %}

##

## 식권 이미지&#x20;

<figure><img src="/files/u41zGeJw5hklrhIvmBGU" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
① 식권에 대한 설명 및 이미지를 삽입합니다.

② 한도, 이용시간 등 식권 세부 설정 사항은 별도 입력 없이 사용자의 모바일 앱(비플페이) 내 식권 기본정보에서 조회 가능합니다.

③ 작성한 설명은 사용자의 모바일 앱 (비플페이) 내 식권 기본정보에서 확인 가능합니다.
{% 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://mealzeropay.gitbook.io/guide/admin/3..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.
