# 정보 확인

## 마을 정보

<mark style="color:green;">**`/마을 정보 <마을 이름>`**</mark>또는 <mark style="color:green;">**`/l info <마을 이름>`**</mark>을 입력하여 <mark style="color:yellow;">**마을 정보**</mark>를 확인할 수 있어요.\
마을 이름을 입력하는 경우 입력한 마을의 정보가, 비우는 경우 서 있는 곳의 마을 정보가 표시돼요.

확인할 수 있는 정보에는 다음이 있어요.

* 마을이 생성된 날짜
* 마을 구성원
* 레벨 및 건축 자재 (→ [레벨 올리기](/beartown/basic/lands/essential/chunks.md))
* 다른 마을과의 관계 (→ [마을 간 관계](/beartown/basic/lands/additional/relations.md))

## 유저 정보

<mark style="color:green;">**`/마을 구성원 <닉네임>`**</mark> 또는 <mark style="color:green;">**`/l player <닉네임>`**</mark>으로\
다른 유저가 <mark style="color:yellow;">**소속된 마을**</mark>, <mark style="color:yellow;">**마지막 접속 시각**</mark> 등을 확인할 수 있어요.

해당 유저 정보는 채널별로 다르게 나타나요.\
정확한 정보를 확인하려면 알맞은 채널에서 명령어를 실행해아 해요.

> 예) 어떤 유저가 1ch에서는 A마을, 2ch에서는 B마을에 소속되어 있는 경우\
> 　  1ch에서 명령어를 실행하면 A마을에 소속되어 있다고만 나오고\
> 　  3ch에서 명령어를 실행하면 A, B마을 중 어떤 마을도 표시되지 않아요.

## 모든 마을 목록

<mark style="color:green;">**`/마을 목록`**</mark>으로 채널에 있는 모든 마을을 확인할 수 있어요.

다음과 같은 기준으로 정렬할 수도 있어요.

* 마을 금고
* 마을 크기
* 입주민 수
* 마을 레벨


---

# 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://wiki.beartown.kr/beartown/basic/lands/additional/search.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.
