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

# Roadmap

> Upcoming priorities for GAIA

# Roadmap

Our focus for the next several releases, building GAIA as
the secure, local-first AI agent platform for AMD hardware.

<Info>
  **Vote on Features** — React with a thumbs-up on the GitHub issue for each item to help us prioritize.
</Info>

***

## Timeline

```mermaid theme={null}
%%{init: {'theme':'base', 'themeVariables': { 'primaryColor':'#E2A33E', 'primaryTextColor':'#1a1a1a', 'primaryBorderColor':'#A87B2D', 'lineColor':'#EFC480', 'secondaryColor':'#2d2d2d', 'tertiaryColor':'#f5f5f5', 'fontSize':'13px', 'fontFamily': 'system-ui, -apple-system, sans-serif'}}}%%
graph LR
    subgraph Shipped["Shipped"]
        V15("v0.15.x<br/><i>SDK, MCP Client,<br/>Agents, Linux</i>")
        V16("v0.16.0<br/><i>C++ Framework,<br/>Agent UI v1</i>")
        V172("v0.17.2<br/><i>Desktop Installer,<br/>Agent Registry</i>")
    end

    subgraph Current["In Progress"]
        V173("v0.17.3<br/><i>RAG Reliability,<br/>Security, Website</i>")
    end

    subgraph Near["Near-Term"]
        V18("v0.18.x<br/><i>Eval, Webapp,<br/>API Polish</i>")
        V19("v0.19.0<br/><i>Model Quality,<br/>Installer Polish</i>")
        V20("v0.20.0<br/><i>Memory, Email,<br/>Daily Briefs</i>")
    end

    subgraph Mid["Mid-Term"]
        V21("v0.21.0<br/><i>Voice-First,<br/>Vision, CUA</i>")
        V220("v0.22.0<br/><i>App Consolidation</i>")
        V22("v0.22.5<br/><i>C++ Production<br/>[OEM]</i>")
        V23("v0.23.0<br/><i>Autonomy, Home,<br/>Messaging</i>")
    end

    subgraph Later["Later"]
        V24("v0.24.0<br/><i>Hub, Skills,<br/>SMB, OEM</i>")
        V25("v0.25.0<br/><i>OS Agents<br/>[OEM]</i>")
    end

    V15 --> V16 --> V172 --> V173 --> V18 --> V19 --> V20 --> V21 --> V220 --> V22 --> V23 --> V24 --> V25

    style V15 fill:#555,stroke:#333,stroke-width:2px,color:#fff
    style V16 fill:#555,stroke:#333,stroke-width:2px,color:#fff
    style V172 fill:#555,stroke:#333,stroke-width:2px,color:#fff
    style V173 fill:#E2A33E,stroke:#A87B2D,stroke-width:2px,color:#1a1a1a
    style V18 fill:#EFC480,stroke:#E2A33E,stroke-width:2px,color:#1a1a1a
    style V19 fill:#EFC480,stroke:#E2A33E,stroke-width:2px,color:#1a1a1a
    style V20 fill:#EFC480,stroke:#E2A33E,stroke-width:2px,color:#1a1a1a
    style V21 fill:#EFC480,stroke:#E2A33E,stroke-width:2px,color:#1a1a1a
    style V220 fill:#EFC480,stroke:#E2A33E,stroke-width:2px,color:#1a1a1a
    style V22 fill:#EFC480,stroke:#E2A33E,stroke-width:2px,color:#1a1a1a
    style V23 fill:#EFC480,stroke:#E2A33E,stroke-width:2px,color:#1a1a1a
    style V24 fill:#2d2d2d,stroke:#555,stroke-width:2px,color:#fff
    style V25 fill:#2d2d2d,stroke:#555,stroke-width:2px,color:#fff

    style Shipped fill:transparent,stroke:#555,stroke-width:2px,stroke-dasharray: 5 5,color:#888
    style Current fill:transparent,stroke:#E2A33E,stroke-width:2px,stroke-dasharray: 5 5,color:#E2A33E
    style Near fill:transparent,stroke:#EFC480,stroke-width:2px,stroke-dasharray: 5 5,color:#EFC480
    style Mid fill:transparent,stroke:#EFC480,stroke-width:2px,stroke-dasharray: 5 5,color:#EFC480
    style Later fill:transparent,stroke:#555,stroke-width:2px,stroke-dasharray: 5 5,color:#888
```

***

## Shipped

### v0.17.2

<Check>April 2026</Check>

One-click desktop installers (Windows, macOS, Linux) with auto-update. Agent registry with custom agent builder — create agents through conversation or YAML manifests. MCP tool execution transparency in activity panel. RAG cache integrity verification. Cross-browser drag-and-drop document upload fix.

### v0.16.0

<Check>March 2026</Check>

C++ agent framework with docs, CI integration tests, and health agent. Agent UI v1 with chat, file browser, document indexing, and tool execution streaming. Lemonade install fixes.

### v0.15.4

<Check>February 2026</Check>

**MCPClientMixin** — connect any agent to MCP servers with auto-registered tools. JSON config deployment (`mcp_servers.json`). `gaia init --profile mcp` for one-command setup. VLM profile and structured extraction API.

### v0.15.3

<Check>February 2026</Check>

One-command installer scripts for Windows and Linux. MCP Client architecture refinements. Talk mode mic sensitivity and Lemonade URL fixes.

### v0.15.2

<Check>January 2026</Check>

SD Agent with terminal image preview. EMR dashboard improvements. Evaluation framework enhancements.

### v0.15.0

<Check>January 2026</Check>

SDK v1.0.0 — `Agent` base class, `@tool` decorator, `DatabaseMixin`, `OutputHandler` abstraction. Build any agent in \~50 lines. Medical Intake Agent as reference implementation. Linux support. Mintlify docs site.

### v0.14

<Check>December 2025</Check>

EMR agent with Electron dashboard. Blender agent (MCP-based 3D automation). Code agent gained 12 tool mixins and a multi-step orchestrator with plan/execute/replan loop.

### v0.13

<Check>November 2025</Check>

`MCPAgent` mixin and MCP bridge server — any agent can expose tools via JSON-RPC, any agent can consume external MCP servers. Docker agent shipped as first MCP-native agent.

### v0.12

<Check>October 2025</Check>

Jira agent with JQL template system. Docker agent. Refactored `Agent` into composable mixin architecture — `RAGToolsMixin`, `ShellToolsMixin`, `FileSearchToolsMixin`. This is the foundation all agents build on.

### v0.9–v0.11

<Check>July – September 2025</Check>

Chat agent with RAG pipeline (PDF chunking, FAISS vector search, 50+ file formats). Code agent with `FileIOToolsMixin`. Eval framework with batch experiments and ground-truth comparison. `LLMClientFactory` for multi-provider support (Lemonade, Claude, OpenAI).

### v0.1–v0.8

<Check>April 2024 – March 2025</Check>

Core platform: `LemonadeClient` for NPU/iGPU inference on Ryzen AI, `ChatSDK` (renamed to `AgentSDK` in v0.20.0) with model-aware prompt formatting (10+ model families), `WhisperASR` + `KokoroTTS` for voice, NSIS installer, `gaia` CLI entry point.

***

## v0.17.3 — RAG Reliability, Security & Website

**Status:** In progress — **Due: April 17, 2026**

Harden the RAG pipeline, ship security fixes, and launch the public website.

| Deliverable           | Description                                             | Issue                                          |
| --------------------- | ------------------------------------------------------- | ---------------------------------------------- |
| RAG cache security    | Replace pickle with JSON + HMAC verification            | [#768](https://github.com/amd/gaia/pull/768)   |
| RAG thread safety     | Fix concurrent index access                             | [#746](https://github.com/amd/gaia/pull/746)   |
| File-search alignment | Keep file count aligned with accessible results         | [#754](https://github.com/amd/gaia/pull/754)   |
| GAIA website          | Public site at amd-gaia.ai                              | [#169](https://github.com/amd/gaia/issues/169) |
| PDF robustness        | Handle password-protected and corrupted PDFs gracefully | [#451](https://github.com/amd/gaia/issues/451) |
| Indexing progress     | Visual feedback during document indexing                | [#591](https://github.com/amd/gaia/issues/591) |
| Installer fixes       | BOM and logger permission fixes                         | [#341](https://github.com/amd/gaia/pull/341)   |
| Username bug          | Support spaces in Windows usernames                     | [#40](https://github.com/amd/gaia/issues/40)   |

Detailed plan: [Desktop Installer](/docs/plans/desktop-installer) | [Security Model](/docs/plans/security-model)

***

## v0.18.x — Eval, Webapp Integration & API Polish

**Status:** Up next

Replace the eval framework, make GAIA embeddable in web applications, and harden the API.

### v0.18.0 — Agent Eval Benchmark — *Due: April 21*

| Deliverable                 | Description                                              | Issue                                          |
| --------------------------- | -------------------------------------------------------- | ---------------------------------------------- |
| Replace eval framework      | New eval runner, scorecard, scenario loading             | [#573](https://github.com/amd/gaia/issues/573) |
| Eval extensibility          | Plugin API for custom scenarios, scorers, document types | [#671](https://github.com/amd/gaia/issues/671) |
| Eval test coverage          | Tests for public API surface                             | [#673](https://github.com/amd/gaia/issues/673) |
| Eval documentation          | Scenario authoring, custom scoring, CI/CD integration    | [#670](https://github.com/amd/gaia/issues/670) |
| Legacy eval cleanup         | Remove \~9,200 lines of dead code                        | [#672](https://github.com/amd/gaia/issues/672) |
| Docs identity clarification | Clarify GAIA's identity and audience paths               | [#724](https://github.com/amd/gaia/issues/724) |

### v0.18.1 — Webapp Integration Support — *Due: April 25*

| Deliverable               | Description                                    | Issue                                          |
| ------------------------- | ---------------------------------------------- | ---------------------------------------------- |
| System prompt passthrough | Honor custom system prompts from API clients   | [#650](https://github.com/amd/gaia/issues/650) |
| Document indexing API     | Index documents via OpenAI-compatible endpoint | [#651](https://github.com/amd/gaia/issues/651) |
| API key authentication    | Optional auth for the API server               | [#630](https://github.com/amd/gaia/issues/630) |
| File System Agent         | Navigation, browsing, and scratchpad tools     | [#502](https://github.com/amd/gaia/issues/502) |

### v0.18.2 — API Readiness & UI Polish — *Due: April 30*

| Deliverable                | Description                                            | Issue                                          |
| -------------------------- | ------------------------------------------------------ | ---------------------------------------------- |
| Connector Hub Phase 1      | Catalog UI + Obsidian smoke test                       | [#736](https://github.com/amd/gaia/issues/736) |
| System prompt optimization | Reduce ChatAgent prompt from \~7,400 to \~4,000 tokens | [#719](https://github.com/amd/gaia/issues/719) |
| MCP security hardening     | Address MCP protocol vulnerabilities                   | [#94](https://github.com/amd/gaia/issues/94)   |
| Unbounded context fix      | Fix query context growth in chat sessions              | [#453](https://github.com/amd/gaia/issues/453) |
| Document processing tests  | Comprehensive RAG test suite                           | [#456](https://github.com/amd/gaia/issues/456) |
| Multi-session concurrency  | Support concurrent API clients                         | [#654](https://github.com/amd/gaia/issues/654) |
| Code base indexing         | Indexing engine for codebase search                    | [#656](https://github.com/amd/gaia/issues/656) |
| MCP test framework         | Tool calling reliability tests                         | [#709](https://github.com/amd/gaia/issues/709) |
| Lemonade UI feedback       | Model download, busy state, connection loss indicators | [#588](https://github.com/amd/gaia/issues/588) |

Detailed plan: [Agent UI](/docs/plans/agent-ui) | [Security Model](/docs/plans/security-model)

***

## v0.19.0 — Model Fine-Tuning & Agent Quality — *Due: May 5*

**Status:** Planned

Improve agent response quality through model optimization. Ship installer polish (silent install, code signing, setup wizard).

| Deliverable                 | Description                                                       | Issue                                          |
| --------------------------- | ----------------------------------------------------------------- | ---------------------------------------------- |
| Model quality optimization  | System prompt compression, sub-4B model eval, first SFT fine-tune | [#616](https://github.com/amd/gaia/issues/616) |
| Eval-to-training pipeline   | Convert agent eval results into GRPO training data                | [#666](https://github.com/amd/gaia/issues/666) |
| Unsloth integration         | QLoRA + GRPO fine-tuning on AMD consumer GPUs                     | [#667](https://github.com/amd/gaia/issues/667) |
| LoRA adapter library        | Per-agent adapters with hot-swap via Lemonade Server              | [#668](https://github.com/amd/gaia/issues/668) |
| Agent decomposition         | GaiaAgent (0.6B) orchestrates specialized sub-agents              | [#674](https://github.com/amd/gaia/issues/674) |
| Agent MCP Server            | Task creation, agent assignment, inter-agent communication        | [#675](https://github.com/amd/gaia/issues/675) |
| Silent install mode         | Unattended/silent installation for automated deployments          | [#614](https://github.com/amd/gaia/issues/614) |
| First-run setup wizard      | Guided onboarding: system scan, model download, first chat        | [#597](https://github.com/amd/gaia/issues/597) |
| Pre-configured distribution | Bundled distribution package                                      | [#711](https://github.com/amd/gaia/issues/711) |
| macOS code signing          | Apple Developer ID for notarization                               | [#733](https://github.com/amd/gaia/issues/733) |
| Windows code signing        | SignPath OSS for Windows installer signing                        | [#732](https://github.com/amd/gaia/issues/732) |

***

## v0.20.0 — Agent Memory & Bootstrap — *Due: May 12*

**Status:** Planned

The agent remembers you across sessions, learns your preferences, and gets smarter over time.

| Deliverable                   | Description                                                       | Issue                                                                                                                                          |
| ----------------------------- | ----------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| Rename ChatAgent to GaiaAgent | Core agent rename across codebase                                 | [#696](https://github.com/amd/gaia/issues/696)                                                                                                 |
| MemoryStore + MemoryMixin     | Persistent memory with long conversation handling (no compaction) | [#542](https://github.com/amd/gaia/issues/542), [#543](https://github.com/amd/gaia/issues/543), [#686](https://github.com/amd/gaia/issues/686) |
| Configuration dashboard       | Personality recipes, skills, MCP servers, tool management         | [#701](https://github.com/amd/gaia/issues/701), [#687](https://github.com/amd/gaia/issues/687)                                                 |
| Observability dashboard       | Audit trail, activity timeline, memory browser                    | [#697](https://github.com/amd/gaia/issues/697)                                                                                                 |
| Dynamic tool loading          | Load tools based on conversation context via memory               | [#688](https://github.com/amd/gaia/issues/688)                                                                                                 |
| Merge CodeAgent views         | File diff and tree views from CodeAgent to GaiaAgent              | [#695](https://github.com/amd/gaia/issues/695)                                                                                                 |
| Bootstrap onboarding          | Conversational persona interview + system discovery               | [#556](https://github.com/amd/gaia/issues/556), [#470](https://github.com/amd/gaia/issues/470)                                                 |
| Email + Calendar (MCP)        | Gmail and Google Calendar via MCP servers                         | [#660](https://github.com/amd/gaia/issues/660)                                                                                                 |
| Daily briefs                  | Morning digest of email, calendar, news, tasks                    | [#663](https://github.com/amd/gaia/issues/663)                                                                                                 |
| Hybrid model routing          | Route simple tasks to local, complex to cloud                     | [#632](https://github.com/amd/gaia/issues/632)                                                                                                 |
| BrowserToolsMixin             | Web browsing via Playwright (fallback for email/calendar)         | [#458](https://github.com/amd/gaia/issues/458)                                                                                                 |

Detailed plan: [Agent UI](/docs/plans/agent-ui) | [Email & Calendar](/docs/plans/email-calendar-integration) | [Setup Wizard](/docs/plans/setup-wizard)

***

## v0.21.0 — Multimodal, Voice & Desktop Vision — *Due: May 19*

**Status:** Planned

Voice-first interaction, vision, and desktop control powered by AMD NPU acceleration.

**Two target demographics:** Consumers (free, buying Ryzen AI hardware) and small businesses (privacy-first operations on Strix Halo).

| Deliverable                      | Description                                                      | Issue                                          |
| -------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------- |
| **Voice-first interaction (P0)** | Voice/text parity — mic in Agent UI, streaming ASR, TTS playback | [#702](https://github.com/amd/gaia/issues/702) |
| DesktopToolsMixin (CUA)          | Screenshot, mouse, keyboard control                              | [#460](https://github.com/amd/gaia/issues/460) |
| ComputerUseMixin                 | Workflow learning and replay                                     | [#544](https://github.com/amd/gaia/issues/544) |
| Multi-modal rendering            | Display images, audio, rich content inline in chat               | [#540](https://github.com/amd/gaia/issues/540) |
| Lemonade v10 integration         | Image, voice, and system tools via Lemonade                      | [#539](https://github.com/amd/gaia/issues/539) |
| Vision SDK document pipeline     | Multi-page document processing with VLM                          | [#325](https://github.com/amd/gaia/issues/325) |
| Voice agent demo                 | Memos, transcription, voice queries (ASR + TTS)                  | [#389](https://github.com/amd/gaia/issues/389) |
| Meeting notes capture            | Live transcription with speaker diarization, structured minutes  | [#700](https://github.com/amd/gaia/issues/700) |
| Financial tracking agent         | Budget monitoring, receipt processing                            | [#664](https://github.com/amd/gaia/issues/664) |

Detailed plan: [CUA](/docs/plans/cua) | [Vision SDK](/docs/plans/vision-sdk) | [Image Agent](/docs/plans/image-agent) | [Email & Calendar (meetings)](/docs/plans/email-calendar-integration)

***

## v0.22.0 — App Consolidation: Single Agent UI — *Due: May 26*

**Status:** Planned

Consolidate all standalone apps (Jira, Docker, Blender, Summarize, Code, EMR, SD) into the Agent UI as selectable agents. One app, one install, all capabilities.

| Deliverable        | Description                           | Issue                                          |
| ------------------ | ------------------------------------- | ---------------------------------------------- |
| Consolidation epic | Migrate standalone apps into Agent UI | [#759](https://github.com/amd/gaia/issues/759) |
| Jira app           | Consolidate Jira standalone app       | [#760](https://github.com/amd/gaia/issues/760) |
| Docker app         | Consolidate Docker standalone app     | [#761](https://github.com/amd/gaia/issues/761) |
| Summarize app      | Consolidate Summarize app             | [#763](https://github.com/amd/gaia/issues/763) |
| Blender agent      | Consolidate Blender agent             | [#764](https://github.com/amd/gaia/issues/764) |
| Code agent         | Consolidate Code agent (gaia-code)    | [#769](https://github.com/amd/gaia/issues/769) |
| EMR agent          | Consolidate EMR agent (gaia-emr)      | [#770](https://github.com/amd/gaia/issues/770) |
| SD agent           | Consolidate SD agent (gaia sd)        | [#771](https://github.com/amd/gaia/issues/771) |
| Homebrew           | Add GAIA to Homebrew for macOS        | [#767](https://github.com/amd/gaia/issues/767) |

***

## v0.22.5 — C++ Framework: Production Readiness \[OEM] — *Due: May 26*

**Status:** Planned

Make the native C++17 agent framework ready for OEM integration. Cancellation, event
callbacks, tool security policies, streaming, runtime configuration.

Detailed plan: [C++ Framework Docs](/docs/cpp)

***

## v0.23.0 — Autonomous Agent Infrastructure — *Due: June 2*

**Status:** Planned

GAIA becomes an always-on background agent that monitors, schedules, and acts proactively.

| Deliverable                       | Description                                                      | Issue                                                                                          |
| --------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
| Always-on agent (autonomy engine) | Heartbeat scheduler, event hooks, background service             | [#634](https://github.com/amd/gaia/issues/634)                                                 |
| System tray app                   | Process manager, status indicator, quick actions                 | [#643](https://github.com/amd/gaia/issues/643)                                                 |
| **Home Assistant (P0)**           | Voice-controlled smart home, 24/7 device management, automations | [#705](https://github.com/amd/gaia/issues/705)                                                 |
| **Unified communication hub**     | SMS + email + messaging in single prioritized feed in Agent UI   | [#703](https://github.com/amd/gaia/issues/703)                                                 |
| Messaging adapters                | Signal (privacy-first priority), Telegram, Discord, Slack        | [#635](https://github.com/amd/gaia/issues/635), [#693](https://github.com/amd/gaia/issues/693) |
| Messaging security                | Restricted default tool set, input sanitization, rate limiting   | [#689](https://github.com/amd/gaia/issues/689), [#690](https://github.com/amd/gaia/issues/690) |
| Encrypted credential vault        | Secure storage for API keys and OAuth tokens                     | [#698](https://github.com/amd/gaia/issues/698)                                                 |
| Email Triage Agent                | AI-powered inbox management (Tier 1 use case)                    | [#645](https://github.com/amd/gaia/issues/645)                                                 |
| Calendar Agent                    | AI-powered schedule management (Tier 2)                          | [#662](https://github.com/amd/gaia/issues/662)                                                 |
| Personal finance agent            | Bank aggregation, spending analysis — platform-enabled           | [#707](https://github.com/amd/gaia/issues/707)                                                 |
| Autonomous mode                   | Agent schedules follow-ups and acts proactively                  | [#555](https://github.com/amd/gaia/issues/555), [#550](https://github.com/amd/gaia/issues/550) |

Detailed plan: [Autonomy Engine](/docs/plans/autonomy-engine) | [Messaging](/docs/plans/messaging-integrations-plan) | [Email & Calendar](/docs/plans/email-calendar-integration) | [Security Model](/docs/plans/security-model)

***

## v0.24.0 — Agent Hub, Service Integration & Onboarding — *Due: June 9*

**Status:** Planned

The ecosystem layer: discover agents, install skills, manage models, bundle for OEMs.

| Deliverable                   | Description                                               | Issue                                          |
| ----------------------------- | --------------------------------------------------------- | ---------------------------------------------- |
| SKILL.md format specification | Skill definition with dashboard integration               | [#691](https://github.com/amd/gaia/issues/691) |
| Agent Manifest system         | Declarative metadata for agent capabilities               | [#462](https://github.com/amd/gaia/issues/462) |
| Dynamic Agent Registry        | Plugin discovery, replace hardcoded wiring                | [#463](https://github.com/amd/gaia/issues/463) |
| Skill marketplace             | Security tiers, AMD Verified seeding                      | [#647](https://github.com/amd/gaia/issues/647) |
| OpenClaw skill compatibility  | Migration tool for OpenClaw SKILL.md files                | [#692](https://github.com/amd/gaia/issues/692) |
| Model Manager UI              | Download, switch, update models from desktop app          | [#644](https://github.com/amd/gaia/issues/644) |
| OEM bundling framework        | Pre-configuration for hardware SKUs                       | [#648](https://github.com/amd/gaia/issues/648) |
| Cost savings telemetry        | Show users what they save running locally                 | [#649](https://github.com/amd/gaia/issues/649) |
| Personal CRM                  | AI-managed contact profiles with per-person tone matching | [#704](https://github.com/amd/gaia/issues/704) |
| **Small business features**   | Invoicing, customer management, compliance on Strix Halo  | [#708](https://github.com/amd/gaia/issues/708) |
| Teams messaging adapter       | Microsoft Teams for enterprise users                      | [#694](https://github.com/amd/gaia/issues/694) |
| Legal research agent          | Document analysis with RAG (Tier 2)                       | [#699](https://github.com/amd/gaia/issues/699) |
| Auto-install MCP servers      | Detect tools and install MCP servers during onboarding    | [#474](https://github.com/amd/gaia/issues/474) |

Detailed plan: [Agent Hub](/docs/plans/agent-hub) | [Skill Format](/docs/plans/skill-format) | [OEM Bundling](/docs/plans/oem-bundling) | [Setup Wizard](/docs/plans/setup-wizard)

***

## v0.25.0 — OS Agents: MCP Servers \[OEM] — *Due: June 16*

**Status:** Planned

OS-level intelligence via native MCP servers for process, network, storage, power,
security, gaming, productivity, and backup management.

***

## How We Prioritize

| How You Can Influence                                       | What It Affects    |
| ----------------------------------------------------------- | ------------------ |
| Vote on [GitHub issues](https://github.com/amd/gaia/issues) | Feature priority   |
| Share your use case                                         | What we build next |
| Report bugs                                                 | What we fix first  |
| Contribute PRs                                              | Faster delivery    |

***

## Get Involved

<CardGroup cols={3}>
  <Card title="Report Issues" icon="bug" href="https://github.com/amd/gaia/issues">
    Found a bug or have a feature request?
  </Card>

  <Card title="Contribute" icon="code-pull-request" href="https://github.com/amd/gaia/blob/main/CONTRIBUTING.md">
    Help build GAIA
  </Card>

  <Card title="Share Your Use Case" icon="envelope" href="mailto:gaia@amd.com">
    Tell us how you're using GAIA
  </Card>
</CardGroup>

***

*Updated: April 13, 2026*
