> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/cybersecurity/threat-analysis/scans.md).

# Scans

The **Scans** area centralizes the management and monitoring of security analyses performed on configured targets. In this area, you can track the progress of executions and configure new schedules.

### Overview

The cards at the top of the page provide a consolidated summary of activities:

* **Schedules:** Displays the total schedules configured in the system.
* **Partial Scan:** Number of scans started and not yet completed.
* **Complete Scan:** Number of completed scans.

### Target Scans List

The **Target Scans list** details each monitoring configuration.

* **Targets:** Identifies the name or IP address of the monitored target.
* **Schedule:** Identifies the frequency of the scan.
* **Scan Date:** Displays the time of the last scan or the scheduled date for the next scan.
* **Current Status:** Indicates the stage the process is in (e.g., Scheduled).
* **More options:** Clicking on the More Options icon (three vertical dots) to the right of each item gives you access to the following features:
  * **Edit Schedule:** Allows changing configurations, such as frequency or linked targets.&#x20;

{% hint style="warning" %}
You can only edit or delete with Scheduled status.
{% endhint %}

* **Delete Schedule:** Permanently removes the schedule from the system.&#x20;

{% hint style="danger" %}
This action is irreversible and stops any future automation for this target.
{% endhint %}

* **Edit Schedule:** Allows changing configurations, such as frequency or linked targets.&#x20;

### Search, Filters, and Refresh

Use the tools located in the upper right corner to manage and locate data quickly:

* **Search (Magnifying Glass):** Search for a specific target by typing the name or IP address and pressing Enter.
* **Filters:** Refine the list by combining criteria:
* **Status:** Filters by scan status (e.g., Completed).
* **Schedule:** Filters by scan frequency (e.g., Daily).
* **Refresh:** Allows viewing recent changes immediately, without the need to wait for the next automatic update.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.skyone.cloud/english/cybersecurity/threat-analysis/scans.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
