# APIs for Asynchronous Execution

- [Creates new Policy](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-creation/apis-for-asynchronous-execution/creates-new-policy.md)
- [Publishing a Policy](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-creation/apis-for-asynchronous-execution/publishing-a-policy.md)
- [Importing a Policy from IPFS](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-creation/apis-for-asynchronous-execution/importing-a-policy-from-ipfs.md)
- [Importing a Policy from file](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-creation/apis-for-asynchronous-execution/importing-a-policy-from-file.md)
- [Policy Review](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-creation/apis-for-asynchronous-execution/policy-review.md)
- [Importing Policy from a Zip file with Metadata](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-creation/apis-for-asynchronous-execution/importing-policy-from-a-zip-file-with-metadata.md)
- [Returns a policy navigation](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-creation/apis-for-asynchronous-execution/returns-a-policy-navigation.md)
- [Returns a list of groups the user is a member of.](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-creation/apis-for-asynchronous-execution/returns-a-list-of-groups-the-user-is-a-member-of..md)
- [Makes the selected group active. if UUID is not set then returns the user to the default sta](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-creation/apis-for-asynchronous-execution/makes-the-selected-group-active.-if-uuid-is-not-set-then-returns-the-user-to-the-default-sta.md)
- [Get policy documents. Only users with the Standard Registry role are allowed to request this](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-creation/apis-for-asynchronous-execution/get-policy-documents.-only-users-with-the-standard-registry-role-are-allowed-to-request-this.md)
- [Get policy documents with filters](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-creation/apis-for-asynchronous-execution/get-policy-documents-with-filters.md)
- [Remove multiple policies by their IDs.](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-creation/apis-for-asynchronous-execution/remove-multiple-policies-by-their-ids..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/policy-creation/apis-for-asynchronous-execution.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.
