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

# Quickstart

> Get up and running with Odin in minutes

This guide walks you through the first things to do after logging in to Odin for the first time.

## 0. Accept terms of service

The first time your organisation uses Odin, an **Owner** must review and accept the platform agreements: the Master Services Agreement, the Data Processing Agreement, and the AI Services Addendum. This is a one-time step for the whole organisation.

Non-Owner members see a notice until this is done. See [Terms of Service](/getting-started/terms-of-service) for details.

## 1. Complete your profile

Click your avatar in the top-right corner and select **Profile**. Add your name and a photo. This helps your team identify who made changes and who's responsible for which findings.

## 2. Explore your attack surface

Go to **Attack Surface > Assets** in the sidebar. This page lists everything Odin has discovered about your organisation's internet-facing footprint: domains, subdomains, IPs, and APIs.

<Frame caption="The Assets view shows your organisation's discovered internet-facing footprint">
  <img src="https://mintcdn.com/borgresearchas/PosxlzFQ8VizB4Dq/images/platform/attack-surface-assets.png?fit=max&auto=format&n=PosxlzFQ8VizB4Dq&q=85&s=1a482bcbf8977d0fd5afddffd2377662" alt="Odin attack surface assets view showing discovered domains and IPs" width="2332" height="669" data-path="images/platform/attack-surface-assets.png" />
</Frame>

If you've just signed up, asset discovery may still be running. Check back in a few minutes.

## 3. Review your findings

Open **Findings** in the sidebar. Findings are security issues from your assets and pentest runs, sorted by severity.

<Tip>
  Use the severity filter to focus on **Critical** and **High** findings first.
</Tip>

## 4. Connect your integrations

Go to **Management > Integrations** to connect your issue tracker. Odin supports Linear, Jira, GitHub, and GitLab. Once connected, findings can be pushed directly to your engineering workflow with one click.

<CardGroup cols={2}>
  <Card title="Linear" icon="https://mintcdn.com/borgresearchas/QG7K8yi1Is1gz_Kz/images/linear-logo.svg?fit=max&auto=format&n=QG7K8yi1Is1gz_Kz&q=85&s=81de0953ddba5535a0f1a3ae0a20f096" href="/platform/integrations/linear" width="100" height="100" data-path="images/linear-logo.svg">
    Push findings to Linear
  </Card>

  <Card title="Jira" icon="https://mintcdn.com/borgresearchas/QG7K8yi1Is1gz_Kz/images/jira-logo.svg?fit=max&auto=format&n=QG7K8yi1Is1gz_Kz&q=85&s=568eb421942944a8069f9140a43a9232" href="/platform/integrations/jira" width="48" height="48" data-path="images/jira-logo.svg">
    Push findings to Jira
  </Card>

  <Card title="GitHub" icon="github" href="/platform/integrations/github">
    Push findings to GitHub Issues
  </Card>

  <Card title="GitLab" icon="gitlab" href="/platform/integrations/gitlab">
    Push findings to GitLab Issues
  </Card>
</CardGroup>

## 5. Run your first AI pentest

Go to **Security testing > Full pentests > Launch a pentest** to start the configuration wizard.

The wizard walks you through five steps:

1. Connect your GitHub repositories
2. Define your target URLs and verify connectivity
3. Select repositories and upload supporting documentation
4. Choose a Mjolnir tier
5. Verify domain ownership and launch

<Card title="Set up your first Mjolnir run" icon="bolt" href="/mjolnir/overview">
  Read the full Mjolnir setup guide
</Card>

## Need help?

If you get stuck at any point, reach out to us at [mail@borghq.io](mailto:mail@borghq.io). We're here to help.
