> For the complete documentation index, see [llms.txt](https://docs.cubu.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cubu.com/guides/user-tools/agent-console/the-case-tab.md).

# The Case Tab

The Case Tab displays a single case's details and provides tools for processing it.

## Case Tab Components

### Case Header

The case header displays the case status, entry mode, current inbox, service category, service type, linked customer, and action panel.&#x20;

The action panel allows you to assign a user and perform other actions, such as resolving or moving the case to another inbox.

The case status determines the available actions.

<div align="left"><figure><img src="/files/NRCIOXlbKYyO3yLM8b8t" alt="" width="563"><figcaption><p>Case Header</p></figcaption></figure></div>

### Case Record

The Case Record section allows you to tag the case and edit the case's fields. The case's service category determines the available tags and fields.

You can edit the case record only after you start processing it (the case status is **Active** and is locked by you).

<figure><img src="/files/FR5vQDSrNMuFLOCiHSE1" alt=""><figcaption><p>Case Record</p></figcaption></figure>

### Notes

The notes section is a useful tool for adding additional information to a case. One example of when you might use it is when you are moving the case to another inbox.&#x20;

Regardless of the case status, agents can add multiple notes to a case, allowing for documented discussions about the case.

<figure><img src="/files/II8uGFs9FapW0D51njSM" alt=""><figcaption><p>Case Notes</p></figcaption></figure>

## Side Panels

Side Panels provide additional information about the case.

### Case Information Panel

* Shows the case No., date opened, date closed, etc.
* Allows the agent to change the case's language and channel.

### Customer Panel

If a Customer record is linked to the case, use the Customer Panel to view the customer's details.

### Automation Log Panel

This panel lists automations run for this case.

### SMS Messages Panel

This panel lists SMS messages sent regarding this case record.

### History Panel

This panel depicts the case history by listing the inboxes the case has been in and its status changes.

<div align="left"><figure><img src="/files/uRsGtIFGxtHhMCjxzuN2" alt="" width="375"><figcaption></figcaption></figure></div>

### Change Log Panel

This panel offers comprehensive change tracking for the case, listing all modifications made along with detailed comparisons of old and new values.

<div align="left"><figure><img src="/files/WDV59GRebiTn1LHojoZt" alt="" width="375"><figcaption></figcaption></figure></div>

## See Also

{% content-ref url="/spaces/8vfRpZGqpk7N0egaXMQ8/pages/vyb4UJaR66e1U5F2YBu7" %}
[Introduction to Cases](/guides/understanding-the-basics/process-management/introduction-to-cases.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/user-tools/agent-console/the-case-tab.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.
