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

# Getting Started

> This page helps you quickly navigate to the right resources based on what you want to accomplish.

## Overview

```mermaid theme={null}
graph LR
    Start[What do you need?]

    Start --> License[License Dataset<br/>Component Identification<br/>& Compliance]
    Start --> Crypto[Encryption Dataset<br/>Algorithm Detection]
    Start --> Security[Security Dataset<br/>Vulnerability Management]
    Start --> Process[Process & Integrations<br/>CI/CD Automation]

    %% Clickable nodes
    click License "https://scanoss.mintlify.app/en/latest/poc/license-dataset/overview" "View License Dataset"
    click Crypto "https://scanoss.mintlify.app/en/latest/poc/encryption-dataset/overview" "View Encryption Dataset"
    click Security "https://scanoss.mintlify.app/en/latest/poc/security-dataset/overview" "View Security Dataset"
    click Process "https://scanoss.mintlify.app/en/latest/poc/process-integrations/overview" "View Process & Integrations"

    %% Styling
    style Start fill:#4A90E2,stroke:#2E5C8A,stroke-width:3px,color:#fff
    style License fill:#66BB6A,stroke:#43A047,stroke-width:2px,color:#fff
    style Crypto fill:#AB47BC,stroke:#8E24AA,stroke-width:2px,color:#fff
    style Security fill:#EF5350,stroke:#E53935,stroke-width:2px,color:#fff
    style Process fill:#26A69A,stroke:#00897B,stroke-width:2px,color:#fff
```

## Complete SCANOSS Guide

Follow this guide to evaluate all SCANOSS capabilities for your organisation.

```mermaid theme={null}
graph TD
    Step1[Step 1:<br/>Desktop Integration] --> Step2[Step 2:<br/>CI/CD Integration]
    Step2 --> Step3[Step 3:<br/>Advanced Analysis]
    Step3 --> Step4[Step 4:<br/>Continuous Monitoring]

    style Step1 fill:#66BB6A,stroke:#43A047,stroke-width:3px,color:#fff
    style Step2 fill:#26A69A,stroke:#00897B,stroke-width:2px,color:#fff
    style Step3 fill:#AB47BC,stroke:#8E24AA,stroke-width:2px,color:#fff
    style Step4 fill:#EF5350,stroke:#E53935,stroke-width:2px,color:#fff

    %% Add links to nodes
    click Step1 "https://scanoss.mintlify.app/en/latest/poc/desktop-integration" "Go to Local Testing docs"
    click Step2 "https://scanoss.mintlify.app/en/latest/poc/cicd-integration" "Learn about CI/CD Integration"
    click Step3 "https://scanoss.mintlify.app/en/latest/poc/advanced-analysis" "Advanced Analysis Guide"
    click Step4 "https://scanoss.mintlify.app/en/latest/poc/continuous-monitoring" "Continuous Monitoring Setup"

```

### [Desktop Integration](desktop-integration)

Start by testing SCANOSS locally on your development machine:

1. **Install [SCANOSS-PY](license-dataset/snippet-detection/scanoss-py)** and [SCANOSS-CC](license-dataset/snippet-detection/scanoss-cc)
2. **Navigate to your project directory**
3. **Run a scan** with [SCANOSS-PY](license-dataset/snippet-detection/scanoss-py#getting-started) or [SCANOSS-CC](license-dataset/snippet-detection/scanoss-cc#getting-started)
4. **Declare components** using [SCANOSS-CC](license-dataset/snippet-detection/scanoss-cc#gui-workflow) or [SCANOSS Settings](license-dataset/scanoss-settings)
5. **Setup [Pre-Commit Hooks](license-dataset/snippet-detection/pre-commit-hooks)**
6. **Test pre-commit** by making a commit

### [CI/CD Integration](cicd-integration)

Automate scanning in your CI/CD pipeline:

1. **Setup [GitHub Actions](process-integrations/github-actions)** workflow
2. **Configure API secrets**
3. **Set trigger events** (push, pull requests)
4. **Define [compliance policies](process-integrations/github-actions#policy-checks)**
5. **Review scan results**
6. **Download SBOMs** from workflow artifacts

### [Advanced Analysis](advanced-analysis)

Extend your analysis with encryption and security scanning:

1. **Run [encryption scan](encryptiony-dataset/overview)** to detect algorithms
2. **Review detected cryptographic implementations**
3. **Run [vulnerability scan](ecurity-dataset/overview)** to identify CVEs
4. **Assess risk levels** for detected vulnerabilities
5. **Export comprehensive reports** using [SBOM Workbench](license-dataset/sbom-creation/sbom-workbench)

### [Continuous Monitoring](continuous-monitoring)

Establish ongoing monitoring and compliance:

1. **Integrate with [Dependency Track](process-integrations/dependency-track)** for continuous monitoring
2. **Track vulnerabilities and components** over time
3. **Setup [ORT Integration](process-integrations/ort-integration)** for compliance automation
4. **Define policy rules** for your organization
5. **Generate compliance reports** automatically
6. **Monitor alerts** and prioritize remediation

## Explore by Section

* [License Dataset](license-dataset/overview) - Component Identification & Compliance
* [Encryption Dataset](encryption-dataset/overview) - Algorithm Detection
* [Security Dataset](security-dataset/overview) - Vulnerability Management
* [Process & Integrations](process-integrations/overview) - CI/CD Automation
