> 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-de/loslegen/erstellen-eines-neuen-projekts/projekteinstellungen.md).

# Projekteinstellungen

Verwalte den Namen, den Status und die Zeitplaneinstellungen deines Projekts.

Du findest **Projekteinstellungen** in der Seitenleiste von deinem Projekt. Darin kannst du prüfen:

* Projekteinstellungen
* Zeitplaneinstellungen
* Benachrichtigungen

### **Projekteinstellungen**

Im Tab „Projekteinstellungen“ findest du deine **Projekt-ID**, **Name des Projekts**, und **Status**.

* **Projekt-ID:** Die eindeutige ID für dein Projekt. Sie kann nicht geändert werden. Nützlich, Wenn du den Support Zu einem bestimmten Projekt weiterleiten möchtest.
* **Name des Projekts:** Der Name, unter dem dein Projekt in deiner **Projekte** Übersicht. Zu ändern, ändere den Namen im Textfeld und klicke **Speichern**.

{% hint style="info" %}
Zu einer leichteren Identifizierung empfehlen wir, deine Datenquelle und die Sprache von den Items im Namen anzugeben, damit du sie später leichter erkennen kannst (zum Beispiel, `Shopify - EN`)
{% endhint %}

* **Status:** Zeigt an, ob dein Projekt aktiv ist.
  * :yellow\_circle: **Gelb: Inaktiv / nicht live**\
    Alles, was zum Import oder Export von Daten verwendet wird, wird nicht automatisch Tag für Tag aktualisiert. Für inaktive Projekte wird dir nichts berechnet, und die Items darin zählen nicht zu deinem [Monatsabo](/account-billing/account-and-billing-de/verwalte-dein-abo/verwalte-dein-channable-abo.md).
  * :blue\_circle: **Blau: Aktiv / live**\
    Der Import läuft täglich zu der Zeit, die in deinen **Zeitplaneinstellungen**. Alle aktiven Projekte und die entsprechenden Items zählen zu deinem [Monatsabo](/account-billing/account-and-billing-de/verwalte-dein-abo/verwalte-dein-channable-abo.md).

{% hint style="info" %}
Wenn du deine Daten mehrfach am Tag aktualisieren musst, [kontaktiere uns](https://www.channable.com/company/contact/) für weitere Informationen.
{% endhint %}

### Zeitplaneinstellungen

{% hint style="info" %}
Erfahre mehr über [**Zeitplaneinstellungen**](/get-started/get-started-space-de/loslegen/erstellen-eines-neuen-projekts/bearbeiten-der-zeitplaneinstellungen-deines-projekts.md).
{% endhint %}

### Benachrichtigungen


---

# 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-de/loslegen/erstellen-eines-neuen-projekts/projekteinstellungen.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.
