> 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/inquiry.md).

# 개인정보 안내, 가이드, 문의하기

{% tabs %}
{% tab title="개인정보 보호 및 보안" %}

## 1. 개인정보 보호 및 보안

> 1. <mark style="color:blue;">**'개인정보 보호 및 보안'**</mark> 부분을 누를 시, 카택스의 이용 약관에 대해 확인할 수 있습니다.

<figure><img src="/files/tKeu0mRBQTBIObGGJYhf" alt="법인차량 개인정보-보안-운행일지 보안"><figcaption><p>[APP] 개인정보 보호 및 보안 화면</p></figcaption></figure>
{% endtab %}

{% tab title="사용 가이드" %}

## 1. 카택스 비즈 앱 사용 가이드

> 1. <mark style="color:blue;">**'사용 가이드'**</mark> 부분을 누를 시, 카택스 비즈 앱 사용 가이드로 이동 됩니다.

<figure><img src="/files/YQYrTpYH7ZRgKPBjC9jN" alt="카택스 비즈 앱 사용 가이드-카택스 앱 사용 가이드"><figcaption><p>[APP] 앱 사용 가이드 이동 링크 화면</p></figcaption></figure>
{% endtab %}

{% tab title="문의하기" %}

## 1. 문의하기

> 1. <mark style="color:blue;">**'문의하기'**</mark> 부분을 누를 시, 카택스 비즈 앱에 메일로 문의가 가능합니다.

<figure><img src="/files/TErtIyPVUavQuH26NQqm" alt="운행일지 문의하기-물어보기-법인차량 운행일지 질문"><figcaption><p>[APP] 카택스 비즈 앱 메일로 문의하기</p></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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/inquiry.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.
