> 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

<div class="date">
  <img class="date-icon" src="/icons/outline/date-blue.svg" alt="Calendar" />  Module 6 
</div>


# Inspecting a Collection

Two features for checking what you actually ingested.

| Feature | What it does |
|---------|--------------|
| [Facet counts](https://qdrant.tech/documentation/manage-data/payload/index.md#facet-counts) | Counts how many points hold each value of a payload field, which also shows how selective a filter would be. |
| [Random sampling](https://qdrant.tech/documentation/search/search/index.md#random-sampling) | Returns a random subset of a collection, for spot-checking ingested data. For a subset that repeats across queries, such as an evaluation set, use the [slice](https://qdrant.tech/documentation/search/filtering/index.md#slice) filter condition instead. |
