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

# Strikepoint user manual

> Learn how to navigate the Strikepoint dashboard, run engagements, manage reports, and handle account security.

export function VisibilityNote({children}) {
  return <Callout type="info">
      <strong>Visibility note:</strong> {children}
    </Callout>;
}

export function PermissionRequired({label = "Permission required", children}) {
  return <Callout type="warning">
      <strong>{label}:</strong> {children}
    </Callout>;
}

# Strikepoint user manual

Strikepoint is the authenticated workspace for managing customers, engagements, findings, reports, teams, operators, and embedded security tools.

This manual is written for real dashboard users. It explains what each area is for, what access is required, and how to complete the most common jobs without guessing from the UI.

<VisibilityNote>
  Dashboard access depends on your role and permissions. You may see fewer pages or fewer buttons than another user in the same organization.
</VisibilityNote>

## What this manual covers

* How the **Dashboard** and left-hand navigation are organized
* How to work with **Customers**, **Engagements**, **Findings**, **Endpoints**, and **Reports**
* How to coordinate **Report review**, **Remediation**, and **Portal publishing**
* How to use **Teams**, **Team Members**, **Playbooks**, **Tools**, and the **Integrations Registry**
* How to manage **Account Settings**, **Two-Factor Authentication**, **Alerts**, and **Support**
* How to complete the highest-value workflows:
  * create and run an engagement
  * draft and export a report
  * review and publish to the customer portal

## Start with these guides

<Columns cols={2}>
  <Card title="Get started" href="/getting-started">
    Learn the dashboard layout, common permission patterns, and the fastest way to orient a new user.
  </Card>

  <Card title="Dashboard overview" href="/dashboard/overview">
    See what each sidebar destination is for before you go deep into feature-specific pages.
  </Card>

  <Card title="Create and run an engagement" href="/workflows/create-and-run-an-engagement">
    Follow the full engagement path from customer setup through findings, endpoints, and reporting handoff.
  </Card>

  <Card title="Draft and export a report" href="/workflows/draft-and-export-a-report">
    Learn the report flow from draft creation through review, PDF export, and portal publishing.
  </Card>

  <Card title="Review and publish to the portal" href="/workflows/review-and-publish-to-portal">
    Coordinate report review, clear publish blockers, and deliver customer-visible snapshots.
  </Card>

  <Card title="Customer portal" href="/dashboard/customer-portal">
    Understand how published findings and reports appear to customers at `/portal`.
  </Card>
</Columns>

## How to read access notes

<PermissionRequired label="Permission required">
  The page or action depends on a specific permission such as viewing engagement details, editing findings, or generating reports.
</PermissionRequired>

When a page is broadly visible but one action is restricted, this manual labels the action directly instead of hiding it.
