# 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.&#x20;

The sample dialogs then help us define the turns and intents.&#x20;

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

As an example, consider the following diagram:

<figure><img src="https://3203401256-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdP6xFXXyeBbibro1Ywnq%2Fuploads%2FJk3JgiQllo4XCxMDJFc2%2F2023-05-17_07-54-16.png?alt=media&#x26;token=4b563765-8535-43d1-8788-8a3c78aa5f71" alt="" width="218"><figcaption><p>Extract of a diagram</p></figcaption></figure>

Mapping this to conversations and scenes could look like this:&#x20;

<figure><img src="https://3203401256-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FdP6xFXXyeBbibro1Ywnq%2Fuploads%2FFTuAeuHV3D5WwzbawHP6%2F2023-05-17_07-53-21.png?alt=media&#x26;token=a2aeb2dd-0012-43c4-b871-daf364abf008" 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.&#x20;
