> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/scan-fix-and-prevent/prevent/dependencies-and-licenses/view-licenses.md).

# View licenses

The **Licenses** tab displays all licenses detected for your Projects, with summaries of all dependencies in your Projects and all of your Projects using the license. This allows you to see which Projects and dependencies have a license.

## **Field details**

<table><thead><tr><th width="162">Field</th><th>Description</th></tr></thead><tbody><tr><td><strong>Severity</strong></td><td>The assessed severity level. You can set the severity level in the license policy; see <a href="/pages/0pmVlq246PNqWgSuhctF">Create a license policy and rules</a>. The default Snyk license policy also defines the Severities for a few licenses.</td></tr><tr><td><strong>License</strong></td><td>The full name of the license. SPDX licenses are linked to the <a href="https://spdx.org/licenses/">SPDX</a> site, and non-SPDX licenses are linked to their respective sites.<br>If the license is marked as <strong>Unknown</strong>, Snyk could not find a license for this package.</td></tr><tr><td><strong>Dependencies</strong></td><td>The total number of dependent packages with this license in your Projects, linked to a side panel that displays the full list of affected dependencies in the same layout as the <strong>Dependencies</strong> tab.</td></tr><tr><td><strong>Projects</strong></td><td>The number of Projects with this license, linked to a side panel that displays the full list of your affected Projects, with the same layout as the <strong>Dependencies</strong> tab.</td></tr></tbody></table>

## **Licenses tab actions**

The actions appear at the top of the tab.

* **Search for Licenses**: Enter free text and begins searching with the first character you type. You can also select multiple packages from the dropdown list that opens when you click the field. You can also click the **Select All** or **Deselect All** links that appear dynamically in the dropdown list.
* **Export as CSV**: Export issue data in CSV file format.


---

# 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.snyk.io/scan-fix-and-prevent/prevent/dependencies-and-licenses/view-licenses.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.
