# Agentiqa Docs - [Agent skill](/docs/agent-skill): Install the Agentiqa skill so a coding agent (Claude Code, etc.) knows how to drive Agentiqa across the CLI, apps, and GitHub Action. - [CI Integration](/docs/ci): The governed exit-code contract and JSON envelope for gating CI on Agentiqa runs and parsing the result. - [Desktop App](/docs/desktop-app): The full Agentiqa experience — an Electron app with a built-in headed browser. - [Desktop vs Web](/docs/desktop-vs-web): The web and desktop apps do the same job — the difference is a few things only the desktop app can do. - [Introduction](/docs): Agentiqa is an AI QA engineer for web apps — it explores your app in a real browser, proposes what to test, finds bugs, and reports them with evidence. - [Quickstart](/docs/quickstart): The fastest path to your first Agentiqa test — pick a surface and run. - [Troubleshooting](/docs/troubleshooting): Common issues running Agentiqa in the CLI, in CI, and against local targets — and how to fix them. - [Web App](/docs/web-app): Run Agentiqa in your browser — nothing to install, the browser runs in the cloud. - [CLI overview](/docs/cli): Run Agentiqa from the terminal with the agentiqa CLI — explore a URL or run saved test plans, locally or in CI. - [CLI reference](/docs/cli/reference): Every agentiqa command, flag, environment variable, and exit code — generated from the typed CLI schema. - [GitHub Action](/docs/github-action): Run your saved Agentiqa test plans in CI and gate the job on the result with the agentiqa/qa-action composite action. - [Action reference](/docs/github-action/reference): Inputs and outputs of the Agentiqa composite GitHub Action — generated from action.yml. - [Assistant (Explore)](/docs/guides/assistant): The agent's chat surface — describe what you want tested and curate what it proposes at three checkpoints. - [CLI Service Keys](/docs/guides/cli-service-keys): Project-scoped keys that authenticate the CLI and GitHub Action for unattended runs. - [Dashboard](/docs/guides/dashboard): See how your test plans are doing over time — runs per day by outcome, and a pass/fail history for every plan. - [Issues](/docs/guides/issues): Findings the agent reports — each with a screenshot and repro steps — plus the fix-and-retest loop. - [Labels](/docs/guides/labels): Tag test plans with project-scoped labels, then run just that subset from the CLI or GitHub Action. - [Projects](/docs/guides/projects): A project is a URL under test plus everything the agent learns about it — its map, findings, test plans, and memory. - [Runs & Run Detail](/docs/guides/runs): Every execution is recorded with per-step pass/fail, a verdict, video, and screenshots. - [Settings](/docs/guides/settings): Project and account configuration — target URL, credentials, memory, and CLI service keys. - [Test Plans](/docs/guides/test-plans): Saved, replayable test plans — today's exploratory findings become tomorrow's regression suite.