---
title: "Documentation Research"
description: "Access to current documentation and code examples for libraries and frameworks"
canonical_url: "https://meingpt.com/en/docs/integrations/integrated-databases/context7"
language: en
---

# Documentation Research

The Context7 MCP server provides access to current documentation and code examples for libraries and frameworks.

## Main Features

### Library Search
- **`resolve_library_id`**: Finds the correct library ID based on the name
  - Example: "React" → "/facebook/react"
  - Supports different spellings and aliases

### Documentation Retrieval
- **`get_library_docs`**: Loads relevant documentation for a specific library
  - Optional topic focusing (e.g., "hooks", "routing")
  - Adjustable token count for documentation scope
  - Context-based results based on user query

## Usage

1. **Find Library**: The server automatically searches for the matching library
2. **Retrieve Documentation**: Relevant sections are returned based on your question
3. **Code Examples**: Practical examples are directly integrated into the response

## Examples

```
"How do I use React Hooks?"
"Show me the Next.js routing documentation"
"MongoDB Aggregation Pipeline examples"
```

## Benefits

- Always current documentation
- No outdated information
- Direct code examples
- Context-based responses
