> 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/sample-scripts.md).

# Sample Scripts

Sample PowerShell scripts are available that demonstrate the connector pattern and illustrate how provider-specific settings can be mapped into the RAS. These should only be treated as samples. These samples are available via <https://github.com/Parallels/RAS-PowerShell/tree/master/Custom-Provider-Framework>

<table data-header-hidden="false" data-header-sticky><thead><tr><th>Script</th><th>Purpose</th><th>Expected settings</th><th>Notes</th></tr></thead><tbody><tr><td>Paralles-RAS-CPF-Basic.ps1</td><td>Reference implementation with dummy data.</td><td>token</td><td>Best starting point for understanding the protocol shape and method dispatch.</td></tr><tr><td>Parallels-RAS-CPF-Proxmox-basic.ps1</td><td>Example integration for Proxmox VE.</td><td>host, username, token_name, token_secret</td><td>Implements connectivity checks, guest list/get, and control mappings against the Proxmox API.</td></tr><tr><td>Parallels-RAS-CPF-Proxmox-advanced.ps1</td><td>Example integration for Proxmox VE based on package 2.</td><td>host, username, token_name, token_secret</td><td>Includes everything of the basic script and adds working with templates.</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/sample-scripts.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.
