> For the complete documentation index, see [llms.txt](https://helpdocs.conducttr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocs.conducttr.com/faqs-and-common-issues/how-do-i.../how-do-i-add-branching-to-my-exercise.md).

# How do I add branching to my exercise?

Usually when people ask about branching they want to know how to make their exercises more responsive to player actions to create stakes and consequences. This can be accomplished by using:

* **Multiple Master Events Lists (MELs)** and having the Facilitator start or stop a MEL based on player actions or inaction
* **Pattern of Life (PoL)** to start or stop content publication

{% content-ref url="/pages/3DqsrFnCE9SFv7H1sCzI" %}
[Branching](/concepts/designing/exercise-design/branching.md)
{% endcontent-ref %}

{% content-ref url="/pages/K35ZNIxDPjO77Q2xm2VH" %}
[Multiple Master Events Lists](/feature-documentation/designing-and-running/master-events-list/multiple-master-events-lists.md)
{% endcontent-ref %}

{% content-ref url="/pages/62clYPD7UgPLtOJp3R7T" %}
[Pattern of Life (PoL)](/feature-documentation/designing-and-running/pattern-of-life-pol.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://helpdocs.conducttr.com/faqs-and-common-issues/how-do-i.../how-do-i-add-branching-to-my-exercise.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.
