> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/pcmanual/etc/expenses.md).

# 지출내역 알아보기

{% hint style="info" %}
비품 구매, 회식 등 센터에서 지출한 내역에 대한 관리를 진행해보세요!
{% endhint %}

## 👀 지출내역 조회하기

![](/files/I2QKlfW5ADyuzFlWs44d)

{% stepper %}
{% step %}
조회 - 지출내역을 클릭해주세요.
{% endstep %}

{% step %}
조회 기간 선택 후, ‘조회하기’ 버튼을 클릭해주세요.
{% endstep %}

{% step %}
추가된 지출 내역의 목록을 확인하세요!
{% endstep %}
{% endstepper %}

## 📝 지출내역 추가/수정하기

{% stepper %}
{% step %}
![](/files/O6cdAeNyVt6I6ozyR8Q2)

내역을 추가하시려면 ‘내역 추가하기’ 버튼을, 수정하시려면 수정하고자 하는 내역의 수정하기 버튼을 눌러주세요.

{% endstep %}

{% step %}
![](/files/LZiRqGMXYxz54sPXNcz2)

지출 내역의 세부 내역을 입력해주세요.

* 지출항목은 환경설정에서 추가/수정 가능합니다.
* 결제방법이 카드일 경우, 어떤 카드를 사용했는지 선택해주세요.
* 카드 종류도 환경설정에서 추가/수정 가능합니다.

{% hint style="info" %}
[지출항목/카드종류 설정하기](/intro/pcmanual/center-settings/manage-tasks.md#id-3-4)
{% endhint %}
{% endstep %}

{% step %}
모든 내용이 입력됐다면 ‘저장하기’ 버튼을 클릭해주세요.
{% endstep %}
{% endstepper %}


---

# 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://sangdamtoday.gitbook.io/intro/pcmanual/etc/expenses.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.
