# Recorrido sencillo

<figure><img src="/files/jfeqnXI1mbDdVJSHzOP2" alt="Interfaz de usuario" width="750"><figcaption><p>Interfaz de usuario de AugeLab Studio</p></figcaption></figure>

AugeLab Studio está diseñado pensando en la simplicidad y la facilidad de aprendizaje. Hay cinco secciones principales que utilizarás durante tu recorrido por AugeLab Studio:

<figure><img src="/files/GwjtqeoDcN29u6u7eGw6" alt="Interfaz dividida" width="750"><figcaption><p>Interfaz de usuario de AugeLab Studio</p></figcaption></figure>

1️⃣ `Menubar` es donde se encuentran la mayoría de las herramientas, utilidades y controles. Aquí puedes crear scenarios, guardarlos/cargarlos, ejecutarlos y depurarlos.

2️⃣ `Scenario Area` es donde creas tus propias soluciones. Desde aquí puedes crear un nuevo scenario, abrir proyectos de ejemplo y volver a la documentación.

3️⃣ `Blocks Area` es donde se muestran todos los function blocks disponibles.

4️⃣ `Log Window` se utiliza para registrar y mostrar información, advertencias y errores al usuario.

5️⃣ `AI Agent` es el área donde puedes interactuar con el AI Agent para obtener ayuda, automatizar tareas, recibir sugerencias y fragmentos de código.

***

¡Eso es todo! Ahora, haz clic en `File ➡️ New` en la esquina superior izquierda del `Menubar` y hagamos tu primer proyecto de visión por computadora.


---

# Agent Instructions: 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:

```
GET https://docs.augelab.com/spanish/primeros-pasos/simple-tour.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
