# 스테이션 관리

스테이션(보관소)을 등록하고 관리하는 기능입니다. (Pro 플랜 필요)

## 스테이션 목록 보기

**접근 방법:**

* 홈 화면 → "관리" → "스테이션 관리"

> 📸 **이미지 필요**: 스테이션 목록 화면 캡처 이미지

**스테이션 목록에서 확인할 수 있는 정보:**

* 스테이션 이름
* 스테이션 코드
* 작품 수

## 스테이션 등록

새로운 스테이션을 등록하는 방법입니다.

**접근 방법:**

* 스테이션 목록 화면 → 우측 상단 "+" 버튼 또는 "스테이션 등록" 버튼

**등록해야 할 정보:**

* 스테이션 이름 (필수)
* 주소
* 전화번호
* 비고

> 📸 **이미지 필요**: 스테이션 등록 화면 이미지

## 스테이션 수정

등록된 스테이션의 정보를 수정할 수 있습니다.

> 📸 **이미지 필요**: 스테이션 수정 화면 이미지

## 스테이션별 작품 현황

스테이션 상세 화면에서 해당 스테이션에 보관 중인 작품 현황을 확인할 수 있습니다.

> 📸 **이미지 필요**: 스테이션별 작품 현황 화면 이미지


---

# 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://chord-on-code.gitbook.io/art-in-box/undefined-5.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.
