# Patchworks product documentation MCP server

## Introduction

The *Patchworks documentation MCP server* enables AI assistants to search and retrieve current Patchworks documentation in real-time, so you obtain accurate, documentation-backed answers in every conversation, seamlessly.

This section walks you through integrating the *Patchworks documentation MCP server* with your AI assistant of choice.

## Pages in this section

* [Integrating the Patchworks documentation MCP server with Claude](/product-documentation/developer-hub/patchworks-mcp/patchworks-product-documentation-mcp-server/integrating-the-patchworks-documentation-mcp-server-with-claude.md)
* [Integrating the Patchworks product documentation MCP server with Gemini](/product-documentation/developer-hub/patchworks-mcp/patchworks-product-documentation-mcp-server/integrating-the-patchworks-product-documentation-mcp-server-with-gemini.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.wearepatchworks.com/product-documentation/developer-hub/patchworks-mcp/patchworks-product-documentation-mcp-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
