# Simple Chat Engine

A simple chat engine functions as a complete pipeline for engaging in a dialogue between AI and user, without context retrieval. However it does equipped with [Memory](/integrations/langchain/memory.md), allowing to remember conversations.

<figure><img src="/files/uITeRxL6Va3yZJyrzEMR" alt=""><figcaption></figcaption></figure>

## Inputs

* Chat Model
* [Memory](/integrations/langchain/memory.md)

## Parameters

| Name           | Description                                   |
| -------------- | --------------------------------------------- |
| System Message | An instruction for LLM on how to answer query |

## Outputs

| Name             | Description                   |
| ---------------- | ----------------------------- |
| SimpleChatEngine | Final node to return response |


---

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