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

# 포인트전환

### 1. 포인트 관리

메뉴판 **포인트관리** 밑에 **잔액관리**에 접속할 수 있습니다.'&#x20;

<figure><img src="/files/3xrUQWigGZq48nxmniv4" alt=""><figcaption></figcaption></figure>

잔액관리에는 사용자 목록이 표시되며, 왼쪽의 파트너 나무에서 선택하여 정렬됩니다. 다른 표와 마찬가지로 특정 정보를 찾는 데 도움이 되는 검색 & 필터 및 날짜 기능이 있습니다. 또한 사용자에게 포인트 '<mark style="color:green;">**더하기**</mark>' 또는 '<mark style="color:red;">**빼기**</mark>' 작업을 수행할 수 있습니다.

<figure><img src="/files/OiVygkkx1uxORCK7lYYp" alt=""><figcaption><p>포인트 더하기</p></figcaption></figure>

<figure><img src="/files/TRUQZFxvIbpOmMIF0wju" alt=""><figcaption><p>포인트 빼기</p></figcaption></figure>

### 2. 거래내역

잔액 조정 내역을 추적해야 할 경우 '**거래내역**' 탭으로 이동하면 됩니다. 여기서 검색 필드에 사용자 ID를 입력하거나 날짜별로 필터링하거나 파트너 나무에서 상위 파트너를 선택하여 추적할 수 있습니다.

<figure><img src="/files/bncsLRKvCmjogmKVqdHD" 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://manual.cosmo-sol.com/undefined-4/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.
