# metaobjects
## Description
"All of the metaobjects of the store." These custom data objects can be accessed individually by their type and handle, or iterated over from a metaobject definition.
## Overview
Metaobjects are created through the Content section of the Shopify admin and provide a flexible way to structure and manage custom data within a store.
## Key Features
- **Individual Access**: Retrieve specific metaobjects by specifying their type and handle
- **Iteration**: Loop through entries from a metaobject definition
- **Global Availability**: Accessible throughout Liquid templates
## Access Methods
1. **By Type and Handle**: Access a specific metaobject using its type and handle identifier
2. **By Definition**: Iterate over all entries within a metaobject definition
## Availability
- **Global**: Directly accessible in all Liquid contexts
---
**Note**: For detailed implementation examples and the complete metaobject object structure, refer to the official Shopify Liquid documentation on metaobject objects and definitions.