> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hasmcp.com/llms.txt
> Use this file to discover all available pages before exploring further.

# General Workflows Knowledge Base

> Core architectural logic covering platform setups, pagination formatting, structured schema validation dependencies, and standard HTTP error troubleshooting.

# General Workflows

Core platform workflows, setup guides, and standard API documentation logically mapped and structured to troubleshoot standard integrations.

* [How do I set up HasMCP end-to-end?](/kb/end-to-end-setup)
* [How are API requests paginated?](/kb/api-pagination)
* [What does a 200 OK status code mean?](/kb/api-200-ok)
* [What does a 201 Created status code mean?](/kb/api-201-created)
* [What does a 204 No Content status code mean?](/kb/api-204-no-content)
* [How do I troubleshoot a 400 Bad Request error?](/kb/troubleshoot-400-bad-request)
* [How do I troubleshoot a 401 Unauthorized error?](/kb/troubleshoot-401-unauthorized)
* [How do I troubleshoot a 403 Forbidden error?](/kb/troubleshoot-403-forbidden)
* [How do I troubleshoot a 404 Not Found error?](/kb/troubleshoot-404-not-found)
* [How do I troubleshoot a 409 Conflict error?](/kb/troubleshoot-409-conflict)
* [How do I troubleshoot a 429 Too Many Requests error?](/kb/troubleshoot-429-rate-limit)
* [How do I troubleshoot a 500 Internal Server error?](/kb/troubleshoot-500-internal-server-error)
* [How does OpenAPI validation work?](/kb/openapi-validation)
* [How is the HasMCP REST API versioned?](/kb/api-versioning)
* [Where can I find the official OpenAPI specification?](/kb/openapi-specification-download)
