# Projects

The ***Projects*** page provides a centralized view of all scanned and monitored projects across your organization. This dashboard is essential for tracking vulnerabilities and overall risk posture.

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

### Statistics Summary

There are metrics at the top of the page that give an at-a-glance view of the current security status across all projects:

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

* **Total Projects**: Total number of monitored repositories.
* **Total Malware and Vulnerabilities**:
  * ☠️ **Malware Detected**
  * 🔴 **High and Critical Severity Issues**
  * 🟠 **Medium Severity Issues**
  * 🟡 **Low Severity Issues**

### Repository Management

Use the **Manage Repositories** button to acces the [***Manage Scans***](/xygeni-products/scan-management/managed-scans.md) tab directly to:

* Add or remove monitored repositories.
* Configure integrations (e.g., GitHub, GitLab).

### Scanning

From the **Projects** tab you can also scan each project:

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

* **Scan Now**: Manually via the **Scan Now** button.

### Filters and Search

You can narrow down results using several filters:

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

* **Alert**: Filter by the alert status.
* **Project Type**: Select types of projects (e.g., GitHub, GitLab, etc.).
* **Name Pattern**: Search by repository/project name.
* **Branch Pattern**: Filter by specific branch names (e.g., `main`, `master`).
* **Risk Level**: Filter by severity level of issues.
* **Tags**: Apply custom tags for categorization.

### Project Management

You can directly modify the project's settings by selecting the **details button** of an individual project and clicking on **Configure Project Settings.**

{% hint style="info" %}
To modify a project's configuration the user must have the appropiate permissions (Root, Project\_Management)
{% endhint %}

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

This will open a compact view of the [Project Management Tab](/xygeni-administration/platform-administration/projects-management.md) where you can modify options such as the policy applied to the project as well as project details:

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

### Projects Table Columns

Each row in the table represents a single project with detailed attributes:

| Column                     | Description                                                                            |
| -------------------------- | -------------------------------------------------------------------------------------- |
| **Project Name**           | The repository name and branch (e.g., `latioTech/java-sec-code-fork - origin/master`). |
| **Risk**                   | A summarized risk score or indicator (shield icon shown; could be color-coded).        |
| **Variation**              | Indicates if the risk is increasing (↑), decreasing (↓), or stable.                    |
| **Issues by Severity**     | Categorized count of issues: Red (High), Orange (Medium), Yellow (Low).                |
| **Last Scan**              | Status or date of the last scan (e.g., “Scan will be triggered on-demand”).            |
| **Additional Information** | Supplementary notes or scan context.                                                   |
| **Actions**                | Blue **Scan Now** button allows immediate rescan.                                      |

Icons may denote special statuses:

* ☠️ Indicates presence of malware.
* Colored arrows denote risk trend.


---

# 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://docs.xygeni.io/xygeni-products/application-security-posture-management-aspm/projects.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.
