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

# Trickest Platform Documentation

<div
  style={{
position: 'relative',
width: '100%',
height: '250px',
overflow: 'hidden',
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
justifyContent: 'center',
backgroundImage: 'url("https://res.cloudinary.com/db14crach/image/upload/v1726875480/new-docs/library/modules-release_ghijaq.png")',
backgroundSize: 'cover',
backgroundPosition: 'center',
margin: '0 0 2rem 0'
}}
>
  <h1
    style={{
fontSize: '2.75rem',
fontWeight: '700',
color: '#fff',
textAlign: 'center',
margin: '0 0 1rem 0',
textShadow: '0 2px 4px rgba(0,0,0,0.3)'
}}
  >
    Welcome to Trickest Documentation
  </h1>

  <p
    style={{
fontSize: '1.25rem',
color: '#fff',
textAlign: 'center',
margin: '0',
maxWidth: '800px',
padding: '0 1rem',
textShadow: '0 1px 2px rgba(0,0,0,0.3)'
}}
  >
    Learn how to visualize, operate, and scale offensive security workflows.
  </p>
</div>

<div
  style={{
maxWidth: '900px',
margin: '0 auto',
padding: '0 1.5rem',
}}
>
  <CardGroup cols={2}>
    <Card
      title="Key Concepts"
      icon="lightbulb"
      href="/docs/key-concepts/introduction"
      style={{
    borderRadius: '8px',
    transition: 'transform 0.2s',
    ':hover': { transform: 'translateY(-2px)' }
  }}
    >
      Core concepts that power the Trickest platform.
    </Card>

    <Card
      title="Library"
      icon="graduation-cap"
      href="/docs/library/introduction"
      style={{
    borderRadius: '8px',
    transition: 'transform 0.2s',
    ':hover': { transform: 'translateY(-2px)' }
  }}
    >
      Check out Trickest Library and its tools, scripts, modules, and workflows.
    </Card>

    <Card
      title="How-to Guides"
      icon="book"
      href="/docs/using-the-app/introduction"
      style={{
    borderRadius: '8px',
    transition: 'transform 0.2s',
    ':hover': { transform: 'translateY(-2px)' }
  }}
    >
      Step-by-step guides for workflows, database management, and access control.
    </Card>

    <Card
      title="Changelog"
      icon="rocket"
      href="/docs/releases/changelog"
      style={{
    borderRadius: '8px',
    transition: 'transform 0.2s',
    ':hover': { transform: 'translateY(-2px)' }
  }}
    >
      Learn about new releases.
    </Card>

    <Card
      title="Community"
      icon="discord"
      href="/docs/community"
      style={{
    borderRadius: '8px',
    transition: 'transform 0.2s',
    ':hover': { transform: 'translateY(-2px)' }
  }}
    >
      Join the Trickest community on Discord.
    </Card>

    <Card
      title="Blog"
      icon="newspaper"
      href="/docs/blog"
      style={{
    borderRadius: '8px',
    transition: 'transform 0.2s',
    ':hover': { transform: 'translateY(-2px)' }
  }}
    >
      Read the latest updates and posts on our blog.
    </Card>
  </CardGroup>
</div>
