# Hydration

Hydration is the process of filling objects of your choosing with data from a {json:api} document. This can be used to e.g. directly store received API data into ORM entities.

To use hydration, you must provide at least one object linked to the primary resource type of the {json:api}-data you want to process.