# Related Items

## cases

(*array\[string]*)

The cases that are related to the resource.

If the resource also has related case types, causes of action, issues, special collections, or attorney organizations, individual cases that all under those related items will *not* be part of `cases`.

## case\_types

(*array\[string]*)

The case types that are related to the resource. For a full list of case types, see [#case\_types](/api-reference-v2p1/objects/case/case-details.md#case_types).

## causes

(*array\[string]*)

The causes of action that are related to the resource. For a full list of causes of action, see [#causes](/api-reference-v2p1/objects/case/causes-of-action.md#causes).

## issues

(*array\[string]*)

The issues that are related to the resource. For a full list of issues, see [#issues](/api-reference-v2p1/objects/case/issues.md#issues).

## special\_collections

(*array\[string]*)

The special collections that are related to the resource. For a full list of special collections, see [#special\_collections](/api-reference-v2p1/objects/case/case-details.md#special_collections).

## attorney\_orgs

(*array\[string]*)

The attorney organizations that are related to the resource. For a full list of attorney organizations, see [#attorney\_orgs](/api-reference-v2p1/objects/case/parties.md#attorney_orgs).


---

# 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://api.clearinghouse.net/api-reference-v2p1/objects/resource/related-items.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.
