> For the complete documentation index, see [llms.txt](https://guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guardian.hedera.com/docs/develop/policies.md).

# Policies

- [Policy Creation APIs](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis.md)
- [Prerequisite Steps](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/prerequesite-steps.md)
- [Policy Listing](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/policy-listing.md)
- [Creation of a Policy](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/creation-of-a-policy.md)
- [Retrieves Policy Configuration](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/retrieves-policy-configuration.md)
- [Updates Policy Configuration](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/updates-policy-configuration.md)
- [Publish a Policy](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/publish-a-policy.md)
- [Policy Validation](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/policy-validation.md)
- [Retrieval of Data from Root Policy Block](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/retrieval-of-data-from-root-policy-block.md)
- [Request Block Data](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/request-block-data.md)
- [Sends Data to Specified Block](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/sends-data-to-specified-block.md)
- [Returns Block ID by Tag](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/returns-block-id-by-tag.md)
- [Retrieves Block Data by Tag](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/retrieves-block-data-by-tag.md)
- [Sends Data to Specified Block by Tag](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/sends-data-to-specified-block-by-tag.md)
- [Returns List of Groups of a Particular User](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/returns-list-of-groups-of-a-particular-user.md)
- [Make the Selected Group Active](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/make-the-selected-group-active.md)
- [Export to Zip File](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/export-to-zip-file.md)
- [Exporting Message ID](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/exporting-message-id.md)
- [Import a Policy](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/import-a-policy.md)
- [Import from Zip File](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/import-from-zip-file.md)
- [Policy Preview from IPFS](https://guardian.hedera.com/docs/develop/policies/policy-creation-using-the-guardian-apis/policy-preview-from-ipfs.md)
- [Policy APIs — Async](https://guardian.hedera.com/docs/develop/policies/policy-related-apis-for-asynchronous-execution.md)
- [Creates New Policy](https://guardian.hedera.com/docs/develop/policies/policy-related-apis-for-asynchronous-execution/creates-new-policy.md)
- [Publishing a Policy](https://guardian.hedera.com/docs/develop/policies/policy-related-apis-for-asynchronous-execution/publishing-a-policy.md)
- [Importing a Policy from File](https://guardian.hedera.com/docs/develop/policies/policy-related-apis-for-asynchronous-execution/importing-a-policy-from-file.md)
- [Importing a Policy from IPFS](https://guardian.hedera.com/docs/develop/policies/policy-related-apis-for-asynchronous-execution/importing-a-policy-from-ipfs.md)
- [Policy Review](https://guardian.hedera.com/docs/develop/policies/policy-related-apis-for-asynchronous-execution/policy-review.md)
- [Policy Repository APIs](https://guardian.hedera.com/docs/develop/policies/policy-repository-apis.md)


---

# 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:

```
GET https://guardian.hedera.com/docs/develop/policies.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.
