# mAItion > mAItion is an all-in-one ready-to-use AI-powered tool that combines your existing knowledge with LLMs, allowing you to chat, search and interact with your data through a slick chat interface. ## Docs - [Health Check](https://docs.maition.com/api-reference/health-check.md): Combined health check for FastAPI, vector store, and Celery. - [Query Endpoint](https://docs.maition.com/api-reference/query-endpoint.md): Retrieve top-k chunks from vector store without LLM answer. - [Rephrase Endpoint](https://docs.maition.com/api-reference/rephrase-endpoint.md): Rephrase Node for by default 5 chunks using LLM. - [Environment Variables (Backend)](https://docs.maition.com/configuration/backend-env.md): Reference for backend environment variables in .env.rag.example used by the mAItion API and workers. - [Config reference](https://docs.maition.com/configuration/config-reference.md): Reference for mAItion config.yaml: sources, embedding, inference, and vector store settings. - [Environment Variables (Frontend)](https://docs.maition.com/configuration/frontend-env.md): Reference for frontend environment variables in .env.openwebui.example for mAItion OpenWebUI setup. - [Directory](https://docs.maition.com/connectors/directory-connector.md): Configure the mAItion Directory connector to ingest files from a local filesystem directory into the knowledge base. - [Jira](https://docs.maition.com/connectors/jira-connector.md): Configure the mAItion Jira connector to ingest Jira issues into the knowledge base. - [MediaWiki](https://docs.maition.com/connectors/mediawiki-connector.md): Configure the mAItion MediaWiki connector to ingest wiki pages via the MediaWiki API. - [Pipedrive](https://docs.maition.com/connectors/pipedrive-connector.md): Configure the mAItion Pipedrive connector to ingest CRM data from Pipedrive into the knowledge base. - [S3](https://docs.maition.com/connectors/s3-connector.md): Configure the mAItion S3 connector to ingest files from AWS S3 and S3-compatible storage. - [SerpAPI](https://docs.maition.com/connectors/serpapi-connector.md): Configure the mAItion SerpAPI connector to ingest Google search results on a schedule. - [Web](https://docs.maition.com/connectors/web-connector.md): Configure the mAItion Web connector to ingest content from web pages and sitemaps. - [Citation-backed answers](https://docs.maition.com/features/citation-backed-answers.md): How mAItion returns answers with source citations for traceability and trust. - [MCP Server](https://docs.maition.com/features/mcp-server.md): Expose mAItion's retrieval capabilities as an MCP endpoint for programmatic integration with agents and other systems. - [Up-to-date knowledge](https://docs.maition.com/features/up-to-date-knowledge.md): How mAItion keeps knowledge current with scheduled connector ingestion and refreshed context. - [FAQ](https://docs.maition.com/getting-started/faq.md): Frequently asked questions about mAItion setup, connectors, ingestion, and runtime behavior. - [What is mAItion?](https://docs.maition.com/getting-started/index.md): Learn what mAItion is, how it works, and what this documentation covers. - [Quick Start](https://docs.maition.com/getting-started/quickstart.md): Quick start guide for mAItion: prerequisites, configuration, startup, and first login. ## OpenAPI Specs - [openapi](https://docs.maition.com/openapi.yaml)