> For the complete documentation index, see [llms.txt](https://docs.themspkb.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.themspkb.com/ai-for-msps.md).

# AI for MSPs

- [AI in the MSP Stack](https://docs.themspkb.com/ai-for-msps/ai-in-the-msp-stack.md): Practical guide to understanding where AI actually shows up in MSP tools, how it differs from automation, and how to assess claims responsibly.
- [AI vs. Automation](https://docs.themspkb.com/ai-for-msps/ai-in-the-msp-stack/ai-vs.-automation.md): Understand the technical difference between deterministic automation and probabilistic AI, with decision frameworks for MSP workflows.
- [Where It Shows Up](https://docs.themspkb.com/ai-for-msps/ai-in-the-msp-stack/where-it-shows-up.md): Specific AI tools and features available in PSA/RMM platforms, with costs, capabilities, and vendor comparison for MSP decision-makers.
- [Implementation & ROI](https://docs.themspkb.com/ai-for-msps/ai-in-the-msp-stack/where-it-shows-up/implementation-and-roi.md)
- [What It Cant Do Yet](https://docs.themspkb.com/ai-for-msps/ai-in-the-msp-stack/what-it-cant-do-yet.md): AI brings efficiency but has hard limits that create operational and legal risks. Misuse or overconfidence can damage client trust, reduce staff capability, and increase liability.
- [Where We're Going](https://docs.themspkb.com/ai-for-msps/ai-in-the-msp-stack/where-were-going.md): Regulatory trends, compliance requirements, and preparation strategies for MSPs adopting AI tools in client environments.
- [Positioning & Preparation](https://docs.themspkb.com/ai-for-msps/ai-in-the-msp-stack/where-were-going/positioning-and-preparation.md)
- [Foundational AI Concepts](https://docs.themspkb.com/ai-for-msps/foundational-ai-concepts.md): Plain-language reference pages for the foundational research concepts behind the AI tools in the MSP stack — transformers, attention, BERT, large language models, in-context learning, foundation model
- [Attention Mechanism](https://docs.themspkb.com/ai-for-msps/foundational-ai-concepts/attention-mechanism.md): The attention mechanism — how modern AI models decide which parts of the input matter most — explained in plain terms for MSP operators, with a link to the 2017 paper that made it the core of the Tran
- [Transformer Architecture](https://docs.themspkb.com/ai-for-msps/foundational-ai-concepts/transformer.md): The Transformer — the neural-network architecture that underpins virtually every modern AI assistant — explained for MSP operators, with a link to the 2017 paper that introduced it.
- [BERT](https://docs.themspkb.com/ai-for-msps/foundational-ai-concepts/bert.md): BERT — the bidirectional language model that reshaped how machines understand text — explained for MSP operators, including how it differs from GPT-style models, with a link to the 2018 paper.
- [Pretraining and Fine-Tuning](https://docs.themspkb.com/ai-for-msps/foundational-ai-concepts/pretraining-and-fine-tuning.md): The pretrain-then-fine-tune paradigm — train one general model, then adapt it to specific tasks — explained for MSP operators, with links to the BERT and GPT-3 papers that defined and then challenged
- [Large Language Models](https://docs.themspkb.com/ai-for-msps/foundational-ai-concepts/large-language-models.md): Large language models (LLMs) — what they are, why scale matters, and where the "bigger is better" story breaks down — explained for MSP operators, with a link to the 2020 GPT-3 paper.
- [In-Context Learning](https://docs.themspkb.com/ai-for-msps/foundational-ai-concepts/in-context-learning.md): In-context learning — how large language models learn a task from a few examples in the prompt, with no retraining — explained for MSP operators, with a link to the 2020 GPT-3 paper.
- [Foundation Models](https://docs.themspkb.com/ai-for-msps/foundational-ai-concepts/foundation-models.md): Foundation models — the category name for the large, general-purpose AI models that power today's tools, and the risks of building everything on them — explained for MSP operators, with a link to the
- [RLHF and Alignment](https://docs.themspkb.com/ai-for-msps/foundational-ai-concepts/rlhf-and-alignment.md): RLHF and alignment — how raw language models are turned into helpful, instruction-following assistants using human feedback — explained for MSP operators, with a link to the 2022 InstructGPT paper.
- [AI Security](https://docs.themspkb.com/ai-for-msps/ai-security.md): Framework for securing AI in MSP environments, covering risks, compliance, governance, and operational safeguards.
- [Risks & Guardrails for AI in MSP Environments](https://docs.themspkb.com/ai-for-msps/ai-security/risks-and-guardrails-for-ai-in-msp-environments.md): A practical overview of risks and guardrails for securely integrating AI into MSP workflows.
- [Data Handling & Privacy](https://docs.themspkb.com/ai-for-msps/ai-security/data-handling-and-privacy.md): How AI tools process, store, and protect client data. Covers residency risks, training restrictions, anonymization, tenant isolation, and contract requirements.
- [Operational Safeguards & Oversight](https://docs.themspkb.com/ai-for-msps/ai-security/operational-safeguards-and-oversight.md): AI tools in MSP environments need strong oversight. This page explains the safeguards that keep AI outputs reliable, auditable, and safe to use in production.
- [Governance & Acceptable Use](https://docs.themspkb.com/ai-for-msps/ai-security/ai-governance-and-acceptable-use-policies.md): This guide provides policy templates, enforcement procedures, and training frameworks for how MSPs and clients should define, document, and disclose AI use responsibly.
- [Training, Detection & Enforcement](https://docs.themspkb.com/ai-for-msps/ai-security/ai-governance-and-acceptable-use-policies/training-detection-and-enforcement.md): Train staff on safe AI use, detect unauthorized “shadow AI,” and enforce policies with clear guardrails. Covers fundamentals, operational training, monitoring methods,


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.themspkb.com/ai-for-msps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
