# 유류비 설정

![](/files/-LpfnnccllNdG_0VKrmi)

유류비는 기간별 총 이동 거리를 기준으로 평균 유가 정보와 회사 내 지급 기준을 적용하여 유류비를 지원하는 경우 사용합니다.&#x20;

예를 들어, A제약사는 월간 총 이동 거리 1000km에 대해서 팀장 이하 직원은 평균 연비 10km/L 를 적용하고 지급률은 1.2배수를 적용하여 유류비를 지원합니다.

주유 단가는 3가지 방식으로 계산법을 지원합니다.

```
직접입력 : 사용자가 주유 단가를 직접 입력합니다.
유가정보 : 전국평균유가 정보를 활용하여 입력합니다.
계산기 : 총 이동거리 및 주유 금액을 입력하여 평균 유가를 계산합니다.
```

유류비 정산 방식은 2가지를 지원합니다.&#x20;

‘차액 정산’ 방식은 법인 카드 등으로 이미 지출한 경우 실제 이동 거리와 회사 내 규정을 적용했을 때 법인카드 비용보다 많이 사용한 경우 차액을 추가로 지급하는 경우입니다.&#x20;

반면에, ‘초과 미정산’은 법인카드로 주유를 할 수 있으므로 실제 주행 거리 기반 산출금액이 법인카드 이용 금액보다 작은 경우 차액 만큼 차감하는 경우는 있으나, 초과하는 경우는 지급하지 않을 경우 사용합니다.


---

# 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.bizplay.co.kr/uses_case/travel_mgmt/setting-up-travel-management/oil-cost.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.
