# Browsing Packages

The Packages tab gives you a full inventory of every software package detected across your connected devices. This includes browser extensions, code libraries, IDE plugins, and build dependencies.

## Viewing your packages

Go to [Device Protection and open the Packages](https://app.aikido.dev/endpoint-protection/packages) tab. You will see a list of all detected packages, sorted by name.

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

Each entry shows:

* **Package** - The package name and version (e.g. "axios\@1.6.7")
* **Devices** - How many connected devices have this package installed
* **First seen** - The date and time the package was first detected

## Filtering by ecosystem

Use the **All Ecosystems** dropdown above the package list to filter by a specific source. This is helpful when you want to review only Chrome extensions or only NPM packages, for example.

You can also use the **Search** bar to find a specific package by name.

## What to look for

The Packages tab is a good starting point for understanding what software is running across your organization. Some things worth checking:

* Packages installed on many devices that you don't recognize
* Browser extensions that may pose a security or privacy risk
* Outdated package versions with known vulnerabilities
* Packages that were recently added and haven't been reviewed


---

# 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://help.aikido.dev/aikido-device-protection/using-aikido-endpoint/browsing-packages.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.
