# Introduction

The Umbraco Marketplace is a public website used to showcase Umbraco packages. These commercial and open-source extensions to the Umbraco CMS are available for use in Umbraco solutions. On the website, you can browse and search for packages, read details about their installation and usage, and review their suitability for your project.

The website is available at [marketplace.umbraco.com](https://marketplace.umbraco.com).

## Website Features

The Marketplace website is a read-only display of packages available to extend Umbraco. The information displayed combines what is available at nuget.org, augmented with additional details provided by the package owners.

Each package is listed within a category, grouping together packages meeting needs within a particular area. Information such as version number, Umbraco compatibility, description, screenshots, and video are available. A keyword search is also available as well as browsing and filtering packages within each category or list.

We provide links for each package to the NuGet details, and other locations if available, such as the source code, documentation, and issue tracker.

## Listing Your Package

If you are a package developer wanting to make your work available for Umbraco website developers, review the [listing your package](/umbraco-dxp/marketplace/listing-your-package.md) article.

## Package Telemetry Data

Umbraco installations that have opted into providing basic or detailed telemetry data will indicate which packages are installed. We use that information to order packages by "Most Active Installs".

To understand how to ensure your package is ranking correctly by this measure, consider the details provided about [package telemetry data usage](/umbraco-dxp/marketplace/package-telemetry-data.md).


---

# 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.umbraco.com/umbraco-dxp/marketplace/introduction.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.
