> 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
# Agentic Tools

Qdrant provides tools and resources that help AI agents work with Qdrant more effectively.
Use them to give your agent task-specific guidance, troubleshoot existing deployments, design and evaluate search systems, and apply Qdrant best practices to your specific use case.

## Start Building

If you're new to Qdrant, the Start building on Qdrant prompt takes your coding assistant from an empty project to a working search query.
It stands up a local instance, installs the client with local embeddings, adds the [Qdrant Advisor](https://qdrant.tech/documentation/agentic-tools/skills/index.md#the-qdrant-advisor) skill, and then builds against your own use case.


> Prompt: Start building on Qdrant
> Related agent skill: https://skills.qdrant.tech/meta/qdrant-advisor/SKILL.md


Qdrant runs in Docker and [FastEmbed](https://qdrant.tech/documentation/fastembed/fastembed-quickstart/index.md) generates embeddings on your machine, so you can go from nothing to a working search query without signing up for anything.

Collection configuration is important. A mismatched distance metric or a missing payload index can result in slower or lower quality search.
The prompt is written to make your assistant ask what you are building, then commit to those choices out loud before it writes any code.

## Agent Skills

[Agent skills](https://qdrant.tech/documentation/agentic-tools/skills/index.md) encode solutions architect knowledge as structured files your agent loads on demand.
They're organized around symptoms, so they answer "why is this happening, and what should I check first?"
Reach for skills when something is already running and behaving unexpectedly: slow search, growing memory, a stuck optimizer, poor relevance.

## Prompts in the Docs

Short, ready-to-use prompts appear directly on the documentation pages where they are relevant, so you can use the prompts when you need them instead of looking for them elsewhere.
Each prompt points to the agent skill your assistant should load. The prompt gets the task started; the skill provides the deeper Qdrant-specific guidance.
The [prompt index](https://qdrant.tech/documentation/agentic-tools/prompts/index.md) lists all available prompts.
