> For the complete documentation index, see [llms.txt](https://gentlepie.gitbook.io/news/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gentlepie.gitbook.io/news/release_note/undefined.md).

# 릴리즈 리스트

### [2022년 12월  - v.1.0.0. 출시](/news/release_note/undefined/2022-12.md)&#x20;

#### ✅ 주요 업데이트

* <mark style="background-color:blue;">**\[변경] 대시보드 v.2**</mark>\
  대시보드가 확 달라졌어요. 자세한 내용은 [**여기**](/news/release_note/undefined/2022-12.md)서 확인해보세요.
* <mark style="background-color:green;">**\[추가] 신규 분석 콘텐츠 추가**</mark>\
  6가지 새로운 분석 기능을 추가했어요. 콘텐츠별 자세한 내용은 [**여기**](/news/release_note/undefined/2022-12.md)서 확인해보세요.
  * 신규 콘텐츠 : 폴백 분석, 메시지 처리, 방문 현황, 엔티티 사용 현황, 키워드 분석, 평균 인식 정확도
* <mark style="background-color:green;">**\[추가] 계정 설정 기능 추가**</mark>\
  콘솔에서 계정 정보 조회, 비밀번호 변경, 프로젝트의 담당자 정보 조회가 가능합니다.

### 2022년 7월 - MVP ver. 출시&#x20;


---

# 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://gentlepie.gitbook.io/news/release_note/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.
