# Introduction

Welcome to Minded Docs 👋

Minded is an AI agent development platform designed for rapidly building, deploying, and scaling production-grade agents.

It brings developers, product teams, and business users together to accelerate AI agent creation by up to 10x.

* **Generate with AI**: Prompt Copilot, our AI assistant, to quickly generate sophisticated AI agents. Copilot seamlessly integrates with your existing systems, APIs, and workflows, ensuring every agent is production-ready from the start.
* **Build Visually**: Easily refine agents and workflows with our intuitive visual editor. Drag-and-drop to create, configure, and test your agents without writing code.
* **Extend with Code**: Customize and extend agents by editing code directly. Enjoy two-way synchronization with GitHub, so your changes stay seamlessly integrated across visual and code-based workflows.
* **Manage Centrally**: Control and manage your agents with built-in governance, including granular access controls, version control, audit logs, and comprehensive monitoring—all accessible from a single unified platform.

Let's dive in and start building powerful AI agents with Minded!

***

## ✨ Why MindedJS?

* **SDK with no-code platform** – Define Agent as Code or use the visual no-code editor on top.

  <figure><img src="https://3102911747-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHU1mpSPLlxAD3fAGAhf0%2Fuploads%2Fgit-blob-d49168904004742ebdb9ac2a0f191e1f3d3a0e1b%2Fimage.png?alt=media" alt=""><figcaption></figcaption></figure>

## 🚀 Get Started

Ready to build your first AI agent? Start with our [Quick Start Guide](https://docs.minded.com/getting-started/quick-start) to create a working agent in minutes.

### What You'll Learn

1. [**Installation**](https://docs.minded.com/getting-started/installation) - Set up MindedJS in your project
2. [**Quick Start**](https://docs.minded.com/getting-started/quick-start) - Build your first refund processing agent
3. [**Core Concepts**](https://docs.minded.com/low-code-editor/flows) - Understand flows, nodes, edges, and memory
4. [**Your First Eval**](https://docs.minded.com/resources/your-first-eval) - Solve your first eval

### Key Concepts

* [**Flows**](https://docs.minded.com/low-code-editor/flows) - Directed graphs of nodes connected by edges
* [**Nodes**](https://docs.minded.com/low-code-editor/nodes) - Processing units (triggers, prompts, tools, junctions)
* [**Edges**](https://docs.minded.com/low-code-editor/edges) - Routing logic between nodes
* [**Tools**](https://docs.minded.com/low-code-editor/tools) - Strongly-typed functions for LLMs to call
* [**Memory**](https://docs.minded.com/sdk/memory) - Type-safe state management across your flow

***

## 📚 Documentation

This documentation is organized to help you learn progressively:

* **New to MindedJS?** Start with [Installation](https://docs.minded.com/getting-started/installation) and [Quick Start](https://docs.minded.com/getting-started/quick-start)
* **Understanding concepts?** Explore [Core Concepts](https://docs.minded.com/low-code-editor/flows)
* **Ready to build?** Check out [Implementation Examples](https://github.com/minded-ai/mindedjs/blob/main/docs/implementation-examples/node-examples.md)
* **Need reference?** Browse the [API Reference](https://github.com/minded-ai/mindedjs/blob/main/docs/api-reference/agent-class.md)

Let's build something amazing! 🚀


---

# 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.minded.com/readme.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.
