# Product

- [List Products](https://docs.licensespring.com/management-api/product/list-products.md)
- [Retrieve Product](https://docs.licensespring.com/management-api/product/retrieve-product.md)
- [List Bundles for a Product](https://docs.licensespring.com/management-api/product/list-bundles-for-a-product.md)
- [List Products in a Bundle](https://docs.licensespring.com/management-api/product/list-products-in-a-bundle.md)
- [Create Product](https://docs.licensespring.com/management-api/product/create-product.md)
- [Import Products From CSV](https://docs.licensespring.com/management-api/product/import-products-from-csv.md)
- [Export Products](https://docs.licensespring.com/management-api/product/export-products.md)
- [Features](https://docs.licensespring.com/management-api/product/features.md)
- [Create Product Feature](https://docs.licensespring.com/management-api/product/features/create-product-feature.md)
- [List Product Features](https://docs.licensespring.com/management-api/product/features/list-product-features.md)
- [Retrieve Product Feature](https://docs.licensespring.com/management-api/product/features/retrieve-product-feature.md)
- [Update Product Feature](https://docs.licensespring.com/management-api/product/features/update-product-feature.md)
- [Delete Product Feature](https://docs.licensespring.com/management-api/product/features/delete-product-feature.md)
- [Import Product Features From CSV](https://docs.licensespring.com/management-api/product/features/import-product-features-from-csv.md)
- [Export Product Features](https://docs.licensespring.com/management-api/product/features/export-product-features.md)
- [Custom Fields](https://docs.licensespring.com/management-api/product/custom-fields.md)
- [List Product Custom Fields](https://docs.licensespring.com/management-api/product/custom-fields/list-product-custom-fields.md)
- [Retrieve Product Custom Field](https://docs.licensespring.com/management-api/product/custom-fields/retrieve-product-custom-field.md)
- [Create Product Custom Field](https://docs.licensespring.com/management-api/product/custom-fields/create-product-custom-field.md)
- [Update Product Custom Field](https://docs.licensespring.com/management-api/product/custom-fields/update-product-custom-field.md)
- [Delete Product Custom Field](https://docs.licensespring.com/management-api/product/custom-fields/delete-product-custom-field.md)
- [Custom Fields Enumerations](https://docs.licensespring.com/management-api/product/custom-fields-enumerations.md)
- [List Product custom field enumerations](https://docs.licensespring.com/management-api/product/custom-fields-enumerations/list-product-custom-field-enumerations.md)
- [Retrieve Product custom field enumeration](https://docs.licensespring.com/management-api/product/custom-fields-enumerations/retrieve-product-custom-field-enumeration.md)
- [Create Product custom field enumeration](https://docs.licensespring.com/management-api/product/custom-fields-enumerations/create-product-custom-field-enumeration.md)
- [Update Product custom field enumeration](https://docs.licensespring.com/management-api/product/custom-fields-enumerations/update-product-custom-field-enumeration.md)
- [Delete Product custom field enumeration](https://docs.licensespring.com/management-api/product/custom-fields-enumerations/delete-product-custom-field-enumeration.md)
- [Installation Files](https://docs.licensespring.com/management-api/product/installation-files.md)
- [List Installation Files](https://docs.licensespring.com/management-api/product/installation-files/list-installation-files.md)
- [Retrieve Installation File](https://docs.licensespring.com/management-api/product/installation-files/retrieve-installation-file.md)
- [Create Installation File](https://docs.licensespring.com/management-api/product/installation-files/create-installation-file.md)
- [Update Installation File](https://docs.licensespring.com/management-api/product/installation-files/update-installation-file.md)
- [Delete Installation File](https://docs.licensespring.com/management-api/product/installation-files/delete-installation-file.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.licensespring.com/management-api/product.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.
