> For the complete documentation index, see [llms.txt](https://manuals.dialox.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manuals.dialox.ai/store/skills/timeplans/how-to-add-a-flow-for-lunch-breaks.md).

# How to add a flow for lunch breaks

The opening hours settings of your bot don't allow for specific exceptions or additional timeplans. For this the [Timeplan skill](/store/skills/timeplans.md) can be very helpful.  The Timeplan skill allows you to set a specific tag for specific time plans. This way you could configure specific logic for a certain time plan.&#x20;

In case of lunch time you need to add a Timeplan that looks like this:

<figure><img src="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2Fw3AuDSbLKdw6LsxBeEyV%2FScreenshot%202024-02-12%20at%2012.04.48.png?alt=media&amp;token=b736a7b2-c3a6-4662-b2a5-da283544b035" alt=""><figcaption></figcaption></figure>

Now you can change your Flow to branch specifically on the tag `timeplan:lunch` the same way we implemented the out of office logic.

Add a link (1) from a [Branch node](/studio/flows/nodes/control-flow-branch.md) to a [Say node](/studio/flows/nodes/say.md) (2) that explains it is lunch time. This Say node will then link to the Note flow using the [Go to flow node](/studio/flows/nodes/control-flow-go-to-flow.md) (3).

<figure><img src="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2F9ieNZxXbiHw6yPW4X7rH%2FScreenshot%202024-02-12%20at%2012.13.50.png?alt=media&amp;token=2e808b6b-2a5e-4a7a-a874-eb4ca08f0d3c" alt=""><figcaption></figcaption></figure>

Click on the link to the Say node and change the Link details on the right hand side:

<figure><img src="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2FnX3PC5QNy6CGtDSdf3lX%2FScreenshot%202024-02-12%20at%2012.14.32.png?alt=media&amp;token=8440c4a7-45b8-4259-90ed-a2bbef384d0f" alt=""><figcaption></figcaption></figure>

Select the Timeplan tag and provide a label for explanatory purposes.

<figure><img src="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2FRazYuYf8MPd2qcjrKTSZ%2FScreenshot%202024-02-12%20at%2012.16.08.png?alt=media&amp;token=771493d4-7da2-456c-b7b9-59cc9c966abc" alt=""><figcaption></figcaption></figure>

And now you have a flow that handles lunch breaks too!

<figure><img src="https://3356808761-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FEBQHGJABNTj5ISSOTRxM%2Fuploads%2FGFQvs654qd3H9Hgv4vLT%2FScreenshot%202024-02-12%20at%2012.17.01.png?alt=media&amp;token=aac73f66-79fe-4393-bbd9-24fdc6d30170" alt=""><figcaption></figcaption></figure>
