> ## Documentation Index
> Fetch the complete documentation index at: https://nestjs-query.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Getting Started

The `@ptc-org/nestjs-query-mongoose` package provides an implementation of `@ptc-org/nestjs-query-core` [QueryService](../../concepts/services).

This package is built using [mongoose](https://mongoosejs.com/) and [@nestjs/mongoose](https://docs.nestjs.com/techniques/mongodb). If you are unfamiliar with them I suggest you read their documentation first.

## Installation

[Installation Docs](../../introduction/install#ptc-orgnestjs-query-mongoose)

## Docs

* Read the [QueryService docs](../services)
* [Relations](./relations) - How to work with relations/references in `mongoose` with `nestjs-query`
* [Custom Service](./custom-service) - Example custom service
* [Serialization](./serialization) - How to serialize `sequelize` models.
