---
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>sap-document-ai, tutorial>free-tier]
primary_tag: topic>machine-learning
author_name: Juliana Morais
author_profile: https://github.com/Juliana-Morais
slug: cp-aibus-dox-free-service-instance
canonical_url: https://developers.sap.com/tutorials/cp-aibus-dox-free-service-instance
---

# Use Free Tier to Create a Service Instance for SAP Document AI
<!-- description --> Use the free tier service plan to create a service instance and the associated service key for SAP Document AI 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 SAP Document AI: [Manage Entitlements Using the Cockpit](btp-cockpit-entitlements)

## You will learn
  - How to check your subaccount entitlements and add SAP Document AI
  - How to create a service instance of SAP Document AI
  - How to create a service key for your service instance

---

### Access the SAP BTP cockpit


1. Open the [SAP BTP cockpit](https://cockpit.btp.cloud.sap).

2. Click the tile to access your subaccount.

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



### Check your entitlements


To use SAP Document AI, 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 `SAP Document AI`. ***If you find it 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-dox-free-service-instance/check-entitlements.png)

***ONLY if you DO NOT find `SAP Document AI` in your list, proceed as follows:***

  1.  Click **Edit**.

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

  2.  Click **Add Service Plans**.

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

  3.  Search for `SAP Document AI`. Choose the `free (Free Tier)` and `default (Application)` service plans. Click **Add 2 Service Plans**.

   >You can also perform this tutorial series using the following service plans intended for productive use: base edition (blocks_of_100), embedded edition (embedded_edition), or premium edition (premium_edition). To do so, choose either the `blocks_of_100`, `embedded_edition`, or `premium_edition` plan in this step (instead of `free`). For more information about the service plans available for SAP Document AI, see [Service Plans](https://help.sap.com/docs/document-information-extraction/document-information-extraction/service-plans).

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

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

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

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

You are now entitled to use SAP Document AI and create service instances.



### Create service instance


The Service Marketplace is where you find all the services available on SAP BTP. You'll now create a service instance of SAP Document AI.

1.  Click **Service Marketplace** on the navigation side bar. Search for **SAP Document AI** and click the tile to access it.

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

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

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

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

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

    >Choose `embedded_edition` in this step (instead of `free`) if you're using the embedded edition plan to perform this tutorial series.
    
    >Choose `premium_edition` in this step (instead of `free`) if you're using the premium edition plan to perform this tutorial series.

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

4. 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-dox-free-service-instance/view-instances.png)

You have successfully created a service instance for SAP Document AI.



### 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-dox-free-service-instance/create-service-key.png)

2. In the dialog, enter `doc-ai-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-dox-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-dox-free-service-instance/view-service-key.png)