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

# Case Management

<figure><img src="/files/GU9KpQlRGy4LM5O9e3nP" alt=""><figcaption></figcaption></figure>

**Search Case (1):**  To search for a case, enter text into the search field. The search will include any appearance of the character string. For example, AND would return ‘Andrew’, ‘Sandra’, or an organization with ‘and’ in the name.<br>

![](/files/pDEsyXSdctVB9Z3hV0Fe)

**Filter Cases (2):** Filter cases by specific fields.

<figure><img src="/files/eqykXm7i3f8zpYabRpcY" alt=""><figcaption></figcaption></figure>

**Batch Action(3):** Select multiple entities to action at once.&#x20;

<figure><img src="/files/AsGE4ru5rkEcj3yw6rvH" alt=""><figcaption></figcaption></figure>

**Add Case (4):** To create a new Case, use the Add Case button.&#x20;

![](/files/U0DuLJvyEhg9NJBpZvoY)

**Attach User (5):** Attach an existing user to a Case by clicking the ‘+' icon. Click here for more information on attaching users.&#x20;

![](/files/bublugtzYvLOgjJCQ7VJ)

**Delete Case (6):** Click the 'X’ button to delete a Case. Read more about the delete button here.

![](/files/LM7QAKasMRHIkWvhuLhK)

**Potential Risks** within a particular Case are circled in red.&#x20;

<figure><img src="/files/tsBpURV6p55l6tBhXuUX" alt=""><figcaption></figcaption></figure>

## Manage existing cases

Clicking the row of a Case will bring you to the Case Details page. Details, potential matches, and relevant comments will display here. Read the corresponding article for more information on managing cases:

![](/files/DxGKYvLPvMVleK9Trvxx)

**Reports** for cases can be downloaded by clicking the "Request Case Report" button within the relevant case. The report is currently available for download in both PDF and DOCX format.

<figure><img src="/files/sOJ42tj5atGMqGOnqocG" alt=""><figcaption></figcaption></figure>


---

# 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://docs.icomplyis.com/product-docs/guides/icomplykyc/case-management.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.
