# Scheduled Scan Frequencies

Aikido provides default scanning frequencies for various components to ensure security and performance. Here, you'll learn about these scanning defaults and how to change them.

{% hint style="info" %}
Aikido also runs in real time in the IDE on every save, and on every push or pull request via PR gating. The settings below control the scheduled re-scan that runs in addition.
{% endhint %}

### Scanning Frequencies <a href="#scanning-frequencies" id="scanning-frequencies"></a>

* By default, for all paid plans, Aikido does **daily** scans for open-source dependencies, SAST, IaC, secrets, cloud, containers, and Front-End Domains.
* Domains scanned with Hosted Domains and APIs are by default done **twice a week** as this has a higher load on your system.
* In case you quickly want to verify whether a fix was implemented correctly, you can trigger a **manual scan** by clicking 'Start Scan' in the UI.

  ![Repositories page showing 9 active repos and a prominent "Start Scan" button.](/files/QaeSRwCGlgWXzitzsq9b)

> Workspaces on a free plan are scanned every 3 days, and users cannot trigger scans manually. Hosted domains are scanned once a week.

### Changing Scanning Frequency <a href="#changing-scanning-frequency" id="changing-scanning-frequency"></a>

In case you want to change your scanning frequency, you can do this by going to [Advanced Settings](https://app.aikido.dev/settings/advanced) (admins only) and click **Change Scanning Frequency**.

![Set automated scan frequency: daily, every 3 days, weekly, or monthly.](/files/m1SGMrXqWAqVVe2aU2kG)


---

# Agent Instructions: 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/miscellaneous/scanning-frequencies.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.
