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

# Create metadata

> Define tenant metadata like name, industry, or contact

`tenantMetadata` allows you to define additional data about your tenant, such as the company name.

This will not be visible to your user. It is only accessible via the hotglue dashboard and API.

## Syntax

```javascript javascript    theme={null}
tenantMetadata: {           
  "Name": "Molot Industries",           
  "Contact": "David Molot"         
}   
```
