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

# Introduction

> Welcome to the Ghost Security documentation site

The Ghost Security platform is an advanced application security analysis platform powered by the [Exorcist](/exorcist) engine.

## What makes Ghost unique?

Ghost was designed from the ground up to provide deep contextual security analysis of modern web applications and APIs.

<CardGroup cols={2}>
  <Card title="Contextual Analysis" icon="chart-network">
    Lack of context is the fatal flaw of legacy tools. The Ghost analysis engine was built to solve this problem.
  </Card>

  <Card title="Detect Logic Vulnerabilities" icon="spider">
    Detect complex logic flaws in your code that are often missed by traditional tools
  </Card>

  <Card title="Detect Authorization Flaws" icon="shield-xmark">
    Detect authorization flaws in your code that are difficult or impossible to detect with static analysis.
  </Card>

  <Card title="More Signal, Less Noise" icon="signal-stream">
    Ghost is designed to provide more signal, less noise. Are false positives killing your team? Try Ghost today.
  </Card>
</CardGroup>

## Setting up

Getting up and running with Ghost takes just a few minutes.

<Steps>
  <Step title="Connect">Start by connecting your source code repositories to Ghost.</Step>
  <Step title="Scan">Enable scanning by the Ghost Exorcist engine.</Step>
  <Step title="Invite">Invite your team members to join your Ghost account.</Step>
  <Step title="Automate">Create an API key and build custom integrations with Ghost.</Step>
</Steps>

Read more about how we leverage [Contextual Analysis](/context) and the
[Exorcist engine](/exorcist) to find complex logic flaws.
