> 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/projekt-einstellungen.md).

# Projekt-Einstellungen

### Registerkarte Projekteinstellungen

Jedes Projekt hat seine eigenen **Projekteinstellungen** Seite, die du findest, wenn du zu **Einstellungen > Projekteinstellungen** in der Hauptnavigation gehst.

<figure><img src="/files/e6f4bdaf5ddcfd6ae725443da6b771daa16c11d3" alt="" width="563"><figcaption></figcaption></figure>

#### Projektname

Das ist der Name des Projekts. Er wird auf dem Hauptbildschirm angezeigt. Wir empfehlen, den Webshop und die Sprache der Items im Namen zu nennen, z. B. „Example Shop EN“.

#### Status

Hier siehst du, ob das Projekt in Channable aktiviert ist. Dafür gibt es zwei mögliche Farben:

:yellow\_circle: **Gelb (Inaktiv / nicht live)**

Wenn ein Projekt inaktiv ist, wird der Import nicht jeden Tag automatisch aktualisiert und die Exporte werden nicht jeden Tag automatisch ausgeführt. Ein inaktives Projekt und die Anzahl der importierten Items in diesem Projekt werden nicht für das Preismodell gezählt.

:blue\_circle: **Blau (Aktiv / live)**

Wenn ein Projekt live ist, wird der Import täglich zu der angezeigten Uhrzeit ausgeführt. Wenn du die Uhrzeit ändern möchtest, kannst du das in den **Zeitplaneinstellungen**. Nachdem der Import ausgeführt wurde, starten die Exporte. Das bedeutet, dass wir jeden Tag alle Produktdaten aktualisieren.

Wenn du deine Daten mehrmals am Tag aktualisieren möchtest, [kontaktiere uns](https://www.channable.com/company/contact/) für weitere Informationen. Sobald das Projekt live ist, zählen wir es im Pricing als Projekt, und du kannst die Gesamtzahl der importierten Items sehen, indem du zu **Pakete & Pricing** im Einstellungsmenü gehst.

### Registerkarte Zeitplaneinstellungen

{% hint style="info" %}
**Hinweis:** Erfahre mehr über [**Zeitplaneinstellungen**](/get-started/get-started-space-de/loslegen/erstellen-eines-neuen-projekts/bearbeite-deine-zeitplaneinstellungen-fur-dein-projekt.md).
{% endhint %}

<figure><img src="/files/c89d24509fabe7c6141cfe6684fae4ab906a0afc" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/projekt-einstellungen.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.
