> 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-nl/aan-de-slag/maak-aan-een-nieuw-project/instellingen-van-je-project.md).

# Instellingen van je project

Beheer de Naam, Status en Planning instellingen van je project.

Je vindt **Instellingen van je project** in de zijbalk van je project. Daarin kun je controleren:

* Instellingen van je project
* Planning instellingen
* Notificatie instellingen

### **Instellingen van je project**

In het tabblad Instellingen van je project vind je je **Project-ID**, **Naam van het project**, en **Status**.

* **Project-ID:** De unieke ID voor je project. Dit kan niet worden gewijzigd. Handig als je Support Naar een specifiek project wilt doorverwijzen.
* **Projectnaam:** De Naam waaronder je project wordt weergegeven in je **Projecten** Overzicht. Naar dit te wijzigen, pas je de Naam in het tekstvak aan en klik **Opslaan**.

{% hint style="info" %}
We raden aan om je gegevensbron en taal van de Items in de naam op te nemen, zodat je ze later makkelijker kunt herkennen (bijvoorbeeld, `Shopify - EN`)
{% endhint %}

* **Status:** Geeft aan of je project actief is.
  * :yellow\_circle: **Geel: Inactief / niet live**\
    Alles wat je gebruikt om gegevens te importeren of exporteren, wordt niet automatisch elke dag bijgewerkt. Je betaalt niet voor inactieve Projecten en Items daarin tellen niet mee voor je [maandabonnement](/account-billing/account-and-billing-nl/beheer-je-abonnement/beheer-je-channable-abonnement.md).
  * :blue\_circle: **Blauw: Actief / live**\
    De import wordt dagelijks uitgevoerd op de tijd die is ingesteld in je **Planning instellingen**. Alle actieve Projecten en de bijbehorende Items tellen mee voor je [maandabonnement](/account-billing/account-and-billing-nl/beheer-je-abonnement/beheer-je-channable-abonnement.md).

{% hint style="info" %}
Als je je gegevens meerderen keren per dag moet bijwerken, [Neem contact met ons op](https://www.channable.com/company/contact/) voor meer informatie.
{% endhint %}

### Planning instellingen

{% hint style="info" %}
Lees meer over [**Planning instellingen**](/get-started/get-started-nl/aan-de-slag/maak-aan-een-nieuw-project/edit-de-planning-instellingen-van-je-project.md).
{% endhint %}

### Notificatie instellingen


---

# 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-nl/aan-de-slag/maak-aan-een-nieuw-project/instellingen-van-je-project.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.
