# Code Interpreter by E2B

[E2B](https://e2b.dev/) es un runtime de código abierto para ejecutar código generado por IA en sandboxes seguros en la nube. Por ejemplo, cuando el usuario solicita generar un gráfico de barras de los datos, el LLM generará el código Python necesario para graficar. Este código generado se enviará a E2B, y la salida de la ejecución contendrá imágenes del gráfico, códigos, texto, etc. Estas salidas se envían de vuelta al LLM para el procesamiento final antes de mostrarse en el chat.

<figure><img src="/files/11pUhrW9o6T9temM3Swa" 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.flowiseai.com/espanol/documentacion-oficial/integraciones/langchain/tools/python-interpreter.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.
