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

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

## You will learn
  - How to check your Service Ticket Intelligence entitlements
  - How to create a service instance of Service Ticket Intelligence
  - 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-sti-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-sti-free-service-instance/access-subaccount.png)



### Check your entitlements


To use Service Ticket Intelligence, 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 `Service Ticket Intelligence`. ***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-sti-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-sti-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-sti-free-service-instance/add-service-plans.png)

  3.  In the dialog, select `Service Ticket Intelligence` and choose the `free` service plan. Click **Add 1 Service Plan**.

   >You can also perform this tutorial series using the `blocks_of_100` service plan. For that, choose the `blocks_of_100` plan in this step (instead of free). For more information on the service plans available for Service Ticket Intelligence and their usage details, see [Service Plans](https://help.sap.com/docs/SERVICE_TICKET_INTELLIGENCE/934ccff77ddb4fa2bf268a0085984db0/12e4b770e0d741a3911a5b196bf383f8.html).

   ![Add Service Plan](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-sti-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-sti-free-service-instance/save-entitlements.png)

You are now entitled to use Service Ticket Intelligence 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-sti-free-service-instance/access-marketplace.png)

2.  Next, search for **Service Ticket Intelligence** and click the tile to access the service.

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



### Create service instance


Next, you will create an instance of the Service Ticket Intelligence service.

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

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

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

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

    ![Create Instance](https://raw.githubusercontent.com/sap-tutorials/Tutorials/master/tutorials/cp-aibus-sti-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-sti-free-service-instance/view-instances.png)

You have successfully created a service instance for Service Ticket Intelligence.



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

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




