> For the complete documentation index, see [llms.txt](https://aicy.gitbook.io/finex-guideline/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aicy.gitbook.io/finex-guideline/undefined-1.md).

# 파이넥스 자료

- [파이넥스 자금월보 가이드](https://aicy.gitbook.io/finex-guideline/undefined-1/undefined.md)
- [‘기타’ 항목 설명가이드](https://aicy.gitbook.io/finex-guideline/undefined-1/undefined/undefined.md)
- [ERP 금액과 상이한 이유](https://aicy.gitbook.io/finex-guideline/undefined-1/erp.md): EPR 내 금액과 파이넥스 KPI 분석 금액의 대표적 차이를 설명합니다.
- [미수금, 왜 당좌자산이 아닌가요?](https://aicy.gitbook.io/finex-guideline/undefined-1/undefined-1.md)
- [유효법인세를 12개월로 나눠 월별로 반영해야 하는 이유](https://aicy.gitbook.io/finex-guideline/undefined-1/12.md)
- [계정과목 추가가 불가능한 이유](https://aicy.gitbook.io/finex-guideline/undefined-1/undefined-2.md)
- [KPI 관리, 왜 매월해야 할까요?](https://aicy.gitbook.io/finex-guideline/undefined-1/kpi.md)
- [변동비/고정비 통계분석이란? (회귀분석-Regression Analysis)](https://aicy.gitbook.io/finex-guideline/undefined-1/regression-analysis.md): 파이넥스 엔터프라이즈에서 지원하는 변동비와 고정비 통계 분석 로직인 회귀분석을 설명합니다.
- [AI 예측의 신뢰도와 개입원칙](https://aicy.gitbook.io/finex-guideline/undefined-1/ai.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://aicy.gitbook.io/finex-guideline/undefined-1.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.
