# Management UserData & Leaderboard

✅ 월드에서 <mark style="color:green;">**유저 데이터**</mark>를 저장 및 로드하는 방법은 아래 메뉴얼을 참고해주세요.

👉 [메뉴얼 바로가기](https://ditoland-utplus.gitbook.io/ditoland/manual/saveuserdata)

✅ 월드에서 <mark style="color:purple;">**리더보드**</mark>를 사용하는 방법은 아래 방법들 중 한가지를 참고해주세요. 📚

👉 CrossJump 템플릿 > **Leaderboard**

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

👉 툴박스 > **StopWatch\_Leaderboard 토이**

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

위 방법으로 기록된 <mark style="color:green;">**유저 데이터**</mark> 및 <mark style="color:purple;">**리더보드**</mark> 데이터는\
설정 페이지 > **\[월드 데이터 관리]** 메뉴에서 확인할 수 있어요. 👀

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

<figure><img src="/files/1vZbblPbrdNlI5qyzBKi" alt=""><figcaption></figcaption></figure>

***

### <mark style="color:green;">유저 데이터</mark> 관리하기

* PlayerID 를 입력 후 \[검색] 을 클릭하면, 월드에서 저장된 해당 플레이어의 데이터를 확인할 수 있어요.

  📌 **PlayerID** 는 마이디토 > 닉네임 옆에서 확인할 수 있는 **#000000 로 이루어진 숫자**에요 !

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

* 조회된 데이터 옆에 있는 🖍 버튼을 누르면, 해당하는 데이터를 수정할 수 있어요.

  <div align="left"><figure><img src="/files/F15COOWKAJr9eZggnfSr" alt="" width="368"><figcaption></figcaption></figure></div>

  📌 **데이터 수정**은 해당 월드가 **비공개** 상태일 때만 가능해요 !

  📌 데이터 수정 후, 💾 **버튼**을 눌러야만 **수정 사항이 반영**돼요 !

  <div align="left"><figure><img src="/files/InOK2DAHsoae8vsEg2oN" alt="" width="375"><figcaption></figcaption></figure></div>

  **❗&#x20;**<mark style="color:red;">**웹에서 데이터를 수정 후 저장하면 월드에 반영되니, 신중하게 진행해주세요.**</mark>

* 특정 Key 에 해당하는 데이터를 검색해서, **CSV 파일로 추출**할 수 있어요. 📥

  ⇒ 스크립트에서 유저 데이터를 저장할 때,

  **SaveUserGameData 함수에 두번째 인자로 사용되는 Key** 를 통해 검색할 수 있어요.

  <figure><img src="/files/8RYV0B1DMZj9oz00ivaJ" alt=""><figcaption></figcaption></figure>

***

### <mark style="color:purple;">리더보드</mark> 관리하기

* **리더보드 Key** 와, **정렬 순서**를 선택해서 데이터를 확인할 수 있어요.

  ⇒ 리더보드 Key 는, 게임 통계 데이터 오브젝트를 만들 때,

  **NewGameStatisticsData 함수에 첫번째 인자로 사용되는 Key** 에요.

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

* 선택한 리더보드 Key 에 해당하는 데이터들을, 설정한 정렬 순서에 맞게 **CSV 파일로 추출**할 수 있어요. 📥

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

***

🤗 **이제 웹에서 월드 내 데이터들을 손쉽게 관리해보세요.**


---

# Agent Instructions: 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:

```
GET https://ditoland-utplus.gitbook.io/ditoland/manual/management-userdata-and-leaderboard.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
