> For the complete documentation index, see [llms.txt](https://docs.powerdevbox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.powerdevbox.com/autoreview/autoreview-power-platform-connector.md).

# AutoReview - Power Platform Connector

{% embed url="<https://learn.microsoft.com/en-us/connectors/autoreview/>" %}

### Authentication

The connector requires a api key which can be requested here <https://powerdevbox.com/contact.html>, we endeavour to provide free api keys for all users, but infrastructure may limit the number available.

### Actions

There are 5 actions included with the connector (and one legacy version).

<figure><img src="/files/iOwywZgn3GLF9rkPGFy8" alt="" width="563"><figcaption></figcaption></figure>

### Info

<figure><img src="/files/4eDCMS45enQo6Y0bvPQ5" alt="" width="563"><figcaption></figcaption></figure>

Provides latest updates and version information about the connector. This also includes your account details, like api key expiry and daily/monthly usage.

<figure><img src="/files/gG1SFDVSSQ5e8lEVtHU4" alt="" width="563"><figcaption></figcaption></figure>

{% content-ref url="/pages/bjLohci9ClhBhm2GYfIR" %}
[Info  (v1 & v2)](/autoreview/autoreview-power-platform-connector/info-v1-and-v2.md)
{% endcontent-ref %}

***

### JSON

JSON returns a json object covering key information about the flow

<figure><img src="/files/eZ72z1wVRSHDaYRQXFDn" alt="" width="563"><figcaption></figcaption></figure>

{% content-ref url="/pages/3lXcK2wdCLeQBuegHo6n" %}
[JSON (v1 & v2)](/autoreview/autoreview-power-platform-connector/json-v1-and-v2.md)
{% endcontent-ref %}

***

### File

Creates a HTML output of all key information and scores.

<figure><img src="/files/Z9ImTrgFYDoifxbNsys9" alt="" width="563"><figcaption></figcaption></figure>

{% content-ref url="/pages/Jme7KHx85INpAGz1orJC" %}
[File (v2)](/autoreview/autoreview-power-platform-connector/file-v2.md)
{% endcontent-ref %}

***

**Next Steps -  Using Connector**

{% content-ref url="/pages/1c9sRNjtyzq6In9q5HQk" %}
[Using Connector](/autoreview/autoreview-power-platform-connector/using-connector.md)
{% endcontent-ref %}

**Further Reading -  Files**

{% content-ref url="/pages/ZnzdkL0SHmklyEQvCxcP" %}
[Files](/autoreview/files.md)
{% endcontent-ref %}

**Further Reading - API Connector Built On**

{% content-ref url="/pages/f41viX8GocUWptc9F8bz" %}
[API](/autoreview/api.md)
{% endcontent-ref %}


---

# 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.powerdevbox.com/autoreview/autoreview-power-platform-connector.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.
