> 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/data-matching/accounts-modify.md).

# 매칭 계정과목 수정

### 1. 매칭된 계정과목 수정하기

자동 매칭된 계정과목이 적절하지 않을 경우, 사용자가 직접 변경할 수 있습니다. <img src="/files/nnV8ehLbWkXqR68KdCOb" alt="" data-size="line"> 버튼을 클릭하여 KPI 분석 시 더욱 알맞는 계정과목으로 변경합니다.

{% hint style="warning" %}
수정된 매칭내역은 저장되며, 향후 동일한 계정과목이 업로드될 경우 자동 적용됩니다.
{% endhint %}

<div align="left"><figure><img src="/files/QVNrilHmhUG7H5kHSeFb" alt="" width="563"><figcaption></figcaption></figure></div>

***

### 매칭리스트 엑셀 다운로드

기업의 ERP 계정과목과 파이넥스 표준 계정과목 간 매칭 리스트를 엑셀로 다운로드할 수 있는 기능을 제공합니다. 이를 통해 사용자는 매칭 내역을 손쉽게 검토하고, 필요할 경우 외부문서로 저장하여 활용합니다.

<figure><img src="/files/Q1Pga6CElDTZs6Df8Uoe" 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/data-matching/accounts-modify.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.
