> For the complete documentation index, see [llms.txt](https://api.clearinghouse.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api.clearinghouse.net/api-reference-v2p1/objects/case/documents.md).

# Documents

## available\_documents

(*array\[string]*)

A list of the types of documents available in the Clearinghouse for this case. For example, if the array includes `"Complaint (any)"`, then there is at least one document that is a complaint for the case.

| Value                                  | Description                                                                                                                                                                                                                                           |
| -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Any published opinion                  | A judicial opinion or order that has been published in a reporter. For more information on what it means for an opinion to be published, see [Citations](/api-reference-v2p1/objects/document/citations.md).                                          |
| Complaint (any)                        | A document that contains the facts underlying the lawsuit, the plaintiff's legal claims, and what the plaintiff would like the court to do. A complaint often starts a case.                                                                          |
| Injunctive (or Injunctive-like) Relief | A document that sets forth how a party will change its behavior. This could be a court order or a settlement.                                                                                                                                         |
| Monetary Relief                        | A document that awards monetary relief (e.g. damages) to a party.                                                                                                                                                                                     |
| Non-settlement Outcome                 | A document that provides an outcome to a case that is not a settlement, e.g. a judgment.                                                                                                                                                              |
| Trial Court Docket                     | The trial court docket for the case. This includes both dockets saved as PDF documents and dockets saved as Docket Entry objects. For more about the different ways we save dockets, see [Docket Entry](/api-reference-v2p1/objects/docket-entry.md). |
| U.S. Supreme Court merits opinion      | A U.S. Supreme Court opinion that contains legal analysis (as opposed to e.g. only denying certiorari).                                                                                                                                               |
| None of the above                      | We have no documents that fall into the above categories.                                                                                                                                                                                             |


---

# 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://api.clearinghouse.net/api-reference-v2p1/objects/case/documents.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.
