> 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/commencer/creez-un-nouveau-projet/parametres-du-projet.md).

# Paramètres du projet

Gérez le Nom, le Statut et la Planification de votre projet.

Vous pouvez trouver **Paramètres du projet** dans la barre latérale de votre projet. En son sein, vous pouvez vérifier :

* Paramètres du projet
* Planification
* Notifications

### **Paramètres du projet**

Dans l'onglet Paramètres du projet, vous pouvez trouver votre **ID du projet**, **Nom du projet**, et **Statut**.

* **ID du projet :** L'ID unique de votre projet. Cela ne peut pas être modifié. Utile si vous souhaitez orienter l'assistance A un projet spécifique.
* **Nom du projet :** Le nom sous lequel votre projet apparaît dans votre **Projets** Vue d'ensemble. A cette fin, modifiez le nom dans la zone de texte et cliquez **Sauvegarder**.

{% hint style="info" %}
Nous vous recommandons d'inclure votre target de données et la langue des Produits dans le nom A faciliter son identification ultérieurement (par exemple, `Shopify - EN`)
{% endhint %}

* **Statut :** Indique si votre projet est actif.
  * :yellow\_circle: **Jaune : inactif / hors ligne**\
    Tout ce qui sert A importer ou exporter des données ne sera pas mis A jour automatiquement chaque jour. Vous ne serez pas facturé(e) pour les Projets inactifs et les Produits en leur sein ne comptent pas dans votre [abonnement mensuel](/account-billing/account-and-billing-fr/gerez-votre-abonnement/gerez-votre-abonnement-channable.md).
  * :blue\_circle: **Bleu : actif / en ligne**\
    L'importation s'exécutera chaque jour au temps défini dans votre **Planification**. Tous les Projets actifs et leurs Produits correspondants compteront dans votre [abonnement mensuel](/account-billing/account-and-billing-fr/gerez-votre-abonnement/gerez-votre-abonnement-channable.md).

{% hint style="info" %}
Si vous devez mettre vos données A jour plusieurs fois par jour, [contactez-nous](https://www.channable.com/company/contact/) pour plus d'informations.
{% endhint %}

### Planification

{% hint style="info" %}
En savoir plus sur [**Planification**](/get-started/get-started-space-fr/commencer/creez-un-nouveau-projet/modifiez-la-planification-de-votre-projet.md).
{% endhint %}

### Notifications


---

# 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/commencer/creez-un-nouveau-projet/parametres-du-projet.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.
