# Products

### /create\_product/

## Responsible for creating a product.

<mark style="color:green;">`POST`</mark> `https://app.maax.ai/create_product/`

Creates a new product that then can be used by your AI models to be sold or spoken about in the conversations with your prospects. You can also create it from dashboard (Sales AI page).&#x20;

#### Query Parameters

| Name        | Type   | Description                                                                                                |
| ----------- | ------ | ---------------------------------------------------------------------------------------------------------- |
| description | String | The description of the product. AI uses it as context, so we recommend that you give some thought to this. |
| title       | String | The title of the product, so that the AI can tell it to the prospect.                                      |

{% tabs %}
{% tab title="200: OK {   "id": NEW\_PRODUCT\_ID,   "new\_product": NEW\_PRODUCT\_DETAILS }" %}

{% endtab %}
{% endtabs %}

###


---

# 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://documentation.maax.ai/main/technical-guides/apis/v1/products.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.
