# API 소개

Mora API에 대해서 궁금하시다면 아래 포스트를 확인해보세요!

## 소개

Mora API는 다양한 API를 사용할수 있고 편하게 사용하게 돕기 위해\
개발되고 있으며 해당 개발은 여러분들이 더 편하게 사용할수 있습니다.

## 신규 업데이트 (2023.09.05)

* API 스테이블 코드가 변경되었습니다.


---

# 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.mora-bot.kr/api/main.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.
