> 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/getting-started/create-a-new-project/project-settings.md).

# Project settings

Manage your project's name, status, and schedule settings.

You can find **Project settings** in the sidebar of your project. In it, you can check:

* Project settings
* Schedule settings
* Notification settings

### **Project settings**

In the Project settings tab, you can find your **Project ID**, **Project name**, and **Status**.

* **Project ID:** The unique ID for your project. This can't be changed. Useful if you want to direct Support to a specific project.
* **Project name:** The name your project appears as in your **Projects** overview. To change it, alter the name in the textbox and click **Save**.

{% hint style="info" %}
We recommend including your data source and language of the items in the name to make it easier to identify later (for example, `Shopify - EN`)
{% endhint %}

* **Status:** Indicates whether your project is active.
  * :yellow\_circle: **Yellow: Inactive / not live**\
    Anything used to import or export data won't update automatically each day. You won't be charged for inactive projects and items in it don't count toward your [monthly subscription](/account-billing/manage-your-subscription/manage-your-channable-subscription.md).
  * :blue\_circle: **Blue: Active / live**\
    The import will run daily at time set in your **Schedule settings**. All active projects and their corresponding items will count towards your [monthly subscription](/account-billing/manage-your-subscription/manage-your-channable-subscription.md).

{% hint style="info" %}
If you need to update your data multiple times a day, [contact us](https://www.channable.com/company/contact/) for more information.
{% endhint %}

### Schedule settings

{% hint style="info" %}
Learn more about [**Schedule settings**](/get-started/getting-started/create-a-new-project/edit-your-project-schedule-settings.md).
{% endhint %}

### Notification settings


---

# 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/getting-started/create-a-new-project/project-settings.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.
