> For the complete documentation index, see [llms.txt](https://ieg4.gitbook.io/onevu-digital-platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ieg4.gitbook.io/onevu-digital-platform/openprocess-cases-and-workflow/openprocess-flex/process-branches/nested-branches.md).

# Nested Branches

Not only can you have branches you can have branches inside branches. To illustrate, here is a more complex branching process:

![Nested process](https://3978362562-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgKIYotuJ2G9zOHXIfg%2Fuploads%2FQPIibBy7zlGYlCrO2DtM%2FScreenshot%202021-12-07%20at%2010.30.02.png?alt=media\&token=a5e9242e-6bd3-4aa5-9aae-6f1910269904)

In the above, imaginary, Report a Puddle (a play on report a pothole) process, if the puddle reported is the size of Loch Ness, it goes down the high priority branch. But within that branch if wildlife was spotted another set of branches is considered.&#x20;

You can have many, many process process branches nested like the above e.g. the following is a Building Control Application process:

![](https://3978362562-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MgKIYotuJ2G9zOHXIfg%2Fuploads%2Fr0j4nJQIcPwQDT7E9fNt%2FScreenshot%202021-12-07%20at%2010.33.37.png?alt=media\&token=cd86abdc-a102-4e4f-a569-c94ed9f51896)

&#x20;

So even the most complex of processes can be handled with this functionality.&#x20;


---

# 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, and the optional `goal` query parameter:

```
GET https://ieg4.gitbook.io/onevu-digital-platform/openprocess-cases-and-workflow/openprocess-flex/process-branches/nested-branches.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
