# AI Architect

- [AI Architect Overview](https://docs.atsign.com/ai-architect/ai-architect-overview.md): An overview of AI Architect
- [Nodes and Connections](https://docs.atsign.com/ai-architect/ai-architect-overview/nodes-and-connections.md): Not sure when to use what? Here are a few quick guidelines to help you choose:
- [AI Architect Walkthroughs](https://docs.atsign.com/ai-architect/ai-architect-walkthroughs.md): Choose a walkthrough to learn how to design, structure, and generate LLM‑ready prompts using AI Architect.
- [Getting Started with AI Architect](https://docs.atsign.com/ai-architect/ai-architect-walkthroughs/getting-started-with-ai-architect.md): This walkthrough guides you through loading a Blueprint and exporting a prompt using AI Architect, then using that blueprint to generate and run an atPlatform app in your IDE.
- [How to Think When Creating a Blueprint](https://docs.atsign.com/ai-architect/ai-architect-walkthroughs/how-to-think-when-creating-a-blueprint.md): This tutorial walks you through growing a simple grocery list app into something useful with AI Architect.
- [Release Notes](https://docs.atsign.com/ai-architect/release-notes.md): This page summarizes the latest features and bug fixes to help you understand what has changed in each release.


---

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