# Pending Action Output Details

O erro acontece ao clicar em:

<figure><img src="/files/Yl9DUqmOummIRCfowDld" alt=""><figcaption></figcaption></figure>

Mensagem de erro exibida no LOG após executar a instalaçao e nao receber o retorno.

<figure><img src="/files/ZPiCl1sjoVcDHBceVgLg" alt=""><figcaption></figcaption></figure>

Verifique se o chocolatey está instalado no Endpoint. **Instale com esse comando a seguir:**

{% code overflow="wrap" %}

```
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
```

{% endcode %}

{% hint style="success" %}
Execute a instalaçao novamente, a nao instalaçao ocorreu devido a ausencia do Chocolatey no Endpoint.
{% endhint %}


---

# Agent Instructions: 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://wiki.datadike.com/product-guide/configuracoes/sonar/rmm/troubleshooting/pending-action-output-details.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.
