> 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/functions/business-unit--management/undefined-2.md).

# 사업부별 예산수립

KPI 예산수립 (사업부문별) 기능은 전사 기준 예산수립과 동일하며, 사업부 단위로 **매출·비용·영업이익 예산을 수립**하고 다양한 가정에 따른 **시나리오 기반 손익 예측**을 지원하는 기능입니다.

{% hint style="warning" %}
해당 예산수립 사용을 희망하는 경우, 최소 12개월 손익데이터를 통해 KPI 분석을 진행해야 합니다.
{% endhint %}

{% hint style="info" %}
제공 기능 및 활용방법은 [KPI 예산수립](/finex-guideline/functions/images-and-media.md)과 동일하며, 사업부 단위별 예산설정과 평가를 지원하는 것에 차이가 있습니다.
{% endhint %}

<figure><img src="/files/zxM1SJhxkfRMd08C8hyf" alt=""><figcaption></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://aicy.gitbook.io/finex-guideline/functions/business-unit--management/undefined-2.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.
