# Welcome

### From idea to development brief, fast and easy

Manyfast is **an editor and AI agent that makes software product planning easier and faster**.\
You can manage the core elements needed for planning as standardized units called **items**.\
Write items directly on the canvas, or ask the AI to draft them so you can get started in no time.

#### Key benefits

* **Quick structuring**: Even complex ideas can be broken down into items and organized in a structured way.
* **Consistency**: Every item follows a defined format, so your planning documents stay well-organized.
* **Stronger team collaboration**: Multiple users can edit the same planning document at the same time and evolve it together.
* **Automatic deliverables**: Combine the items you've written to automatically generate planning deliverables such as **PRDs, Functional Specifications (FS), and User Flows**. (More document types will be added later.)

#### Why do you need Manyfast?

When building software, there's nothing visible until the product is actually built. Until the screens are implemented, it's hard for a team to agree on "what we're going to build," and **miscommunication** between planning and development happens all too often. Manyfast helps reduce these issues by **structuring and visualizing** planning data so that anyone can **see and understand the product's structure at a glance**.

#### When it's especially useful

* **Startups**
  * When you have an idea but aren't sure where to begin organizing it, you can quickly structure the screens and features you need so the whole team is looking at the same picture and aligned on direction.
* **SI / agency teams**
  * As you handle a variety of projects, you can collect and systematically manage the recurring client requirements and screen layouts in one place.
* **Freelancers and IT professionals**
  * When explaining a product's plan or walking someone through a screen flow, you can show it visually instead of describing it verbally, cutting down on communication time and misunderstandings.


---

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