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

# Introduction

> Amplify Console is an agentic AI platform for security analysis.

## What is Console?

Console is Amplify Security's agentic AI platform for security analysis. It runs as an interactive
terminal application that uses AI agents to reason about your codebase, surface security findings,
and help your team understand and remediate vulnerabilities.

<Note>
  Console is currently in alpha, undergoing rapid development. Contact
  [support@amplify.security](mailto:support@amplify.security) if you would like to try it out and
  work with us to help our project come to fruition!
</Note>

## How it works

Console operates as an interactive chat session in your terminal. The AI agent has access to your
connected repositories and Amplify platform data, allowing it to answer questions about your
security posture, investigate specific findings, and guide remediation.

## Get started

<CardGroup cols={2}>
  <Card title="Installation" icon="terminal" href="/install-console">
    Install Console on Linux or macOS.
  </Card>
</CardGroup>
