# 연혁

## 🚀 기능 소개

홈페이지에 노출되는 연혁을 직접 등록, 수정, 삭제가 가능한 기능입니다.\
간편하고 직관적인 인터페이스를 제공하여 쉽게 관리할 수 있습니다.\
\
기본적으로 년월일 단위로 제공하며\
동일한 일자의 경우 우선순위를 설정하여 순서를 변경할 수 있습니다.

![](/files/-Mgo4G5Z6TNLVZM9fYT9)

## 🧱 화면 구성

<div align="left"><img src="/files/-MUD3v7uLgz9oYDQJf6Z" alt=""></div>

### 1. 카테고리

연혁 그룹의 목록이 노출됩니다.\
연혁의 경우 기본 그룹 1개만 제공됩니다.

### 2. 그룹별 연혁 정보

그룹에 해당하는 연혁이 최신 날짜순으로 정렬되어 나오며\
등록된 연혁에 대한 수정 삭제가 가능합니다.

### 3. 액션 영역

연혁 등록 버튼을 클릭하시면 연혁을 등록하실 수 있습니다.

## 🙋‍♀️ 이용 안내

### 1. 등록

<div align="left"><img src="/files/-MUCk6KRiO9YiRXphchV" alt=""></div>

우측 상단의 액션 영역에서 연혁 등록 버튼을 클릭해주세요.

<div align="center"><img src="/files/-MUCpDkHt_0brmLpyWQj" alt=""></div>

연혁등록에 필요한 정보를 입력하시고 저장 버튼을 클릭해주세요.

{% hint style="info" %}
우선 순위 설정\
연혁은 기본적으로 날짜가 최신인 순으로 정렬됩니다.\
다만 동일한 일시 경우 등록순으로 정렬되지만, 우선 순위를 설정하여 순서를\
조정할 수 있습니다.
{% endhint %}

###

### 2. 수정

<div align="left"><img src="/files/-MUCqCnydNBCyyZvFWQs" alt=""></div>

수정을 희망하는 연혁 내용의 우측에 있는 펜 모양의 아이콘을 클릭해주세요.

<div align="center"><img src="/files/-MUCqtVAiBKnaT41IR3I" alt=""></div>

연혁 내용을 수정하시고 저장 버튼을 클릭해주세요.

###

### 3. 삭제

<div align="left"><img src="/files/-MUCr_1kuEETRJoAe6hl" alt=""></div>

삭제를 희망하시는 연혁 내용의 우측에 있는 X버튼을 클릭해주세요.

<div align="center"><img src="/files/-MUCrkfPk_MrQ9kQFzf3" alt=""></div>

확인창에서 확인 버튼을 클릭해주세요.

{% hint style="danger" %}
주의사항\
삭제된 내용은 복구 하실 수 없습니다.
{% endhint %}


---

# 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://docs.storyhub.co.kr/functions/contents/history.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.
