> For the complete documentation index, see [llms.txt](https://docs.parallels.com/landing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.parallels.com/landing/ras-cpf-integration-guide/custom-provider-framework/support-and-responsibility-model.md).

# Support and Responsibility Model

Custom Provider introduces a shared-responsibility operating model. Parallels provides the framework, the configuration surface, and sample implementations. The customer, partner, or community author remains responsible for the behavior of the external script and the target platform automation it performs.

<table data-header-hidden="false" data-header-sticky><thead><tr><th>Area</th><th width="257.44140625">Parallels</th><th>Customer / partner / script author</th></tr></thead><tbody><tr><td>Connector framework</td><td>Provides the RAS integration contract, UI/API surface, and sample code.</td><td>Consumes the framework and implements the provider-specific automation.</td></tr><tr><td>Script quality and maintenance</td><td>May publish examples and guidance.</td><td>Owns correctness, hardening, updates, and compatibility of non-native scripts.</td></tr><tr><td>Troubleshooting</td><td>Can help determine whether RAS is invoking the connector correctly and collecting logs.</td><td>Must debug provider API logic, credentials, certificates, network reachability, and vendor-specific behavior.</td></tr><tr><td>Support escalation</td><td>Can review framework behavior and collected logs.</td><td>Should validate the script before opening tickets and provide reproducible evidence, logs, and script version details.</td></tr></tbody></table>


---

# 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:

```
GET https://docs.parallels.com/landing/ras-cpf-integration-guide/custom-provider-framework/support-and-responsibility-model.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.
