> For the complete documentation index, see [llms.txt](https://help.radiantsecurity.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.radiantsecurity.ai/manage-radiant/organization-settings/cases.md).

# Cases

### **Cases**

Radiant can create, title, summarize, and close cases automatically, reducing manual case management for your team. These settings live under Settings > Cases and give you control over how much of the case lifecycle Radiant handles on your behalf.

**The Cases settings page**

To manage case automation and closure settings:

1. Open the left side menu.
2. Go to the **Settings** menu and select **Cases**.

#### Case Automation

Radiant can automatically group related alerts into cases, then generate a title and summary for each one.

**Case creation**\
Allows Radiant to automatically create cases by grouping related alerts. When this is off, cases are only created when a user manually escalates an alert. For more on manual escalation, see [Escalate and Manage Cases](https://help.radiantsecurity.ai/radiant-cases/radiant-cases/escalate-and-manage-cases).

**Case title**\
Allows Radiant to generate case titles automatically based on the associated alerts.

**Case summary**\
Allows Radiant to generate a case summary automatically when a case is created.

{% hint style="info" %}
Radiant requires every case to have a title and a summary before it can be created. For this reason, turning on Case creation also turns on Case title and Case summary, and locks them on. If you want to turn off Case title or Case summary, disable Case creation first.
{% endhint %}

To disable case automation:

1. Click the toggle beside **Case creation** to switch it off.
2. With Case creation off, you can independently toggle **Case title** and **Case summary**.

#### Case Closure

Radiant can automatically close cases that have been open longer than a specified number of days. This setting is enabled by default.

To configure automatic case closure:

1. Confirm the toggle beside **Automatically close incidents that have been open for a specified number of days** is on.
2. In the **Days** field, enter the number of days a case can remain open before Radiant closes it automatically.
3. Click **Apply Changes** to save.

To turn off automatic case closure, click the toggle off. Cases will then remain open until a user closes them manually.


---

# 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, and the optional `goal` query parameter:

```
GET https://help.radiantsecurity.ai/manage-radiant/organization-settings/cases.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
