> For the complete documentation index, see [llms.txt](https://docs.cloudbeat.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudbeat.io/features/integrations/cloud-providers/perfecto.md).

# Perfecto

## Overview

With CloudBeat test orchestration and analytics platform, you can seamlessly manage, run, scale and analyze automated tests. CloudBeat works with many popular test automation frameworks and Cloud Providers, among them Perfecto. This guide will explain how to configure and run tests on the devices available in your Perfecto account. The guide assumes you already have both CloudBeat and Perfecto accounts.

## Perfecto Account Configuration

In order to connect your Perfecto account, you can either provide your Perfecto security token (can be found in your Perfecto account settings) or your Perfecto username and password (not recommended).

Log in to your CloudBeat account and go to Settings -> Integrations -> Perfecto. Select your preferable authentication method and enter the corresponding details. Your new settings will be automatically saved.

![Perfecto configuration page](/files/-M6MQiUzYHtw9gx4l8Nm)

## Accessing Your Perfecto Devices

After you have set your Perfecto credentials in the previous step, you can now run your CloudBeat tests on the devices available in your Perfecto account. In order to select Perfecto devices, open the test you want to run on these devices and go to Devices tab. In the devices list, you will see your Perfecto devices under “Perfecto” category. You can mix Perfecto and other devices available in your CloudBeat account. Next to each device, you will see the current device status.

To add your Perfecto devices into the mix, just select the desired devices and press “Save” button. Appium capabilities will be automatically generated based on the device specifications and will be injected into your test script.

![](/files/-M6MQxIJEs2FoCAKSU3b)


---

# 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.cloudbeat.io/features/integrations/cloud-providers/perfecto.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.
