> For the complete documentation index, see [llms.txt](https://docs.cartax.biz/guidebook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cartax.biz/guidebook/manual/biz_app/more/setting.md).

# 일반설정, 알림센터

## 1. 일반 설정

> 1. 운행 목적 기본값 설정 확인이 가능합니다.&#x20;
> 2. 메시지 배너, 사운드의 알림 ON/OFF가 가능하며, 운행거리 구간 알림을 km를 설정할 수 있습니다.
> 3. 운행 중 화면이 꺼질 경우 해당 옵션을 ON 해주세요.
> 4. 기본 맵 설정이 가능합니다.
>    * 이동 경로 화면에서 표시되는 맵을 설정합니다.
>    * 맵을 변경해도 운행 기록에는 영향을 주지 않습니다.
>    * Apple 지도 사용 시 일부 국내 도로환경이 표시 되지 않을 수 있습니다.&#x20;

{% hint style="info" %}

#### 1. 운행 목적 기본 값 설정

* 관리자페이지에서 운행목적이 설정된 경우, 앱에서 운행목적 기본값을 선택할 수 없습니다.
* 기본값과 관계없이 과거 기록 중, 동일 출/도착지 주소에 따라 자동으로 운행목적 입력됩니다.

***

#### 2. 운행 목적 기본 값 우선순위

1. 출/도착지가 일치하는 직전 운행기록의 운행목적.
2. 웹 관리자페이지에서 설정된 운행목적 기본 값.
3. 어플리케이션에서 설정된 운행목적 기본 값.
   {% endhint %}

<figure><img src="/files/pt8R2ttCd9xGb0frssJX" alt="법인차량 운행목적 설정하기" width="375"><figcaption><p>[APP] 일반설정 화면</p></figcaption></figure>

***

## 2. 알림 센터

> 1. 기업 알림
>    * 소속된 회사에서 발송하는 메세지 입니다. 푸시 메세지를 눌러 앱에 접속해도 알림 센터에서 수신된 푸시 메세지를 모두 확인할 수 있습니다.&#x20;
> 2. 카택스 알림
>    * 카택스에서 발송하는 푸시 메세지 입니다. 공지사항이나 서비스에 관한 알림 서비스 등을 모두 확인할 수 있습니다.&#x20;

<figure><img src="/files/p0AkaKPbrVIiJJnaL6vw" alt="법인차량 회사 알림 보내기-차량 알림 보내기" width="375"><figcaption><p>[APP] 알림센터 화면</p></figcaption></figure>


---

# 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.cartax.biz/guidebook/manual/biz_app/more/setting.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.
