# API 명세서

- [Folders](https://melitina915s-organization.gitbook.io/pyiplanyouridea/api/folders.md): 카테고리에서 폴더 하나 생성 / 폴더 리스트 조회 / 하나 이름 수정 / 하나 삭제, 메인 페이지에서 전체 폴더 리스트 퀵메모 리스트 조회
- [Keywords](https://melitina915s-organization.gitbook.io/pyiplanyouridea/api/keywords.md): 아이디어 구체화 및 실현 페이지 키워드 하나씩 생성 / 수정 / 삭제
- [Memos](https://melitina915s-organization.gitbook.io/pyiplanyouridea/api/memos.md): 퀵메모 하나 작성 / 하나 조회 / 퀵메모 폴더별 리스트 조회 / 하나 수정 / 하나 삭제 / 아이디어 구체화 및 실현 조회 / 퍼즐 버튼 클릭
- [Organize](https://melitina915s-organization.gitbook.io/pyiplanyouridea/api/organize.md): 자료정리 및 구체화 하나씩 생성 / 조회 / 수정 / 삭제
- [Review](https://melitina915s-organization.gitbook.io/pyiplanyouridea/api/review.md): 결과물 기록 및 평가 하나씩 생성 / 조회 / 수정 / 삭제
- [Star](https://melitina915s-organization.gitbook.io/pyiplanyouridea/api/star.md): 별점 하나 생성 / 하나 수정
- [Todos](https://melitina915s-organization.gitbook.io/pyiplanyouridea/api/todos.md): 아이디어 구체화 및 실현 페이지의 계획 하나씩 생성 / 수정 / 삭제
- [Users](https://melitina915s-organization.gitbook.io/pyiplanyouridea/api/users.md): 회원가입, 로그인


---

# 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://melitina915s-organization.gitbook.io/pyiplanyouridea/api.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.
