# APIs related to Schema Rules

- [Creation of the new schema rule](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-rules/apis-related-to-schema-rules/creation-of-the-new-schema-rule.md)
- [Retrieve the schema rules](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-rules/apis-related-to-schema-rules/retrieve-the-schema-rules.md)
- [Retrieve the configuration of the rule by its ID](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-rules/apis-related-to-schema-rules/retrieve-the-configuration-of-the-rule-by-its-id.md)
- [Update the configuration of the rule with the corresponding ID](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-rules/apis-related-to-schema-rules/update-the-configuration-of-the-rule-with-the-corresponding-id.md)
- [Delete the rule by its ID](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-rules/apis-related-to-schema-rules/delete-the-rule-by-its-id.md)
- [Activate the rule with the specified ID](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-rules/apis-related-to-schema-rules/activate-the-rule-with-the-specified-id.md)
- [Deactivate the rule with the specified ID](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-rules/apis-related-to-schema-rules/deactivate-the-rule-with-the-specified-id.md)
- [List all the schemas and policy relevant to the rule with the specified ID](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-rules/apis-related-to-schema-rules/list-all-the-schemas-and-policy-relevant-to-the-rule-with-the-specified-id.md)
- [Retrieve all the data needed for evaluating the rules](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-rules/apis-related-to-schema-rules/retrieve-all-the-data-needed-for-evaluating-the-rules.md)
- [Create a new rule from the file](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-rules/apis-related-to-schema-rules/create-a-new-rule-from-the-file.md)
- [Load the file and return its preview](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-rules/apis-related-to-schema-rules/load-the-file-and-return-its-preview.md)
- [Export the selected rule (by ID) into the file](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-rules/apis-related-to-schema-rules/export-the-selected-rule-by-id-into-the-file.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/schemas/schema-rules/apis-related-to-schema-rules.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.
