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

# 공지사항

- [릴리즈 노트](https://docs.favorlet.io/notice/release.md): 페이버렛 앱 업데이트 소식을 확인하세요.
- [보도자료](https://docs.favorlet.io/notice/press.md): 페이버렛의 소식이 담긴 보도자료 모음입니다.
- [파트너십](https://docs.favorlet.io/notice/partners.md): 페이버렛과 함께 NFT 생태계를 확장해나갈 파트너들입니다.
- [안내 사항](https://docs.favorlet.io/notice/notice.md)
- [\[23-12-01\] 페이버렛 v3.0 업데이트](https://docs.favorlet.io/notice/notice/update231201.md): 새롭게 업데이트된 페이버렛을 만나보세요!
- [\[23-11-21\] 진학사 X EDUM 입시 전략 설명회](https://docs.favorlet.io/notice/notice/231121jinhaksaxedum.md)
- [\[23-09-01\] K현대미술관 <괴짜전> 김가리 작가와 함께하는 \[나만의 페르소나 만들기\]](https://docs.favorlet.io/notice/notice/230901kimgari.md)
- [\[23-08-17\] K현대미술관 <괴짜전> NUA 작가 탐구생활에 참여하세요](https://docs.favorlet.io/notice/notice/230817nua.md)
- [\[23-08-11\] 페이버렛 x K현대미술관 전시회 포스터 컬렉팅 이벤트](https://docs.favorlet.io/notice/notice/230811kmcaposter.md)
- [\[23-08-11\] 페이버렛 x K현대미술관 여름 바캉스 이벤트](https://docs.favorlet.io/notice/notice/230811kmcasummer.md)
- [\[23-07-21\] 페이버렛 업데이트 안내](https://docs.favorlet.io/notice/notice/230721update.md)
- [\[23-06-14\] 페이버렛 업데이트 안내](https://docs.favorlet.io/notice/notice/230614update.md)
- [\[23-04-27\] 페이버렛 업데이트 안내](https://docs.favorlet.io/notice/notice/230427update.md)
- [\[23-03-17\] 페이버렛 업데이트 안내](https://docs.favorlet.io/notice/notice/230317update.md)
- [\[23-03-10\] 울트라 아부다비 현장 스케치](https://docs.favorlet.io/notice/notice/230310uad.md): 뜨거웠던 울트라 아부다비 2023 현장을 만나보세요!
- [\[23-02-24\] 페이버렛 업데이트 안내](https://docs.favorlet.io/notice/notice/230224update.md)
- [\[23-02-06\] 펠라즈 NFT 티켓 for 울트라 아부다비 2023](https://docs.favorlet.io/notice/notice/230206_fellaz.md)
- [\[22-12-30\] 안드로이드 폴리곤/이더리움 토큰 전송 이슈 해결](https://docs.favorlet.io/notice/notice/221230_fixed.md)
- [\[22-12-30\] 안드로이드 폴리곤/이더리움 토큰 전송 이슈 안내](https://docs.favorlet.io/notice/notice/221230_issue.md)
- [\[22-12-29\] 페이버렛에서 이더리움과 폴리곤을 지원합니다!](https://docs.favorlet.io/notice/notice/221229_multichain.md)


---

# 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://docs.favorlet.io/notice.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.
