> 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/item.md).

# Canvas & Items

In Manyfast, you build out your plan by adding Items onto a blank Canvas.

{% hint style="warning" %}
The available Item types are continuously updated and may change.
{% endhint %}

### Canvas

The screen in the tree View where information 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. Items are classified by the nature of that information into Requirement, Feature, Specification, and Page Menu.

<table><thead><tr><th width="111">Item</th><th width="419">Description</th><th>Tab(s) used in</th></tr></thead><tbody><tr><td><a href="/pages/qeC3aaEzFmVxS8zc8pqc#requirement">Requirement</a></td><td>Represents a high-level project goal or user need.</td><td>Feature specification</td></tr><tr><td><a href="/pages/qeC3aaEzFmVxS8zc8pqc#feature">Feature</a></td><td>A unit of functionality that concretely realizes a Requirement.</td><td>Feature specification</td></tr><tr><td><a href="/pages/qeC3aaEzFmVxS8zc8pqc#specification">Specification</a></td><td>Defines the detailed behavior or policy within a Feature.</td><td>Feature specification, Information architecture</td></tr><tr><td><a href="/pages/1VJB66E7ckAEuUvE9ElB#depth">Page Menu</a></td><td>A navigation unit of the service that maps to an actual page.</td><td>Information architecture</td></tr></tbody></table>


---

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