> ## Documentation Index
> Fetch the complete documentation index at: https://honeydew.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Metadata

Any piece of logic in Honeydew can come with associated business metadata such as:

* Owner
* Description
* Labels
* Folder
* Display Name

<Tip>
  Labels can be used for lightweight governance (such as certifying a metric, or
  grouping attributes by business domain)
</Tip>

Metadata managed by Honeydew is accessible by other tools.

* [BI Tools](/integration/bi-tools/supported-tools) can access metadata via Metadata Sync, that pushes that metadata into the BI tool.
* [Native Application](/integration/snowflake-native-app) can access metadata via API calls.
* [SQL Interface](/integration/sql-interface) has some metadata (such as descriptions) exposed via standard JDBC interfaces.
* [AI](/integration/context-layer/ai-metadata) can access metadata through generated LLM prompts.

Honeydew metadata is part of the Honeydew YAML schema and is stored in Git repository.

<Tip>
  Catalog integrations typically use the native application API to access metadata.
</Tip>
