> 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/vision-general/espacio-de-trabajo/buscar-un-espacio.md).

# Buscar un espacio

A continuación, sigue el paso a paso para encontrar un **Espacio de trabajo**.

{% hint style="info" %}
Para que el espacio de trabajo pueda ser encontrado, este debe estar configurado como público.
{% endhint %}

El proceso está documentado en dos pestañas: **Nueva cuenta** (cuando sea tu primer acceso) y **Cuenta existente** (usuarios registrados anteriormente).<br>

{% tabs %}
{% tab title="Nueva cuenta" %}

1. Para buscar un espacio durante la creación de una cuenta, justo después de registrar tus datos de acceso, selecciona la opción "**Encontrar un espacio**".

<figure><img src="/files/GYBdKqbWgTZBDfVLZFYX" alt=""><figcaption></figcaption></figure>

2. Luego, ingresa el nombre del espacio que deseas encontrar. Si existe, la búsqueda mostrará el espacio de trabajo con ese nombre. Haz clic sobre él y después en "**Avanzar**".

<figure><img src="/files/gq3lYdV3m1q9GN8rLbDr" alt=""><figcaption></figcaption></figure>

3. Verifica que el espacio de trabajo sea el correcto. Si lo es, haz clic en "**Entrar en este espacio**".

<figure><img src="/files/XJQYJZBncfuRK3Kdf9Gh" alt=""><figcaption></figcaption></figure>

4. El acceso al espacio de trabajo estará sujeto a la aprobación del administrador. Para ello, deberás enviar una solicitud de acceso. Una vez completado el campo, haz clic en "**Enviar**".

<figure><img src="/files/jSBYeyWfNQqwTTs3k0sV" alt=""><figcaption></figcaption></figure>

¡Listo! Ahora solo queda esperar. Recibirás un correo electrónico cuando tu solicitud de acceso sea aceptada.
{% endtab %}

{% tab title="Cuenta existente" %}

1. Existen dos caminos para encontrar un espacio cuando ya tienes una cuenta creada: "**Inicio**" o "**Mi Perfil**".

* **Inicio**: En la página "**Inicio**", en la barra lateral izquierda, haz clic en el botón “**+**”.
* **Mi Perfil**: En la esquina superior derecha, en el menú desplegable junto al nombre, selecciona "Mi Perfil".

En el área "**Tus espacios**", haz clic en "**Agregar espacio**".

<figure><img src="/files/tEhwrLMKv07QB9WzRseR" alt=""><figcaption></figcaption></figure>

2. Al hacer clic en “**+**”, aparecerá una pantalla para añadir un espacio. Para encontrar un nuevo espacio, selecciona la opción "**Encontrar un espacio**".

<figure><img src="/files/PsNmrXuVaQP0syUwIDBq" alt=""><figcaption></figcaption></figure>

3. Luego, ingresa el nombre del espacio que deseas encontrar. Si existe, la búsqueda mostrará el espacio de trabajo con ese nombre. Haz clic sobre él y después en "**Avanzar**".

<figure><img src="/files/2HtJRhLYcRmGBzNq5kbr" alt=""><figcaption></figcaption></figure>

4. Verifica que el espacio de trabajo sea el correcto. Si lo es, haz clic en "**Entrar en este espacio**".

<figure><img src="/files/VuoWvjXuyAcXIJPSGTVF" alt=""><figcaption></figcaption></figure>

5. El acceso al espacio de trabajo estará sujeto a la aprobación del administrador. Para ello, deberás enviar una solicitud de acceso. Una vez completado el campo, haz clic en "**Enviar**".

<figure><img src="/files/qgfVxCPgfyZRg4vhi9IT" alt=""><figcaption></figcaption></figure>

¡Listo! Ahora solo queda esperar. Recibirás un correo electrónico cuando tu solicitud de acceso sea aceptada.
{% endtab %}
{% endtabs %}

<br>


---

# 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/vision-general/espacio-de-trabajo/buscar-un-espacio.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.
