# Status Lists

- [Create a Status List](https://docs.cheqd.io/product/api-reference/status-lists/create.md): Create an unencrypted Status List as a DID-Linked Resource using cheqd Studio.
- [Update a Status List](https://docs.cheqd.io/product/api-reference/status-lists/update.md): Update an unencrypted Status List as a DID-Linked Resource using cheqd Studio.
- [Create Encrypted Status List](https://docs.cheqd.io/product/api-reference/status-lists/create-encrypted.md): Create an encrypted Status List as a DID-Linked Resource using cheqd Studio.
- [Update Encrypted Status List](https://docs.cheqd.io/product/api-reference/status-lists/update-encrypted.md): Update an encrypted Status List as a DID-Linked Resource using cheqd Studio.
- [Verify a Status List](https://docs.cheqd.io/product/api-reference/status-lists/verify.md): Verify an unencrypted Status List using cheqd Studio.
- [Search Status Lists](https://docs.cheqd.io/product/api-reference/status-lists/search.md): Search for Status Lists on cheqd using cheqd Studio.


---

# 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.cheqd.io/product/api-reference/status-lists.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.
