# Editing Cases

Search for the **Case** you would like to **Edit** (see [**Searching for Cases**](https://github.com/InSite/docs/blob/master/ui/help/portal/issues/edit-issues/search-for-an-issue/README.md)) and open the **Case**.

You are able to edit the information in the **Case** by clicking on the **Pencil** icon (<i class="fa-pencil">:pencil:</i>) next to the field you need to edit.

You are able to attach supporting documents by clicking on the **Attachments** and then click on the **Attach Document** or **Request Document** buttons. (see [**Upload or Request a Document**](https://github.com/InSite/docs/blob/master/ui/help/portal/issues/issue-documents/upload-document/README.md))


---

# Agent Instructions: 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.shiftiq.com/help/cases/edit-cases.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.
