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

# Getting started

> Set up and configure Endor Labs to run your first project scan.

This guide walks you through logging in, exploring the product, and running your first scan. See [Endor Labs user interface](/introduction/endor-labs-ui) for more information on the main elements of the interface.

<Steps>
  <Step title="Log in to Endor Labs">
    <Tip>
      You need an Endor Labs account and a tenant to use Endor Labs.
    </Tip>

    Visit [https://app.endorlabs.com](https://app.endorlabs.com) to access the login page. You can sign in with the following options:

    * Google Workspace
    * GitHub
    * GitLab
    * Email Link
    * [Supported enterprise SSO providers](/platform-administration/rbac/authentication-providers/custom-identity-providers)
  </Step>

  <Step title="Navigate to Get Started">
    Select **User menu** > **Get Started** from the left sidebar to open the **Getting Started Checklist**.

    * Click **Start Scan** under **Scan a project** to connect your Git provider and scan your repositories for vulnerabilities, license risks, and dependency issues.
    * Click **Go to Findings** under **View and filter findings** to review findings after your scan completes.
    * Enter email addresses under **Invite your team** to give colleagues direct access to your trial.
    * Click **Explore Demo Sandbox** to explore Endor Labs capabilities.
  </Step>

  <Step title="Run demo in sandbox">
    Select **Explore Demo Sandbox** to view Endor Labs capabilities and explore its features in a read-only tenant. The sandbox lets you explore findings, policies, and dashboards before connecting your own repositories.
  </Step>

  <Step title="Start scan">
    You can start scanning your repositories using any of the following:

    **SCM integrations**

    * [GitHub Cloud App Pro](/setup-deployment/scm-integrations/github-app)
    * [GitLab App](/setup-deployment/scm-integrations/gitlab-app)
    * [Bitbucket Cloud](/setup-deployment/scm-integrations/bitbucket-cloud)
    * [Bitbucket Data Center](/setup-deployment/scm-integrations/bitbucket-datacenter-app)
    * [Azure App](/setup-deployment/scm-integrations/azure-app)

    **CLI**

    * [endorctl](/setup-deployment/cli/scan-using-endorctl)

    **CI/CD environments**

    * [GitHub Actions](/setup-deployment/ci-cd/scan-with-github-actions)
    * [GitLab CI](/setup-deployment/ci-cd/scan-with-gitlab)
    * [Azure DevOps](/setup-deployment/ci-cd/scan-with-azuredevops)
    * [Bitbucket Pipelines](/setup-deployment/ci-cd/scan-with-bitbucket)
    * [Jenkins](/setup-deployment/ci-cd/scan-with-jenkins)
    * [CircleCI](/setup-deployment/ci-cd/scan-with-circleci)
    * [Google Cloud Build](/setup-deployment/ci-cd/scan-with-google-cloud-build)
    * [Buildkite](/setup-deployment/ci-cd/scan-with-buildkite)
  </Step>

  <Step title="View and filter findings">
    To view and filter findings:

    1. Select **Findings** from the left sidebar or click **Go to Findings** to view all findings.
    2. Use the filters to refine your search and view findings by project, severity, or category.
    3. Click a finding to view its details and take action.
  </Step>
</Steps>
