Documentation / Intro

Documentation Map

v1.0 Beta

Quick navigation map of all ACE IDE documentation categories and pages.

AI Code Express (ACE) Editor + Terminal
Editor
import { runAgent } from "@bdl/ide";

const result = await runAgent("implement-docs-layout", {
  scope: "resources/views/homepage/docs.blade.php",
  checks: ["lint", "runtime", "visual-qa"],
});

console.log(result.summary);
$ php artisan serve INFO Server running on [http://127.0.0.1:8000] $ npm run docs:watch [vite] ready in 967ms [docs] indexed 18 pages $ php artisan test --filter=Docs PASS DocsLayoutTest PASS DocsFeedbackTest

Documentation Map

Use this page as a quick index to every major documentation area in ACE IDE.

What you can do with ACE IDE

Understand your code

Use agent context and semantic navigation to quickly map unfamiliar repositories.

Plan and ship features

Break features into scoped tasks, implement safely, and verify with focused checks.

Find and fix bugs

Trace failures with logs, terminal workflows, and AI-assisted root-cause investigation.

Intro

Setup

The Agent

Workspaces

Deep Tech

Privacy

Desktop IDE

Was this helpful?