# Menu Products

## Introduction <a href="#introduction" id="introduction"></a>

Un produit ou un article Cn285 est un consommable ou un service qui va être vendu de façon récurrente.

{% hint style="info" %}
Un produit avec des caractéristique de récurrence est un **Item.**

Un item est lié à un contrat via un [Contract Items](/cn285-documentation/menu-contracts/contract-items.md).\
Selon la configuration choisie, il est possible ou non de modifier les caractéristiques de récurrence d'un item dans un Contract Item.
{% endhint %}

La base produits est soit:

* créer manuellement
* importée de votre système  <\<IMPORT>>
* importée via l’API <\<API>>


---

# 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.cn285.app/cn285-documentation/menu-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.
