# Crear y ejecutar scripts

### Crear un script

Navega a **Scripts** en el menú Herramientas y haga clic <img src="/files/76b61729845c7a62422410d05c62896acab6662f" alt="" data-size="line">.

En el menú desplegable, especifique su idioma preferido: Python, Julia o MATLAB.

<figure><img src="/files/74eb1165f9afb3d237cfe6ae73a3b3e84d278599" alt=""><figcaption></figcaption></figure>

También puede darle a su script un nombre descriptivo.

<figure><img src="/files/bbf603d717764ad34a55df393179b5eaed6e8140" alt="" width="375"><figcaption></figcaption></figure>

Ahora pruebe sus habilidades. Con Python seleccionado, escriba `print('hello world')` y haz clic <mark style="color:predeterminado;background-color:purple;">**Ejecutar script**</mark>**.** Esto ejecutará el script y mostrará la salida en una nueva ventana de salida debajo del script.

<figure><img src="/files/38fa06887f9477f686dd094a1989272f0d78824b" alt=""><figcaption></figcaption></figure>


---

# 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.violetlabs.com/es/funciones/scripts/crear-y-ejecutar-scripts.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.
