# Integration

Let us take an example of a Public Holiday workflow like the image below.&#x20;

![Public Holiday Workflow](/files/mBebRI5hEQNapTQ4G3HU)

To integrate process flow with dialog, go to the **Bot Settings** menu and click the **Dialog Flows** menu, then you will see a dialog flow page, click the **'New Dialog'** button.

![Dialog Flow Page](/files/dsmWk8W594GFaT0krlBi)

In the integration process, click toggle 'FINAL' to integrate process flow on the dialog. Select 'workflow service' and select the process flow in accordance with the dialog that has been made.

![Dialog Flow Page – Integration (Add Workflow Service)](/files/WKTEwLMPv0VZuGX7oVQz)

After save and build dialog, attach your dialog that has been made on the bot. Go to the **Bot Settings** menu and click the **Bot Manager** menu, then you will see a bot manager page, select bot, and click the **'Dialog'** button. In the pop-up, search dialog and click the **'Attach'** button.

![Bot Manager Page – Attach Dialog](/files/Qu08ZrefTctDO249RkBa)


---

# 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.3dolphins.ai/bot-settings/process-flow/integration.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.
