> ## Documentation Index
> Fetch the complete documentation index at: https://docs.architect.new/llms.txt
> Use this file to discover all available pages before exploring further.

# How It Works

> Architect looks deceptively simple. Under the hood, it provides granular controls for execution strategy, data injection, and aesthetic design.

<Frame>
  <img src="https://mintcdn.com/lyzr-636197f6/ovfCHnLxUzSFcJMI/images/architect-homepage-zoomed.png?fit=max&auto=format&n=ovfCHnLxUzSFcJMI&q=85&s=66c5e893690a12a4f9eacc7181cbd9c3" alt="Main Interface" width="1668" height="976" data-path="images/architect-homepage-zoomed.png" />
</Frame>

## Context Injection (RAG)

Your app shouldn't be empty. Ground your agents in your own proprietary data using the **Attach** feature.

* **Unstructured Data (PDF/Docx):** Automatically chunked and embedded into a Vector Database for semantic search.
* **Structured Data (CSV/Excel):** Loaded into a dataframe for the Data Analyst agent to query and visualize.

<Frame>
  <img src="https://mintcdn.com/lyzr-636197f6/ovfCHnLxUzSFcJMI/images/homepage-add-files.png?fit=max&auto=format&n=ovfCHnLxUzSFcJMI&q=85&s=d42667bd9b2b08b91d123cd6d0826c56" alt="Attachment Interface" width="1684" height="1078" data-path="images/homepage-add-files.png" />
</Frame>

## Visual Personality

Architect doesn't just generate code; it designs it. The Theme Engine injects a specific design system (Tailwind Config + Fonts) into the generated code.

<CardGroup cols={2}>
  <Card title="Heritage Premium">
    Serif-heavy, warm backgrounds. Best for editorial, legal, or premium SaaS.
  </Card>

  <Card title="Heritage Dark">
    High-contrast, developer-focused aesthetic. Best for dashboards.
  </Card>
</CardGroup>

<Frame>
  <img src="https://mintcdn.com/lyzr-636197f6/ovfCHnLxUzSFcJMI/images/homepage-select-theme.png?fit=max&auto=format&n=ovfCHnLxUzSFcJMI&q=85&s=6608389c5c19606dda75d35154d8061f" alt="Theme Selector" width="1684" height="1078" data-path="images/homepage-select-theme.png" />
</Frame>

## Prompt Library

Struggling to articulate your requirements? Architect provides a context-aware Prompt Library accessible from the homepage sidebar. These are pre-engineered prompts known to produce high-quality agentic workflows.

<Frame>
  <img src="https://mintcdn.com/lyzr-636197f6/ovfCHnLxUzSFcJMI/images/prompt_library.png?fit=max&auto=format&n=ovfCHnLxUzSFcJMI&q=85&s=03ff854c12de070754181a76da22da07" alt="Templates" width="2940" height="1666" data-path="images/prompt_library.png" />
</Frame>

## Add Studio Agents

Already have agents built in Lyzr Studio? You don't need to rebuild them. Architect lets you import any existing Studio agent directly into your app, so you can compose new experiences on top of work you've already done.

<Frame>
  <img src="https://mintcdn.com/lyzr-636197f6/ovfCHnLxUzSFcJMI/images/homepage-import-agent.png?fit=max&auto=format&n=ovfCHnLxUzSFcJMI&q=85&s=b13c34a4abf8c0fdfff96b489313990d" alt="Add studio agents option in the homepage menu" width="2940" height="1460" data-path="images/homepage-import-agent.png" />
</Frame>

From the `+` menu on the homepage, select **Add studio agents** to browse and pick from your existing agents. Architect wires the selected agent into the app it generates, so your custom prompts, tools, and knowledge bases carry over as-is.

<Frame>
  <img src="https://mintcdn.com/lyzr-636197f6/ovfCHnLxUzSFcJMI/images/import-studio-agent.png?fit=max&auto=format&n=ovfCHnLxUzSFcJMI&q=85&s=828aef7120874949517be3d81f4cff3c" alt="Choose Agent modal showing the list of existing Studio agents" width="2940" height="1668" data-path="images/import-studio-agent.png" />
</Frame>
