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

# Introduction

> Welcome to the FMP Back Office documentation — your internal guide for managing penetration testing reports, findings, and team operations.

## Welcome to the FMP Back Office

The Back Office is used for managing penetration testing projects, reports, findings, and team operations. This documentation covers all screens and features available to each role.

## Roles Overview

The back office has three user roles, each with different levels of access:

<Columns cols={3}>
  <Card icon="shield" title="Admin">
    Full system access, including user management and all administrative functions.
  </Card>

  <Card icon="pen-to-square" title="Editor">
    Content management access — can create and edit reports, findings, and templates.
  </Card>

  <Card icon="eye" title="User">
    Access to personal reports and retests, plus utility tools.
  </Card>
</Columns>

<Card icon="lock" horizontal href="/backoffice/roles-and-permissions" title="Roles & Permissions">
  See the full breakdown of what each role can access.
</Card>

## Getting Started

<Columns cols={2}>
  <Card icon="right-to-bracket" href="/backoffice/authentication" title="Sign In">
    Learn how to log in and manage your session.
  </Card>

  <Card icon="chart-pie" href="/backoffice/dashboard" title="Dashboard">
    Understand the dashboard and quick actions.
  </Card>

  <Card icon="file-lines" href="/backoffice/reports" title="Reports">
    Create and manage penetration test reports.
  </Card>

  <Card icon="wrench" href="/backoffice/tools" title="Tools">
    Access utility tools like the OWASP calculator and generators.
  </Card>
</Columns>

## Content Management

Manage the templates and data used across reports.

<Columns cols={2}>
  <Card icon="magnifying-glass" href="/backoffice/findings" title="Findings">
    Manage the findings library.
  </Card>

  <Card icon="thumbs-up" href="/backoffice/findings-recommendations" title="Findings Recommendations">
    Manage recommendations linked to specific findings.
  </Card>

  <Card icon="bolt" href="/backoffice/conclusions" title="Conclusions">
    Manage report conclusion templates.
  </Card>

  <Card icon="shield-halved" href="/backoffice/recommendations" title="Report Recommendations">
    Manage generic report recommendations.
  </Card>

  <Card icon="circle-check" href="/backoffice/report-results" title="Report Results">
    Manage test result categories.
  </Card>

  <Card icon="clipboard-check" href="/backoffice/checklists" title="Checklists">
    Manage security testing checklists.
  </Card>
</Columns>

## Administration

<Columns cols={2}>
  <Card icon="users" href="/backoffice/users-management" title="Users Management">
    Manage user accounts and roles (Admin only).
  </Card>

  <Card icon="file" href="/backoffice/event-log" title="Event Log">
    View the system audit trail.
  </Card>

  <Card icon="chart-bar" href="/backoffice/statistics" title="Statistics">
    View system-wide analytics (Admin only).
  </Card>

  <Card icon="gear" href="/backoffice/settings" title="Settings">
    Manage your profile and preferences.
  </Card>
</Columns>
