> For the complete documentation index, see [llms.txt](https://docs.openbrim.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openbrim.org/quick-guides/all-in-one-bridge-combination-of-workflows.md).

# All-in-One Bridge / Combination of Workflows

{% hint style="info" %}
The example below shows how multiple workflows are combined inside a single project and where the user switches between them.
{% endhint %}

1. Log in to your account and locate **Project** in the top-right corner.

   ![](https://openbrim.atlassian.net/wiki/download/attachments/2409103931/image-20240314-120447.png?api=v2)
2. Click **Project**, then click **NEW** in the top-left corner.

   ![](https://openbrim.atlassian.net/wiki/download/attachments/2409103931/image-20240314-120117.png?api=v2)
3. Under **All-in-One Bridge Workflows**, click **New Project** within **All-in-One Bridge Workflow**.

   ![](https://openbrim.atlassian.net/wiki/download/attachments/2409103931/image-20240314-120713.png?api=v2)

   ![](https://openbrim.atlassian.net/wiki/download/attachments/2409103931/image-20240314-121108.png?api=v2)
4. Provide a name for your project.

   ![](https://openbrim.atlassian.net/wiki/download/attachments/2409103931/image-20240314-121446.png?api=v2)
5. Click **Data** at the bottom of the page.

   ![](https://openbrim.atlassian.net/wiki/download/attachments/2409103931/image-20240314-121842.png?api=v2)
6. Open the available workflows by clicking the gear icon ![](https://openbrim.atlassian.net/wiki/s/-505230918/6452/267b0663176c4f8787189805bf0a33b7c6d3998e/_/images/icons/emoticons/72/2699.png) on the left.

   ![](https://openbrim.atlassian.net/wiki/download/attachments/2409103931/image-20240314-122150.png?api=v2)

   ![](https://openbrim.atlassian.net/wiki/download/attachments/2409103931/image-20240314-123657.png?api=v2)

{% hint style="info" %}
Use the gear icon to switch between workflows inside the project.
{% endhint %}

{% hint style="warning" %}
Each workflow has its own specific objects, but some objects are shared across workflows. Common objects are visible in every workflow; workflow-specific objects only appear after you open the relevant workflow tree.
{% endhint %}


---

# 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://docs.openbrim.org/quick-guides/all-in-one-bridge-combination-of-workflows.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.
