# Conversation structure

With a customer journey map/diagram and sample dialog in hand, we can now take the final step towards creating a structure to implement in the OpenDialog platform. Specifically, we map journey steps to conversation components, and define any sub-journey steps as scenes.

The sample dialogs then help us define the turns and intents.

This step is the "glue" between the work we've done so far to inform the design, and the actual design in the platform.

As an example, consider the following diagram:

<figure><img src="/files/Q0lsygbpzZPKMf7K6ag6" alt="" width="218"><figcaption><p>Extract of a diagram</p></figcaption></figure>

Mapping this to conversations and scenes could look like this:

<figure><img src="/files/cAlXH9h6kpCXfBkbFLrX" alt="" width="272"><figcaption><p>Extract with conversations and scenes</p></figcaption></figure>

With the added level of detail, it becomes more straightforward to start implementing the structure in the OpenDialog conversation designer.


---

# 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/conversation-structure.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.
