> For the complete documentation index, see [llms.txt](https://docs.ox.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ox.security/scan-and-analyze-with-ox/scanning/scanning-selected-repositories.md).

# Scanning Selected Repositories

Running a full scan triggers a system-wide process that consumes significant resources. During this time, the OX platform is partially unavailable. A selective scan is faster than a full scan. During the scan, you can view and filter applications in the Applications page.

Instead of waiting for the next scheduled scan or triggering a full scan across all applications, you can run a selective scan when you need to scan a specific application urgently.

For example, if you make changes to a repository during the day and want to scan it immediately, you can run a selective scan instead of scanning the entire organization.

> **Note:** You can use this option to scan only repositories that have already been scanned at least once.

When using selective scan, you can:

* Select up to five repositories.
* Include only code repository applications. Repository applications are those connected to source control systems such as GitHub, GitLab, Bitbucket, and so on.
* Review audit logs that record this scan activity for traceability.

**To scan selected repositories:**

1. In the **OX Security** platform, go to **Applications**.
2. Select up to 5 code repo applications and click the select repo scan button on the top bar.

<figure><img src="/files/yIxUtbVEEYX6qnfRiYrh" alt=""><figcaption></figcaption></figure>


---

# 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://docs.ox.security/scan-and-analyze-with-ox/scanning/scanning-selected-repositories.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.
