# Schema APIs

- [Listing of Schema](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/creation-of-a-schema-1.md)
- [Publishing Schema based on Schema ID](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/publishing-schema-based-on-schema-id.md)
- [Updating Schema](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/updating-schema.md)
- [Deleting a Schema](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/deleting-a-schema.md)
- [Schema Preview from IPFS](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/schema-preview-from-ipfs.md)
- [Schema Preview from Zip](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/schema-preview-from-zip.md)
- [Export message IDs of Schema](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/export-a-schema.md)
- [Export Files from Schema](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/export-a-schema-1.md)
- [Creation of Schema related to the topic](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/creation-of-schema-related-to-the-topic.md)
- [Returns all Schemas related to the topic](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/returns-all-schemas-related-to-the-topic.md)
- [Importing Zip file containing Schema](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/importing-zip-file-containing-schema.md)
- [Importing Schema from IPFS](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/importing-schema-from-ipfs.md)
- [Returning Schema by SchemaID](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/returning-schema-by-schemaid.md)
- [Returns all child schemas](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/returns-all-child-schemas.md)
- [Deletes all schemas by topic id. Only users with the Standard Registry are allowed.](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/deletes-all-schemas-by-topic-id.-only-users-with-the-standard-registry-are-allowed..md)
- [Previews list of schemas duplicates](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/previews-list-of-schemas-duplicates.md)
- [Returns a sample payload for the schema by schema Id.](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/schemas/schema-creation-using-apis/returns-a-sample-payload-for-the-schema-by-schema-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/standard-registry/schemas/schema-creation-using-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.
