> For the complete documentation index, see [llms.txt](https://support.granter.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.granter.biz/undefined-4/undefined-3/undefined.md).

# 한 눈에 알아보기

<figure><img src="/files/L2LWFzr2X0HdNuCjtVxr" alt=""><figcaption></figcaption></figure>

#### A.커스텀 계산식 생성

* 런웨이 분석 : 그랜터에서 기본으로 제공해 드리는 우리 회사 런웨이 계산식이에요.
* 새로운 분석 : 새로운 계산식을 추가할 수 있어요.

#### B.커스텀 계산식 설정

* 계산식 : @ 버튼으로 계정과목, 계정과목 계열, 태그, 상세 태그, 각종 자산을 태깅할 수 있어요.&#x20;
* 설명 : 해당 계산식에 대한 상세 설명을 입력할 수 있어요.

<figure><img src="/files/sm3EqlxZ6PXphokDeBoa" 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://support.granter.biz/undefined-4/undefined-3/undefined.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.
