> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/code-scanning/local-code-scanning/local-scanning-in-existing-scm-integrated-workspaces.md).

# Local Scanning in Existing SCM-Integrated Workspaces

{% hint style="info" %}
This functionality is not by default enabled. Contact the Aikido team for more info.
{% endhint %}

You can use the Local Scanning functionality directly within SCM-integrated workspaces, i.e. those connected to GitHub, GitLab (self-managed), Bitbucket, or Azure DevOps.

### Prerequisites <a href="#prerequisites" id="prerequisites"></a>

Before setting up local scanning, ensure the following:

* You are on an **Aikido Pro Plan**.
* **Local scanning functionality is activated** by contacting the Aikido team.

### Local scanning setup <a href="#local-scanning-setup" id="local-scanning-setup"></a>

**Step 1**: Open your existing Aikido workspace (GitHub, GitLab, etc)

**Step 2**: Go to [General Settings](https://app.aikido.dev/settings/account) and click Local Scan Setup

![Workspace Info page with "Local Scan Setup" button highlighted for configuration.](/files/qQ8SZErmGilxc3CRczmt)

**Step 3**: Complete the Local Scanning Setup by downloading the binary and generating a token.

![Local Scanning Setup: Download binary, generate token, and follow instructions for configuration.](/files/KXjURuAWJohvJoU2tgLh)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.aikido.dev/code-scanning/local-code-scanning/local-scanning-in-existing-scm-integrated-workspaces.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
