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

# Introduction

> Core concepts that power the Trickest platform and how they work together.

## Overview

Managing and executing offensive security tooling has become increasingly complex. The traditional approach of finding or building tools, installing them locally or on external infrastructure, and wiring them together manually is slow, error prone, and difficult to scale.

Trickest addresses these challenges through a workflow-based architecture built on five core concepts:

* How you organize work
* How you build automation
* What building blocks you use
* How you store and analyze results
* How you run and scale execution

## Why Key Concepts Matter

This section helps you build a clear mental model of the platform. Key Concepts reduce confusion by answering "what is X?" and "how does X relate to Y?" in one place.

On this page you will learn the main concepts that power the Trickest platform and how they work together to build and deploy offensive security workflows at scale.

## Explore Key Concepts

<CardGroup cols={2}>
  <Card title="Workspaces & Projects" icon="rectangle" href="/docs/key-concepts/workspaces-and-projects">
    Organize your work using workspaces and projects to keep workflows, teams, and clients structured.
  </Card>

  <Card title="Workflows" icon="diagram-project" href="/docs/key-concepts/workflows">
    Build automation by connecting nodes in visual workflows that define your security processes.
  </Card>

  <Card title="Building Blocks" icon="cube" href="/docs/key-concepts/building-blocks/introduction">
    Use scripts, tools, and modules as the executable components that power your workflows.
  </Card>

  <Card title="Solutions & Database" icon="gem" href="/docs/key-concepts/solutions-database">
    Store, query, and analyze results with Solutions and their integrated datasets.
  </Card>

  <Card title="Machines & Fleet" icon="gear" href="/docs/key-concepts/machines-and-fleet">
    Execute workflows on managed or self-hosted machines and scale across your fleet.
  </Card>
</CardGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="How-to Guides" icon="book" href="/docs/using-the-app/introduction">
    Step-by-step guides for workflows, database, users, and more.
  </Card>

  <Card title="Navigating the Editor" icon="diagram-project" href="/docs/using-the-app/workflow-and-executions/navigating-the-editor">
    Learn the workflow editor layout and how to inspect runs.
  </Card>

  <Card title="Building and Debugging a Workflow" icon="code" href="/docs/using-the-app/workflow-and-executions/building-and-debugging-a-workflow">
    Add nodes, configure them, and run workflows.
  </Card>
</CardGroup>
