# Packages

A package is a plugin that defines a list of features (such as dashboards, datasources etc.) that can be installed by an LIVE admin user and a list of required entities and plugins. These definitions should be stored inside a manifest file, which can be either yaml or json. An example of a package source structure is shown below:

* live-plugins/plugin-my-package
  * pom.xml
  * src/main/resource
    * manifest.yaml

All packages require the [plugin-package-manager](https://marketplace.intelie.com/artifact/plugin-package-manager). Without it, LIVE will not recognize a package plugin as a package and will not allow the admin user to install the features.


---

# 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://platform.intelie.com/developers/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.
