# Say: LLM

This is a special type of [**Say**](/studio/flows/nodes/say.md) node. Instead of it saying the exact words you configured in the attributes of this node, it will simply continue the conversation based on the conversation so far and the instruction you provide in the [Prompt](/studio/ai/prompts.md).

Large language models (LLMs) are great at understanding user questions and provide sensible answers based on the information stored in the common knowledge of the language model. The [LLM Flows skill](/store/skills/llm-flows.md) adds this Flow node to your Flow designer.

## How to use?

The **Say: LLM** node can be used anywhere in your Flow. One of the use cases for this node could for instance be to summarize the conversation so far without writing any code. Instead you simply write a [prompt](/studio/ai/prompts.md#how-to-managing-prompts) with the following instruction:

<figure><img src="/files/YiEtj2uStwETVAyYrskg" alt=""><figcaption><p>Prompt to use together with the Say: LLM node</p></figcaption></figure>

Now you can construct a Flow that uses this prompt to summarise the conversation to confirm with the user the information provided so far:

<figure><img src="/files/IZ7uEXeviMQ4isSgVXrP" alt=""><figcaption><p>Use the Say LLM in your Flow</p></figcaption></figure>

The LLM can use a specific instruction from you (as the Smart App designer) to guide the generation of the answer. This instruction is given in the form of a "Prompt". The prompt can be configured in the [AI section](/studio/ai.md) of the platform. Besides instructions, the prompt will also contain content that the LLM can use on top of its own dataset to generate answers, like information regarding your address, opening hours, parking instructions, etc. See the [Prompts](/studio/ai/prompts.md) page for more information on this topic.

## Node properties

| Property | Description                                                                                                                | Explanation |
| -------- | -------------------------------------------------------------------------------------------------------------------------- | ----------- |
| Prompt   | The [prompt](/studio/ai/prompts.md) which contains the instructions and content the LLM can use when generating a response |             |

## Resources

* [Say](/studio/flows/nodes/say.md)
* [Prompts](/studio/ai/prompts.md)
* [LLM Flows](/store/skills/llm-flows.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://manuals.dialox.ai/studio/flows/nodes/say-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.
