# View Project issues, fixes, and dependencies

The following Project information is available on the Snyk Web UI:

* [Issues](#view-issues): the number of vulnerabilities and Open Source license issues
* [Fixes](#view-fixes): fix advice
* [Dependencies](#view-dependencies): for Open Source, the total number of direct and transitive (nested) dependencies

## View issues

The Project details page displays Issue cards on the **Issues** tab. The information provided includes vulnerabilities and Open Source license issues.

<figure><img src="/files/26RyANLkfurxKpdDBnOd" alt="Project details Issues tab and filters"><figcaption><p>Project details Issues tab and filters in environments with Fix advice available</p></figcaption></figure>

Use the filters in the panel to the left to narrow the search for issues. Select the checkboxes to filter issues by **Issue type**, **Severity**, **Fixability**, **Exploit Maturity**, and **Status**. You can also edit the **Priority Score** slider to change the range displayed; the default is 0 to 1000.

Issue details are shown on issue cards in the main area, sorted by priority score. See [Issue card information](/snyk-platform-administration/snyk-projects/issue-card-information.md) for more details.

{% hint style="info" %}
Snyk provides features to fix issues identified during scanning. See [Fix your vulnerabilities](/scan-with-snyk/snyk-open-source/manage-vulnerabilities/fix-your-vulnerabilities.md) for more details.
{% endhint %}

## View dependency details

Scroll to a dependency and the listed issues to view details, including the max and individual [risk scores](/manage-risk/prioritize-issues-for-fixing/risk-score.md) (or [priority score](/manage-risk/prioritize-issues-for-fixing/priority-score.md)).

The Severity icon in front of the dependency title shows the maximum severity associated with the dependency. In this example, there are listed issues with medium or high severity, so the maximum severity for the dependency is high.

The score associated with the dependency title is the maximum of all listed issues under that dependency. This will show as either [Risk Score](/manage-risk/prioritize-issues-for-fixing/risk-score.md) if you are opted-in to the Early Access feature, or [Priority Score](/manage-risk/prioritize-issues-for-fixing/priority-score.md).

<div align="left"><figure><img src="/files/RyVhXfipBMTNkvmOk6lb" alt="View issue details"><figcaption><p>View dependency details</p></figcaption></figure></div>

* Click **Learn about this type of vulnerability** for [Snyk Learn](/discover-snyk/snyk-learn.md) training.
* Click **Show more detail** to view detailed information about the vulnerability from the [Snyk Vulnerability database](https://snyk.io/product/vulnerability-database/):

<div align="left"><figure><img src="/files/ohFBihSBsEJzt2jVNC6E" alt=""><figcaption><p>More information from the Snyk Vulnerability Database</p></figcaption></figure></div>

## View fixes

Snyk knowledge of the transitive dependencies in your Project makes it possible for Snyk to provide additional fix advice on the **Fixes** tab:

<div align="center"><figure><img src="/files/9OEgUuS48MBd0HDBp59H" alt="Issue details Fixes tab"><figcaption><p>Project details Fixes tab</p></figcaption></figure></div>

See [Fix your vulnerabilities](/scan-with-snyk/snyk-open-source/manage-vulnerabilities/fix-your-vulnerabilities.md) for details.

## View dependencies in Snyk Open Source

Snyk uses the package manager for your application to build the dependency tree and display it in the **Dependencies** tab of the Project issues detail page for Open Source. This tab shows which components introduce a vulnerability, indicating how the dependency was introduced to the application.

An example follows:

<div align="left"><figure><img src="/files/NwfGyfMGHj5XWHJ4AI9E" alt="Issues detail page dependencies tab"><figcaption><p>Issues detail page dependencies tab</p></figcaption></figure></div>


---

# 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.snyk.io/snyk-platform-administration/snyk-projects/view-project-issues-fixes-and-dependencies.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.
