> For the complete documentation index, see [llms.txt](https://organization-dvc.gitbook.io/thanqg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://organization-dvc.gitbook.io/thanqg/how-to-use/caddie.md).

# 땡큐지 캐디

- [가입 및 구독회원 전환](https://organization-dvc.gitbook.io/thanqg/how-to-use/caddie/subscribe.md)
- [가계부 작성](https://organization-dvc.gitbook.io/thanqg/how-to-use/caddie/book.md)
- [수익 입력하기](https://organization-dvc.gitbook.io/thanqg/how-to-use/caddie/book/revenue.md)
- [비용 메뉴 100% 활용하기(홈택스,카드/은행 연결)](https://organization-dvc.gitbook.io/thanqg/how-to-use/caddie/book/expense.md)
- [장부 메뉴 살펴보기](https://organization-dvc.gitbook.io/thanqg/how-to-use/caddie/menu.md)
- [자산 등록 : 차량을 구매했다면?](https://organization-dvc.gitbook.io/thanqg/how-to-use/caddie/menu/jasan.md)
- [전자 차용증 계약서 간편작성](https://organization-dvc.gitbook.io/thanqg/how-to-use/caddie/loan.md)
- [종합소득세 & 더보기 메뉴 안내](https://organization-dvc.gitbook.io/thanqg/how-to-use/caddie/etc.md)
- [라운지 & 더보기 메뉴 안내](https://organization-dvc.gitbook.io/thanqg/how-to-use/caddie/lounge.md)


---

# 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://organization-dvc.gitbook.io/thanqg/how-to-use/caddie.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.
