> For the complete documentation index, see [llms.txt](https://helpcenter.channable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.channable.com/get-started/get-started-space-fr/essai-gratuit-de-channable/passer-dun-compte-dessai-a-un-compte-payant-en-direct.md).

# Passer d'un compte d'essai à un compte payant (en direct)

Configurez la facturation, choisissez un abonnement et activez vos projets et canaux.

{% stepper %}
{% step %}

### Configurez vos informations de facturation

Ouvrez **Paramètres entreprise**:

{% tabs %}
{% tab title="Version moderne" %}
Lorsque vous êtes en entreprise, cliquez **Paramètres entreprise** dans la barre latérale, ou sélectionnez le **\[votre entreprise]** menu déroulant et cliquez **Paramètres entreprise**.
{% endtab %}

{% tab title="Version héritée" %}
Lorsque vous êtes en entreprise, cliquez **Paramètres entreprise** dans la barre latérale.
{% endtab %}
{% endtabs %}

* Accédez A la **Facturation** onglet.
* Ajoutez vos [informations de facturation et de paiement](/account-billing/account-and-billing-fr/gerez-votre-abonnement/facturation-et-paiement.md).

{% hint style="warning" %}
Si vous utilisez Shopify, **Shopify** est votre seul moyen de paiement. Shopify vous facture, alors approuvez les frais dans votre compte Shopify. [En savoir plus sur le paiement via Shopify](/account-billing/account-and-billing-fr/gerez-votre-abonnement/gerez-votre-abonnement-channable/readme.md).
{% endhint %}
{% endstep %}

{% step %}

### Choisissez un abonnement

{% hint style="info" %}
[En savoir plus sur le fonctionnement de nos abonnements et sur le forfait qui correspond à vos besoins métier.](/account-billing/account-and-billing-fr/gerez-votre-abonnement/les-plans-tarifaires-de-channable.md)
{% endhint %}

Ouvrez les paramètres de votre plan :

{% tabs %}
{% tab title="Version moderne" %}
Lorsque vous êtes en entreprise, cliquez **Paramètres entreprise** dans la barre latérale, ou sélectionnez le **\[votre entreprise]** menu déroulant et cliquez **Paramètres entreprise**. Vous arriverez dans **Plans et tarifs**.
{% endtab %}

{% tab title="Version héritée" %}
Sélectionnez une entreprise, puis choisissez **Plans et tarifs** de la barre latérale.
{% endtab %}
{% endtabs %}

* Sélectionnez un forfait (nombre maximal de Produits), le forfait Core et tous les modules supplémentaires.
* Cliquez **Finaliser l'abonnement**.
  {% endstep %}

{% step %}

### Activez vos Projets et vos Canaux

#### Activez votre projet

* Accédez A **\[votre projet] > Paramètres > paramètres du projet**.
* Cliquez **Activez le projet**.

#### Activez vos Canaux

* Accédez A **Canaux > \[votre canal]**.
  * Pour les flux : accédez A la **Aperçu et export** étape et cliquez **Activer le flux**.
  * Pour les canaux marketplace/API : accédez A la **Paramètres** étape et cliquez **Activer l'API**.
    {% endstep %}
    {% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://helpcenter.channable.com/get-started/get-started-space-fr/essai-gratuit-de-channable/passer-dun-compte-dessai-a-un-compte-payant-en-direct.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
