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

# Relationships & includes

> Learn about relationships and includes in the PostFlow API.

Some endpoints support the `include` query parameter to enrich the response with related resources. Pass a comma-separated list of relationship names to load them alongside the primary data.

```http theme={null}
GET /posts?include=media
```

Multiple relationships can be included by separating them with a comma:

```http theme={null}
GET /posts?include=media,labels,postComments
```
