# Query Docs

> Query Snipara documentation when you need context about the codebase, APIs, architecture, or implementation details. Use this proactively whenever the user asks about how something works or where to find information. Use when this capability is needed.

- Skill: `tomevault-io/query-docs` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/query-docs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/query-docs/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/query-docs

---


When you need documentation or codebase context:

1. Use the `mcp__snipara__rlm_context_query` tool with:
   - `query`: The user's question or topic
   - `max_tokens`: 4000-8000 depending on complexity
   - `search_mode`: "hybrid" (best results)

2. If the query is complex, use `mcp__snipara__rlm_plan` first to break it down

3. For quick lookups, use `mcp__snipara__rlm_ask` (simpler, ~2500 tokens)

Examples:
- "How does authentication work?" → rlm_context_query("authentication", max_tokens=6000)
- "Where is the API defined?" → rlm_ask("API endpoints")
- "Database schema for users" → rlm_context_query("database schema users", max_tokens=4000)

Always prefer querying Snipara BEFORE reading individual files.

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/snipara) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

