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

# AI Rules

> Using AI to accelerate cloud service qualification and assessment

# AI Rules

Leverage AI assistants to streamline your cloud service qualification workflow. The CSQ Documentation MCP (Model Context Protocol) server provides real-time access to CSQ documentation, enabling AI-powered guidance.

## Using the CSQ Documentation MCP Server

The CSQ documentation is available as an MCP server, allowing AI assistants like Claude, Cursor, and Windsurf to access up-to-date information about cloud service qualification.

### Configuration

Add the CSQ Documentation MCP server to your AI assistant:

<CodeGroup>
  ```json Cursor / Windsurf theme={"dark"}
  {
    "mcpServers": {
      "csq-docs": {
        "url": "https://csq.p36.io/mcp"
      }
    }
  }
  ```

  ```json Claude Desktop theme={"dark"}
  {
    "mcpServers": {
      "csq-docs": {
        "url": "https://csq.p36.io/mcp"
      }
    }
  }
  ```

  ```json Claude Code theme={"dark"}
  {
    "mcpServers": {
      "csq-docs": {
        "url": "https://csq.p36.io/mcp"
      }
    }
  }
  ```

  ```json Langdock theme={"dark"}
  {
    "mcpServers": {
      "csq-docs": {
        "url": "https://csq.p36.io/mcp"
      }
    }
  }
  ```
</CodeGroup>

### Benefits

<CardGroup cols={2}>
  <Card title="Real-time Documentation Access" icon="book-open">
    AI assistants can query the latest CSQ documentation, qualification
    procedures, and best practices.
  </Card>

  <Card title="Context-Aware Guidance" icon="lightbulb">
    Receive relevant guidance based on your specific cloud service qualification
    scenario.
  </Card>

  <Card title="Reduced Research Overhead" icon="clock">
    Standardized protocol eliminates manual documentation lookups during
    qualification assessments.
  </Card>

  <Card title="Enhanced Accuracy" icon="circle-check">
    AI agents receive structured, up-to-date information rather than relying on
    potentially outdated training data.
  </Card>
</CardGroup>

## Use Cases

### Cloud Service Assessment Support

The CSQ Documentation MCP Server enables AI assistants to help with:

* **Qualification Planning**: Get guidance on initial qualification steps and requirements
* **Risk Assessment**: Understand risk categories and assessment criteria. To draft a full service risk assessment against your actual tenant data, see the tenant-scoped [CSQ Documentation MCP Server](/ai/CSQ-mcp-server)
* **Documentation Review**: Navigate compliance requirements and documentation standards
* **Template Configuration**: Assistance with setting up qualification templates
* **Deviation Analysis**: Support in analyzing and documenting service deviations

### Example Prompts

Here are some example prompts you can use with an AI assistant connected to the CSQ Documentation MCP Server:

```text theme={"dark"}
"How do I set up an initial qualification for a new cloud service?"
```

```text theme={"dark"}
"What are the risk assessment categories in CSQ?"
```

```text theme={"dark"}
"Explain the use case configuration options"
```

```text theme={"dark"}
"How do I handle deviations in a qualification?"
```

## Resources

* [Model Context Protocol Documentation](https://modelcontextprotocol.io/)
* [CSQ Platform Documentation](/introduction)
* [Getting Started with CSQ](/getting-started)
