# Sample dialogs

## What

A sample dialog is an example of what a conversation between the assistant and the user could look like for a particular topic. It’s one possible path from start to end of a conversation.

Create one or several sample dialogs based on the use case to help you get started with the conversation design implementation.

Here's an example of a sample dialog:

<figure><img src="/files/TeHdFKuTFefglyv9ma96" alt=""><figcaption><p>Example of a sample dialog</p></figcaption></figure>

## Consider LLMs

LLMs can be helpful in creating sample dialogs. It is important to engineer the prompt to reflect the details of the use case, the context, etc.

## Templates

An example of a sample dialog is available here: [Sample Dialog Template](https://docs.google.com/spreadsheets/d/1A_W4DADyEu3TZwelWEQtvNYYOKEmcIMZbXjp79sZGWU/edit?usp=sharing)


---

# 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.opendialog.ai/opendialog-platform/conversation-designer/conversation-design/introduction/sample-dialogs.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.
