# Modules APIs

- [Returns all Modules](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/modules/modules-apis/returns-all-modules.md)
- [Creating new Module](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/modules/modules-apis/creating-new-module.md)
- [Returns Module Menu](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/modules/modules-apis/returns-module-menu.md)
- [Retrieves Module Configuration](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/modules/modules-apis/retrieves-module-configuration.md)
- [Updates Module Configuration](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/modules/modules-apis/updates-module-configuration.md)
- [Delete the Module](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/modules/modules-apis/delete-the-module.md)
- [Publishing Module onto IPFS](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/modules/modules-apis/publishing-module-onto-ipfs.md)
- [Returns Hedera ID for specific Module](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/modules/modules-apis/returns-hedera-id-for-specific-module.md)
- [Exporting Module in zip format](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/modules/modules-apis/exporting-module-in-zip-format.md)
- [Import Module from IPFS](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/modules/modules-apis/import-module-from-ipfs.md)
- [Import module from zip file](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/modules/modules-apis/import-module-from-zip-file.md)
- [Preview Module from IPFS](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/modules/modules-apis/preview-module-from-ipfs.md)
- [Preview Module from zip file](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/modules/modules-apis/preview-module-from-zip-file.md)
- [Validates Module](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/modules/modules-apis/validates-module.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://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/modules/modules-apis.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.
