# APIs related to Policy Labels

- [Creating new Label definition](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/creating-new-label-definition.md)
- [Retrieve the list of Label definitions](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/retrieve-the-list-of-label-definitions.md)
- [Retrieve a label definition configuration by ID](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/retrieve-a-label-definition-configuration-by-id.md)
- [Update Label configuration by ID](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/update-label-configuration-by-id.md)
- [Delete Label definition by ID](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/delete-label-definition-by-id.md)
- [Publish Label definition by ID](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/publish-label-definition-by-id.md)
- [Publish Label definition by ID asynchronously](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/publish-label-definition-by-id-asynchronously.md)
- [Retrieve the list of components for Label configuration (schemas, policies, etc)](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/retrieve-the-list-of-components-for-label-configuration-schemas-policies-etc.md)
- [Import Label configuration from a file](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/import-label-configuration-from-a-file.md)
- [Export Label configuration to a file](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/export-label-configuration-to-a-file.md)
- [Preview of the imported file](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/preview-of-the-imported-file.md)
- [Search for Labels and Statistics for importing into Label configuration](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/search-for-labels-and-statistics-for-importing-into-label-configuration.md)
- [Retrieve the list of created tokens (VPs) for which a Label document can be created](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/retrieve-the-list-of-created-tokens-vps-for-which-a-label-document-can-be-created.md)
- [Retrieve token (VP) and all its dependencies by document ID](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/retrieve-token-vp-and-all-its-dependencies-by-document-id.md)
- [Create a new Label document for token (VP)](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/create-a-new-label-document-for-token-vp.md)
- [Retrieve a list of created Label documents](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/retrieve-a-list-of-created-label-documents.md)
- [Retrieve Label document by ID](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/retrieve-label-document-by-id.md)
- [Retrieve linked Label documents by ID](https://guardian.hedera.com/guardian-dev/guardian/standard-registry/policies/policy-labels/apis-related-to-policy-labels/retrieve-linked-label-documents-by-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/policies/policy-labels/apis-related-to-policy-labels.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.
