# 캔버스와 아이템

매니패스트에서는 빈 캔버스에 아이템을 추가하며 기획을 전개해나갈 수 있습니다.

{% hint style="warning" %}
아이템 종류는 지속적으로 업데이트 및 변경됩니다.
{% endhint %}

### 캔버스

트리 뷰에서 정보가 보여지고, 정보를 편집할 수 있는 화면을 뜻합니다.

### 아이템

캔버스 위에서 사용할 수 있는 개별 요소들입니다.

아이템은 기획하고자 하는 **제품에 대한 정보들**을 의미하며, 그 정보들의 성격에 따라 요구사항, 기능, 상세기능, 페이지 메뉴로 분류됩니다.

<table><thead><tr><th width="111">아이템</th><th width="419">설명</th><th>사용되는 탭</th></tr></thead><tbody><tr><td><a href="/pages/jhYRW8n1TGLMw7jhBubf#requirement">요구사항</a></td><td>프로젝트의 큰 단위 목표나 사용자의 니즈를 나타냅니다.</td><td>기능명세서</td></tr><tr><td><a href="/pages/jhYRW8n1TGLMw7jhBubf#feature">기능</a></td><td>요구사항을 구체적으로 실현하기 위한 기능 단위입니다.</td><td>기능명세서</td></tr><tr><td><a href="/pages/jhYRW8n1TGLMw7jhBubf#specification">상세기능</a></td><td>각 기능 내의 세부 동작이나 정책을 정의합니다.</td><td>기능명세서, 정보구조도</td></tr><tr><td><a href="/pages/1VJB66E7ckAEuUvE9ElB#depth">페이지 메뉴</a></td><td>서비스의 탐색 단위이자 실제 페이지를 의미합니다.</td><td>정보구조도</td></tr></tbody></table>


---

# 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.manyfast.io/concept/interface/item.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.
