---
parser: v2
auto_validation: true
time: 15
tags: [tutorial>beginner, topic>machine-learning, topic>artificial-intelligence, topic>cloud, software-product>sap-business-technology-platform, software-product>sap-ai-services, software-product>business-entity-recognition, tutorial>free-tier]
primary_tag: topic>machine-learning
author_name: Juliana Morais
author_profile: https://github.com/Juliana-Morais
slug: cp-aibus-ber-free-service-instance
canonical_url: https://developers.sap.com/tutorials/cp-aibus-ber-free-service-instance
---

# Use Free Tier to Create a Service Instance for Business Entity Recognition
<!-- description --> Create a service instance and the associated service key for Business Entity Recognition using the free tier service plan.

## Prerequisites
- You have created an account on SAP BTP to try out free tier service plans: [Get an Account on SAP BTP to Try Out Free Tier Service Plans](btp-free-tier-account)
- You are entitled to use the Business Entity Recognition service: [Manage Entitlements Using the Cockpit](btp-cockpit-entitlements)

## You will learn
  - How to check your Business Entity Recognition entitlements
  - How to create a service instance of Business Entity Recognition
  - How to create a service key for your service instance

---

### Access the SAP BTP cockpit


1. Open the [SAP BTP cockpit](https://account.hana.ondemand.com/cockpit#/home/allaccounts).

2. Access your global account.

    ![Access Subaccount](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-ber-free-service-instance/global-account.png)

3. Click the tile that represents the subaccount that you'll use throughout these tutorials.

![Access Subaccount](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-ber-free-service-instance/access-subaccount.png)



### Check your entitlements


To use Business Entity Recognition, you need to make sure that your account is properly configured.

1. On the navigation side bar, click **Entitlements** to see a list of all eligible services. You are entitled to use every service in this list according to the assigned service plan.

2. Search for `Business Entity Recognition`. ***If you find the service in the list, you are entitled to use it. Now you can set this step to **Done** and proceed with Step 3.***

![Check Entitlements](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-ber-free-service-instance/check-entitlements.png)

***ONLY if you DO NOT find the service in your list, proceed as follows:***

  1.  Click **Configure Entitlements**.

   ![Configure Entitlements](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-ber-free-service-instance/configure-entitlements.png)

  2.  Click **Add Service Plans**.

   ![Add Service Plans](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-ber-free-service-instance/add-service-plans.png)

  3.  In the dialog, select `Business Entity Recognition` and choose the `free` service plan. Click **Add 1 Service Plan**.

   >You can also perform this tutorial series using the `standard` service plan. For that, choose the `standard` plan in this step (instead of free). For more information on the service plans available for Business Entity Recognition and their usage details, see [Service Plans](https://help.sap.com/docs/Business_Entity_Recognition/b43f8f61368d455793a241d2b10baeb2/cbdf2b3ebb7946c6a218a6c8612a15d3.html).

   ![Add Service Plan](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-ber-free-service-instance/add-service-plan.png)

  4.  Click **Save** to save your entitlement changes.

   ![Save Entitlements](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-ber-free-service-instance/save-entitlements.png)

You are now entitled to use Business Entity Recognition and create instances of the service.



### Access service via Service Marketplace


The Service Marketplace is where you find all the services available on SAP BTP.

1.  To access it, click **Service Marketplace** on the navigation side bar.

    ![Access Marketplace](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-ber-free-service-instance/access-marketplace.png)

2.  Next, search for **Business Entity Recognition** and click the tile to access the service.

    ![Access Service](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-ber-free-service-instance/access-service.png)



### Create service instance


Next, you will create an instance of the Business Entity Recognition service.

1. Click **Create** to start the service instance creation dialog.

    ![Create Instance](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-ber-free-service-instance/create-instance.png)

2. In the dialog, choose the `free` plan. Enter a name for your new instance, for example, `ber-instance` and click **Create**.

    >Choose `standard` in this step (instead of free) if you're using the `standard` plan to perform this tutorial series.

    ![Create Instance](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-ber-free-service-instance/create-instance-dialog.png)

3. In the following dialog, click on **View Instance** to navigate to the list of your service instances.

    ![View Instances](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-ber-free-service-instance/view-instances.png)

You have successfully created a service instance for Business Entity Recognition.



### Create service key


You are now able to create a service key for your new service instance. Service keys are used to generate credentials to enable apps to access and communicate with the service instance.

1. Click the dots to open the menu and select **Create Service Key**.

    ![Service Key](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-ber-free-service-instance/create-service-key.png)

2. In the dialog, enter `ber-service-key` as the name of your service key. Click **Create** to create the service key.

    ![Create Service Key](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-ber-free-service-instance/create-service-key-name.png)

You have successfully created a service key for your service instance. You can now view the service key in the browser or download it.

![View Service Key](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-ber-free-service-instance/view-service-key.png)

You will need the service key values in the next tutorial: [Get OAuth Access Token for Business Entity Recognition via Web Browser](cp-aibus-ber-web-oauth-token).


