> Explore Qdrant's agent skills catalog at https://skills.qdrant.tech/
> Search the documentation at https://skills.qdrant.tech/search?query=your+query+here
> Use this file to discover all available pages: https://qdrant.tech/llms.txt
# Configuration

These pages cover the settings and runtime options available for customizing and administering a Qdrant deployment.

## Configuration

[Configuration](https://qdrant.tech/documentation/ops-configuration/configuration/index.md) describes how to customize Qdrant's behavior using config files and environment variables, covering storage paths, network interfaces, performance parameters, and feature flags.

## Resource Quotas

[Resource Quotas](https://qdrant.tech/documentation/ops-configuration/quotas/index.md) explains how to cap node memory and disk usage across a cluster, what happens when a node reaches a limit, and how to find the node that is full.

## Administration

[Administration](https://qdrant.tech/documentation/ops-configuration/administration/index.md) covers runtime administration tools that let you modify instance behavior without restarting, including recovery mode for resolving out-of-memory situations, low memory mode, and strict mode.

## Memory Tiers

[Memory Tiers](https://qdrant.tech/documentation/ops-configuration/memory-tiers/index.md) explains how the `memory` parameter (`cold`, `cached`, `pinned`) controls RAM residency for vectors, indexes, quantized data, and payloads.

## Usage Statistics

[Usage Statistics](https://qdrant.tech/documentation/ops-configuration/usage-statistics/index.md) explains what anonymized telemetry the open-source Qdrant image collects, why it's collected, and how to opt out.

## Running with GPU

[Running with GPU](https://qdrant.tech/documentation/ops-configuration/running-with-gpu/index.md) explains how to enable GPU-accelerated vector indexing using dedicated Docker images for NVIDIA and AMD hardware, available from Qdrant v1.13.0.
