# Engine

***

En LlamaIndex, un nodo engine se refiere a dos componentes clave que manejan el procesamiento de información y la interacción con el usuario.

### Nodos de Engine:

* [Query Engine](/espanol/documentacion-oficial/integraciones/llamaindex/engine/query-engine.md)
* [Simple Chat Engine](/espanol/documentacion-oficial/integraciones/llamaindex/engine/simple-chat-engine.md)
* [Context Chat Engine](/espanol/documentacion-oficial/integraciones/llamaindex/engine/context-chat-engine.md)
* [Sub-Question Query Engine](/espanol/documentacion-oficial/integraciones/llamaindex/engine/sub-question-query-engine.md)


---

# 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/llamaindex/engine.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.
