> For the complete documentation index, see [llms.txt](https://docs.frends.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.frends.com/bap/release-notes/bap-version-1.0.1.md).

# BAP Version 1.0.1

The Business Automation Portal is an entirely new Frends feature, where a second simplified user interface of Frends is deployed alongside the existing main Frends user interface.

This is the first public release of this Add-On product for Frends.

{% hint style="info" %}
The Business Automation Portal requires Frends to be on at least version 6.0.3.
{% endhint %}

## Business Automation Portal

The goal of the Business Automation Portal is to enable a no-code business user experience to discover pre-built integration flows from a library of templates, configure those integration flows, and to take them into use in the connected main Frends tenant.

The Portal capitalizes on the established Frends Templates feature, facilitating its use for business users.

Additionally, the Portal can be utilized to offer an embedded iPaaS experience for ISV/SaaS partners of Frends. This is achieved by developing a designated number of Templates that connect to their solutions or offering value-added services to their end customers through Frends.

### Features

The Portal supports the following use cases and functionalities:

* Business User onboarding and registration
  * Utilize an identity management system chosen by the customer
* Existing integration discoverability
  * See and search for integration templates published for usage in the Business Automation Portal
* Business User organization and user management
  * Configure template visibility and usage based on user organization
  * Create and manage organizations and user groups within the Business Automation Portal
* Integration monitoring
  * Provide business users with simplified monitoring tools and reports to keep track of the integrations in use
* White-labeling
  * Enable customers and partners to to make lightweight white-label customization such as altering fonts, colors, logos, etc.


---

# 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.frends.com/bap/release-notes/bap-version-1.0.1.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.
