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

# Introduction

> Lets start securing your AI!

<CardGroup cols={2}>
  <Card title="Jump right in: 5 minute Quickstart" icon="rocket" href="/user-guide/explore-mindgard-using-demo-models">
    Test a demo model. Explore how Mindgard works and see your first test results as soon as possible.
  </Card>

  <Card title="Your first test with Mindgard's CLI" icon="square-terminal" href="/user-guide/testing-via-cli">
    Get started using Mindgard's CLI to test your applications and models.
  </Card>
</CardGroup>

## Explore more

<CardGroup cols={2}>
  <Card title="Attack Library" icon="swords" href="/attack-library">
    An ever growing list of LLM/ML attack techniques
  </Card>

  <Card title="Remediations" icon="shield-check" href="/remediation-library">
    Get guidance on how to protect against different types of attack
  </Card>

  <Card title="SDK" icon="folder-code" href="/user-guide/python-sdk">
    Use Mindgard programmatically via our Python SDK
  </Card>

  <Card title="Command-line Reference" icon="square-terminal" href="/user-guide/cli-reference">
    All functions and options provided with Mindgard's command-line interface
  </Card>
</CardGroup>
