# Product management

This guide shows you how to manage products. The `products` in the URL represent the current product administrator session and the calls that you—the developer—make to manage products on your online store.

{% hint style="warning" %}
You can use either [Product management](https://docs.digitalriver.com/commerce-api-references/admin-apis/product-management/manage-products-asynchronous-api) in Admin APIs, [Global Commerce](https://gc.digitalriver.com/gc/ent/login.do), or [Bulk Product Upload](/commerce-api/admin-apis/product-management/bulk-operation/bulk-product-upload-bpu.md) to create or change a product. However, we recommend not using Admin APIs, Global Commerce, and Bulk Product Upload simultaneously to create or change a product.
{% endhint %}


---

# 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.digitalriver.com/commerce-api/admin-apis/product-management.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.
