> For the complete documentation index, see [llms.txt](https://jolzee.gitbook.io/leopard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jolzee.gitbook.io/leopard/components/splitting-a-response.md).

# Splitting Answers - Chunks

## Screenshot

<div align="left"><img src="/files/-M7Tuj0ogIvBgcBwoNQs" alt=""></div>

Sometimes you want to build up a response from a series of output nodes in Teneo but have control over splitting the final response into what seems like separate messages in the chat window. This can help provide context and allow for a logic separation of some messages.&#x20;

To add a split to any message just add a couple pipe symbols `||` at the location where you would like the split to occur. The pipe signs will be removed from the final output.&#x20;

{% hint style="info" %}
Most of the modals options use the answer text to some extent in the display of the resulting modal. If you are using message splitting in the response then the first message is displayed in the modal.&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://jolzee.gitbook.io/leopard/components/splitting-a-response.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.
