# Decentralized Guardian

- [Remote Policy UI](https://guardian.hedera.com/guardian-dev/guardian/decentralized-guardian/remote-policy-ui.md)
- [APIs](https://guardian.hedera.com/guardian-dev/guardian/decentralized-guardian/apis.md)
- [Returns the list of requests for adding remote policies](https://guardian.hedera.com/guardian-dev/guardian/decentralized-guardian/apis/returns-the-list-of-requests-for-adding-remote-policies.md)
- [Previews the policy from IPFS without loading it into the local DB.](https://guardian.hedera.com/guardian-dev/guardian/decentralized-guardian/apis/previews-the-policy-from-ipfs-without-loading-it-into-the-local-db..md)
- [Policy Import from IPFS](https://guardian.hedera.com/guardian-dev/guardian/decentralized-guardian/apis/policy-import-from-ipfs.md)
- [Approves policy Asynchronously](https://guardian.hedera.com/guardian-dev/guardian/decentralized-guardian/apis/approves-policy-asynchronously.md)
- [Rejects policy Asynchronously](https://guardian.hedera.com/guardian-dev/guardian/decentralized-guardian/apis/rejects-policy-asynchronously.md)
- [Approves Policy](https://guardian.hedera.com/guardian-dev/guardian/decentralized-guardian/apis/approves-policy.md)
- [Rejects policy](https://guardian.hedera.com/guardian-dev/guardian/decentralized-guardian/apis/rejects-policy.md)
- [Return a list of all policies](https://guardian.hedera.com/guardian-dev/guardian/decentralized-guardian/apis/return-a-list-of-all-policies.md)
- [Approves a request for an action from a remote Guardian](https://guardian.hedera.com/guardian-dev/guardian/decentralized-guardian/apis/approves-a-request-for-an-action-from-a-remote-guardian.md)
- [Rejects a request for an action from a remote Guardian](https://guardian.hedera.com/guardian-dev/guardian/decentralized-guardian/apis/rejects-a-request-for-an-action-from-a-remote-guardian.md)
- [Return a count of policy requests](https://guardian.hedera.com/guardian-dev/guardian/decentralized-guardian/apis/return-a-count-of-policy-requests.md)
- [Returns the list of existing keys](https://guardian.hedera.com/guardian-dev/guardian/decentralized-guardian/apis/returns-the-list-of-existing-keys.md)
- [Creates a new key](https://guardian.hedera.com/guardian-dev/guardian/decentralized-guardian/apis/creates-a-new-key.md)
- [Deletes the key with the specified ID](https://guardian.hedera.com/guardian-dev/guardian/decentralized-guardian/apis/deletes-the-key-with-the-specified-id.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/decentralized-guardian.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.
