# ReAct Agent LLM

Agente que utiliza la lógica [ReAct](https://react-lm.github.io/) (Reasoning and Acting) para decidir qué acción tomar, optimizado para ser usado con Modelos No-Chat.

<figure><img src="https://4068692976-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUiD7nOmFRK805sNuiieJ%2Fuploads%2Fgit-blob-4435db0baf69fd6b9fe229b658b0bfdd506d75e6%2Fimage%20(174).png?alt=media" alt="" width="325"><figcaption></figcaption></figure>

<figure><img src="https://4068692976-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FUiD7nOmFRK805sNuiieJ%2Fuploads%2Fgit-blob-a911824ff6a3794406baad34170284c6492f17df%2Fimage%20(7)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1)%20(1).png?alt=media" alt="" width="335"><figcaption><p>Node de ReAct Agent LLM</p></figcaption></figure>

{% hint style="info" %}
Esta sección está en desarrollo. Agradecemos cualquier ayuda que puedas proporcionar para completar esta sección. Por favor, consulta nuestra [Guía de Contribución](https://github.com/FlowiseAI/FlowiseDocs/blob/main/esp/contributing/README.md) para comenzar.
{% endhint %}


---

# 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/agents/react-agent-llm.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.
