> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fluz.app/llms.txt
> Use this file to discover all available pages before exploring further.

# BusinessCategory

> BusinessCategory represents a business category with its associated sub-categories.

**Object**

BusinessCategory represents a business category with its associated sub-categories.

## Fields

<ResponseField name="businessCategoryId" type="UUID!">
  Unique identifier for the business category.
</ResponseField>

<ResponseField name="categoryName" type="String!">
  Name of the category.
</ResponseField>

<ResponseField name="categoryDescription" type="String">
  Description of the category.
</ResponseField>

<ResponseField name="businessSubCategories" type="[BusinessSubCategory!]!">
  List of sub-categories associated with this category.
</ResponseField>
