> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/espanol/skyone-studio/inteligencia-artificial/vibe-coding/como-crear-un-app-en-creator/proyetos.md).

# Proyetos

Los proyectos permiten organizar y compartir aplicaciones con su equipo.

### Cómo crear un proyecto en Creator

Para crear un nuevo proyecto, siga estos pasos:

1. En el menú lateral izquierdo, en la pestaña **Proyectos**, haga clic en el botón **+ Nuevo proyecto**.

<figure><img src="https://3969362974-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsZB1uWLMGztphXAzIZJ1%2Fuploads%2Fn9IlI0jdzoK4Epg9LuR3%2F4FC39A44-E6CF-4B29-B542-04364D97D134.png?alt=media&amp;token=4f01f5de-acdc-4de6-9db7-69dadcd22928" alt=""><figcaption></figcaption></figure>

2. En el campo **Nombre del proyecto**, escriba el nombre del proyecto.
3. Haga clic en **Ok**.

{% hint style="info" %}
El creador del proyecto tiene permisos de Administrador por defecto.
{% endhint %}

### Cómo acceder a un proyecto en Creator

1. En el menú lateral izquierdo, seleccione la pestaña **Proyectos**.
2. Haga clic sobre el proyecto deseado para abrirlo.

{% hint style="warning" %}
Asegúrese de que el administrador haya otorgado acceso al proyecto a su cuenta.
{% endhint %}

### Gestionar miembros del proyecto

Agregue o elimine usuarios para controlar el acceso a las aplicaciones del proyecto.

1. En el menú lateral izquierdo, en la pestaña **Proyectos**, haga clic en el proyecto deseado.
2. Ubique la opción **Miembros. Gestionar.**
3. Seleccione los miembros previamente registrados en la plataforma.
4. Defina el nivel de permiso deseado para cada usuario.
5. Haga clic en **Agregar**.
6. Haga clic en **Cerrar** para finalizar.

{% hint style="info" %}
Lea también: [Cómo agregar usuarios en Creator.](/espanol/skyone-studio/inteligencia-artificial/vibe-coding/configuraciones-de-creator.md#agregar-usuarios-al-espacio-de-trabajo)
{% endhint %}


---

# 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://docs.skyone.cloud/espanol/skyone-studio/inteligencia-artificial/vibe-coding/como-crear-un-app-en-creator/proyetos.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.
