> 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-es/empezando/crea-un-nuevo-proyecto/configuracion-del-proyecto.md).

# Configuración del proyecto

Gestiona el nombre, el estado y los ajustes de programación de tu proyecto.

Puedes encontrar **Configuración del proyecto** In la barra lateral di tu proyecto. En ella, puedes comprobar:

* Configuración del proyecto
* Configurar actualizaciones
* Ajustes notificaciones

### **Configuración del proyecto**

In la pestaña de Configuración del proyecto, puedes encontrar tu **ID del proyecto**, **Nome del proyecto**, e **Estado**.

* **ID del proyecto:** El ID único de tu proyecto. Esto no se puede cambiar. Útil se quieres dirigir al soporte A un proyecto específico.
* **Nome del proyecto:** El Nome con el que aparece tu proyecto In tu **Proyectos** Visión general. A cambiarlo, modifica el Nome In el cuadro de texto e haz clic **Guardar**.

{% hint style="info" %}
Te recomendamos incluir tu target de datos e el idioma de los Articoli In el Nome A hacerlo más fácil de identificar más tarde (por ejemplo, `Shopify - EN`)
{% endhint %}

* **Estado:** Indica si tu proyecto está activo.
  * :yellow\_circle: **Amarillo: Inactivo / no visible**\
    Cualquier cosa que uses A importar o exportar datos no se actualizará automáticamente cada giorno. No se te cobrará por los Proyectos inactivos e los Articoli In él no cuentan A tu [suscripción mensual](/account-billing/account-and-billing-es/gestiona-tu-suscripcion/gestiona-tu-suscripcion-de-channable.md).
  * :blue\_circle: **Azul: Activo / en directo**\
    La importación se ejecutará a diario a la tempo configurado In tu **Configurar actualizaciones**. todo los Proyectos activos e sus Articoli correspondientes contarán A tu [suscripción mensual](/account-billing/account-and-billing-es/gestiona-tu-suscripcion/gestiona-tu-suscripcion-de-channable.md).

{% hint style="info" %}
se necesitas actualizar tus datos multiplo veces A giorno, [contáctanos](https://www.channable.com/company/contact/) para más información.
{% endhint %}

### Configurar actualizaciones

{% hint style="info" %}
Más información sobre [**Configurar actualizaciones**](/get-started/get-started-space-es/empezando/crea-un-nuevo-proyecto/edita-los-ajustes-de-programacion-de-tu-proyecto.md).
{% endhint %}

### Ajustes notificaciones


---

# 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-es/empezando/crea-un-nuevo-proyecto/configuracion-del-proyecto.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.
