# 에디터 인터페이스

매니패스트에서 자주 사용되는 인터페이스 용어의 개념에 대한 정리입니다.

<figure><img src="/files/gsT0ghZCrZDen5wfaOmU" alt=""><figcaption></figcaption></figure>

### 캔버스

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

### 아이템

캔버스 위에서 사용할 수 있는 개별 요소들입니다. 아이템은 기획하고자 하는 **제품에 대한 정보들**을 의미하며, 그 정보들의 성격에 따라 요구사항, 기능, 상세기능 등으로 분류됩니다.

### 탭

매니패스트에서는 현재 PRD, 기능명세서, 유저플로우 세가지 형태를 제공합니다. 상단바의 탭에서 이 세가지 유형의 작업영역을 오갈 수 있습니다.

### 뷰

정보에 대한 보기 방식을 지칭합니다. 하나의 탭 내에서 정보를 여러가지 보기 방식으로 제공합니다.

* 트리 뷰는 기능의 전체적인 위계를 확인할 수 있는 보기 방식을 지칭합니다.
* 디렉토리 뷰는 기능별 포함관계를 디렉토리 형태로 확인할 수 있는 보기 방식을 지칭합니다.

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


---

# 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.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.
