---
title: Quickstart
description: Guide a new reader through one useful workflow and show them how to verify it.
url: https://github-access-check.staging.thally.app/quickstart
---

# Quickstart

Guide a new reader through one useful workflow and show them how to verify it.

A strong quickstart produces one meaningful result. Replace the placeholders
below with the shortest supported path for your product.

## Before you begin

List only the requirements needed for this workflow:

- An account or credential, when required
- A supported runtime, device, browser, or operating system
- Permission to create or change the resource used in the example

    Give readers one recommended installation command.

    ```bash
    npm install your-package
    ```

    Include only the values needed for the first successful run.

    ```bash
    your-cli init
    ```

    Use a realistic example that produces an observable result.

    ```bash
    your-cli start
    ```

    State exactly what the reader should see and how to recover when it does not appear.

## Choose the next task

Link to the guide that naturally follows this result. Avoid ending the reader’s
journey with a generic list of every feature.