> For the complete documentation index, see [llms.txt](https://docs.bizplay.co.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bizplay.co.kr/uses_case/travel_mgmt/setting-up-travel-management/transportation-fee.md).

# 교통비 설정

![](/files/-LpfnCbobpxmtzjD27cY)

* 교통비는 이동 거리에 따라 교통비를 지급하는 정책을 적용할 수 있습니다.&#x20;
* 위 그림에서 보듯이 이동거리 \* 지급 단가를 설정하여 거리별로 교통비 영수증을 생성합니다.&#x20;
* 예를 들어, 자기 차량을 이용하여 국내 출장 업무를 수행하는 경우 왕복 이동 거리 100km에 대해서 지급기준 km 당 470원을 적용하여 교통비를 청구할 수 있습니다.

![](/files/-LpfnYpP-B6XxbciXT1v)

* 또한, 이런 경우 거리에 대한 신뢰를 확보하기 위해서 지도 데이터를 이용하는 경우 비즈플레이가 제공하는 T- Map 서비스를 이용하여 이동 거리를 증빙할 수 있습니다.


---

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