# Get License Information

LFX Security identifies the licenses that are used by your projects and their dependencies.

## License Information

To get the license information, perform the following:

1. Select **Licenses** from the top menu. All licenses are listed in alphabetical order for the dependencies in a project by their license identifier. For example, `Apache-2.0`. The list also shows the number of dependencies for each license. Dependencies with more than one license are shown individually.

![Licenses](/files/TYu5iHpyuHh3iCgufWkl)

2. Click a license **identifier** ![](/files/-MfHB8lSweYwWr_-IAWB) \*\*\*\* icon to go to the SPDX License and find out more information about a license.

![License Identifier](/files/EW1xIgJYrqXFaotM9j3i)

3. The SPDX License includes a full name, standardized short identifier, vetted license text, and other information about the license.

![License](/files/W04zEukBjnaHPHOXC4g9)


---

# 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.linuxfoundation.org/lfx/security/get-license-information.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.
