# Service Categories and Types

Within Cubu, each case is assigned to a **service category**, a primary classification used to categorize cases based on their required work type. This service category is then subdivided into specific **service types**, offering a more granular breakdown of work classifications.

A service type determines the duration of work required to resolve a case. This duration determines the **appointment duration** that needs to be scheduled when using an appointment-based service.

Examples of possible service categories and types in different organization types:

{% tabs %}
{% tab title="Bank" %}

* Deposit Services
  * Savings Account Opening
  * Checking Account Services
  * Certificate of Deposit (CD) Management
* Loan Services
  * Personal Loan Application
  * Mortgage Loan Origination
  * Auto Loan Approval
* Payment and Transaction Services
  * Wire Transfers
  * Bill Payment
  * Cash and Coin Handling
    {% endtab %}

{% tab title="Customer Service" %}

* Customer Service
  * General Inquiry
  * Tech. Support
  * Billing Inquiry

{% endtab %}

{% tab title="Clinic" %}

* Orthopedics
  * Orthopedic Consultations
  * Sports Injuries
  * Casts and Splints
  * Work Injuries
* General Medical Consultation
  * Routine Check-ups
  * Sick Visits
  * Follow-up Appointments
  * Medication Management
  * Referral Consultations
    {% endtab %}

{% tab title="Pharmacy" %}

* Prescription Dispensing
  * Prescription Dispensing
* Over-the-counter (OTC) Medication
  * (OTC) Medication
* Medication Counseling
  * Counseling

{% hint style="info" %}
In this example, each category has one service type
{% endhint %}
{% endtab %}
{% endtabs %}

Every **service** in Cubu belongs to a specific category. When customers queue up or book an appointment for a service, a case is created in the service category.

## Service Category Fields

Select the relevant fields for the service category. These fields will be added to cases created in this service category.

<div align="left"><figure><img src="/files/uEm0SyWT8GpbiFYFtinp" alt="" width="563"><figcaption><p>Creating a Case with Fields</p></figcaption></figure></div>

## Service Category Tags

In the **Case Tags** tab, select the tags that could be added to cases with this service category. Tags provide a simple way to label and classify case records. Adding colored tags to a service category will help the agents further differentiate between cases and find relevant cases according to their tags.

## Service Types

* **Estimated work** (in minutes): This value determines **appointment duration** and helps estimate expected wait times.
* **Expected no-show rate** (percentage): Use past statistics to estimate the no-show rate for this service type. The no-show rate indicates the percentage of customers not attending their scheduled appointments.\
  When a service is configured to **compensate for no-shows** (see service settings), Cubu will allow overbooking appointments to compensate for the expected no-shows, thus increasing agents' time utilization.

## See Also

{% content-ref url="/spaces/8vfRpZGqpk7N0egaXMQ8/pages/yB6xaNPX9qfQZT4Z4Vbv" %}
[Managing Service Categories](/guides/admin-tools/service-and-process-configuration/managing-service-categories.md)
{% endcontent-ref %}

{% content-ref url="/spaces/8vfRpZGqpk7N0egaXMQ8/pages/11BidZs0629g9Le8Fc0S" %}
[Managing Service Types](/guides/admin-tools/service-and-process-configuration/managing-service-types.md)
{% endcontent-ref %}

{% content-ref url="/spaces/8vfRpZGqpk7N0egaXMQ8/pages/xTZcLZeGKZnezLksrL2V" %}
[Categorizing Cases with Tags](/guides/understanding-the-basics/process-management/categorizing-cases-with-tags.md)
{% endcontent-ref %}

{% content-ref url="/spaces/8vfRpZGqpk7N0egaXMQ8/pages/GTYLdjWD0vvoICaL7LLo" %}
[Storing Data with Fields](/guides/understanding-the-basics/process-management/storing-data-with-fields.md)
{% endcontent-ref %}


---

# Agent Instructions: 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:

```
GET https://docs.cubu.com/guides/understanding-the-basics/process-management/service-categories-and-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
