> For the complete documentation index, see [llms.txt](https://docs.manyfast.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.manyfast.io/en/concept/interface.md).

# Editor Interface

An overview of the interface terms you'll come across most often in Manyfast.

### Canvas

The Canvas is the screen where information from the tree view or the user flow is displayed and edited.

### Item

Items are the individual elements you can use on the Canvas. An Item represents a piece of **information about the product** you are planning, and Items are classified by the nature of that information — for example, Requirement, Feature, or Specification.

### Tabs

Manyfast currently provides three formats: PRD, feature specification, and user flow. You can switch between these three workspaces using the Tabs in the top bar.

### Views

A View refers to a way of looking at information. Within a single Tab, information can be displayed using several different Views.

* The tree View lets you see the overall hierarchy of features.
* The directory View lets you see how features are nested using a directory-style layout.

{% hint style="info" %}
The types of Items and Views are continuously updated and may change.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

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