# 🏠 Welcome to AppDuck

**AppDuck is infrastructure for deterministic startup execution.**

AppDuck is a modular agent system designed specifically for company creation. It coordinates six autonomous agents that each handle a critical step in the startup formation process, transforming ideas into structured, production-ready outputs.

#### What Makes AppDuck Different

* **No Filler**: Every output is structured and purposeful
* **No Prompt Tuning**: Agents know their roles and execute deterministically
* **No Guesswork**: Everything runs on local infrastructure with shared memory
* **Real Outputs**: Generate actual files, repositories, and assets - not placeholders

#### Key Features

✅ **Wallet-bound sessions** for secure, private workspaces\
✅ **Six specialized agents** working in coordination\
✅ **Local execution** with no external dependencies\
✅ **Structured outputs** ready for immediate use\
✅ **Shared memory system** for context continuity


---

# 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://appduck-ai.gitbook.io/appduck-docs-new/introduction/welcome-to-appduck.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.
