# docs

- [Dependencies](https://docs.tuannvm.com/slack-mcp-client/docs/dependencies.md)
- [Configuration Guide](https://docs.tuannvm.com/slack-mcp-client/docs/configuration.md)
- [Slack Formatting Guide](https://docs.tuannvm.com/slack-mcp-client/docs/format.md)
- [Implementation Notes: Slack MCP Client](https://docs.tuannvm.com/slack-mcp-client/docs/implementation.md)
- [Potential Improvements with langchaingo v0.1.14 and mcp-go v0.42.0](https://docs.tuannvm.com/slack-mcp-client/docs/improvements.md)
- [SimpleProvider RAG Implementation](https://docs.tuannvm.com/slack-mcp-client/docs/rag-json.md)
- [RAG OpenAI Vector Store Implementation](https://docs.tuannvm.com/slack-mcp-client/docs/rag-openai.md)
- [Redis RAG Implementation Plan](https://docs.tuannvm.com/slack-mcp-client/docs/rag-redis.md)
- [SQLite RAG Implementation & Migration Plan](https://docs.tuannvm.com/slack-mcp-client/docs/rag-sqlite.md)
- [RAG Implementation Strategy & Roadmap](https://docs.tuannvm.com/slack-mcp-client/docs/rag.md)
- [Signal-Based Reload Implementation (Implemented)](https://docs.tuannvm.com/slack-mcp-client/docs/reload.md)
- [Requirements for Slack MCP Client](https://docs.tuannvm.com/slack-mcp-client/docs/requirements.md)
- [Testing Guide: Slack MCP Client](https://docs.tuannvm.com/slack-mcp-client/docs/test.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://docs.tuannvm.com/slack-mcp-client/docs.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.
