> 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/admin-configuration-workflow.md).

# Admin Configuration Workflow

The Custom Provider onboarding flow follows a wizard-like experience in RAS.

<table data-header-hidden="false" data-header-sticky><thead><tr><th>Step</th><th>Admin action</th><th>Details</th></tr></thead><tbody><tr><td><ol start="1"><li>General</li></ol></td><td>Provide provider identity and broker-related settings.</td><td>Name, description, credentials for communication with the Connection Broker, Guest Agent deployment credentials, and preferred Connection Broker.</td></tr><tr><td><ol start="2"><li>Connection</li></ol><p> </p></td><td>Point RAS to the connector implementation.</td><td>Command, command arguments, and working directory.</td></tr><tr><td><ol start="3"><li>Customization</li></ol></td><td>Pass provider-specific configuration to the script.</td><td>Key/value pairs are forwarded as custom settings and are not interpreted by RAS.</td></tr><tr><td><ol start="4"><li>Review</li></ol></td><td>Confirm and create the provider.</td><td>RAS stores the configuration and uses it during provider initialization and connection.</td></tr></tbody></table>

### Editing an existing provider

Once created, the provider can be edited through the standard properties experience. Custom Provider adds dedicated Connection and Customization tabs for command-path settings and custom variables.

### Security and settings caveat

Secure custom settings are masked in the administrator UI for display purposes only. RAS still passes all key/value pairs to the script as plain text. Customers should design the connector host, credential handling, and logging practices accordingly.


---

# 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/admin-configuration-workflow.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.
