> For the complete documentation index, see [llms.txt](https://docs.atsign.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.atsign.com/atsign-ai-architect/atsign-ai-architect-overview.md).

# Atsign AI Architect Overview

## TL;DR

Atsign AI Architect is a visual blueprinting tool for designing secure apps and workflows. It interprets nodes, data flows, and agent relationships, then produces a prompt, which when run through an LLM, generates Dart/Flutter projects, Atsign Platform boilerplate, namespaces, key conventions, and multi‑agent patterns automatically.

Atsign AI Architect and the Atsign Platform were recently recognized in an independent Broadband‑Testing Report, earning the Broadband‑Testing Gold Award for delivering secure, zero‑attack‑surface AI applications. [Download the full report](https://exclusive.atsign.com/files/Atsign-Broadband-Testing-Report.pdf?_gl=1*zx2kav*_ga*NDAwMDcxNDkzLjE3NTA3OTYyMjI.*_ga_G3WJETCV6J*czE3ODA1OTMzNjYkbzE5NCRnMSR0MTc4MDU5MzM4MCRqNDYkbDAkaDA.) to read the evaluation and findings.\
\
The tool enforces best practices from Atsign Platform SDKs, including secure data storage, encrypted communication, and backend‑less architecture. Developers can iterate quickly by updating diagrams and regenerating code, ensuring consistency across teams and environments. AI Architect accelerates prototyping, reduces integration errors, and provides a repeatable, standards‑driven workflow for building distributed, privacy‑preserving applications.

{% embed url="<https://vimeo.com/1167932458?fe=ci&fl=sv&share=copy>" %}

For a deeper look at how AI Architect interprets your diagrams, see the [Nodes and Connections](/atsign-ai-architect/atsign-ai-architect-overview/nodes-and-connections.md) guide, which explains how components and data flows are defined in the canvas and how they map into the generated LLM prompt.


---

# 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.atsign.com/atsign-ai-architect/atsign-ai-architect-overview.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.
