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

# ProblemDetailsCard

> * ProblemDetailsCard - Problem category, urgency, and description * Shows the categorized problem with urgency level and customer's verbatim description.

* ProblemDetailsCard - Problem category, urgency, and description \* Shows the categorized problem with urgency level and customer's verbatim description.

## Props

<ResponseField name="problem" type="ProblemDetails" required={true}>
  problem
</ResponseField>

## Usage

```tsx theme={null}
import { ProblemDetailsCard } from '@/components/ProblemDetailsCard';

export default function Example() {
  return (
    <ProblemDetailsCard problem={problem} />
  );
}
```
