> For the complete documentation index, see [llms.txt](https://docs.guardianservice.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis.md).

# Schema Creation Using APIs

- [Listing of Schema](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis/listing-of-schema.md)
- [Publishing schema based on schema ID](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis/publishing-schema-based-on-schema-id.md)
- [Updating Schema](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis/updating-schema.md)
- [Deleting a Schema](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis/deleting-a-schema.md)
- [Schema Preview from IPFS](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis/schema-preview-from-ipfs.md)
- [Schema Preview from Zip](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis/schema-preview-from-zip.md)
- [Export message IDs of Schema](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis/export-message-ids-of-schema.md)
- [Export Files from Schema](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis/export-files-from-schema.md)
- [Creation of Schema related to the topic](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis/creation-of-schema-related-to-the-topic.md)
- [Returns all Schemas related to the topic](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis/returns-all-schemas-related-to-the-topic.md)
- [Importing Zip file containing Schema](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis/importing-zip-file-containing-schema.md)
- [Import schema from Zip](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis/import-schema-from-zip.md)
- [Returning Schema by SchemaID](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis/returning-schema-by-schemaid.md)
- [Returns all child schemas](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/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://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/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://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis/previews-list-of-schemas-duplicates.md)
- [Returns all child schemas](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis/returns-all-child-schemas-1.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, and the optional `goal` query parameter:

```
GET https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/schemas/schema-creation-using-apis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
