# 뷰

* 정보에 대한 보기 방식을 지칭합니다. 동일한 정보를 여러가지 보기 방식으로 제공합니다.
* 트리 뷰는 기능의 전체적인 위계를 확인할 수 있는 보기 방식을 지칭합니다.
* 디렉토리 뷰는 기능별 포함관계를 디렉토리 형태로 확인할 수 있는 보기 방식을 지칭합니다.


---

# 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/undefined-1.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.
