# Installing PR "Update" Automations

Some of Sleuth's automations can directly update pull requests by doing things like automatically closing PRs, adding PR labels, commenting on PRs, etc.

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

These pull request "update" automations are currently available only for GitHub and require the **Sleuth Automations for GitHub** application to be installed in your GitHub organization, as this application grants Sleuth the additional write permissions to perform updates to pull requests. See [Code integrations (write)](/sleuth-dora/integrations-1/code-integrations-write.md) for more information on the specific permission granted by this application.

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

Sleuth will let you know before you try to install one of these automations if the **GitHub Automations for GitHub** application is required.

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

Note that [PR Check automations](/sleuth-dora/sleuth-automations/automations-marketplace.md#automation-types) do **not** require the **GitHub Automations for GitHub** application. PR Checks can be installed using any of Sleuth's standard [code "read" integrations](/sleuth-dora/integrations-1/code-deployment.md) for GitHub, GitLab, BitBucket, or Azure DevOps.


---

# 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://help.sleuth.io/sleuth-dora/sleuth-automations/automations-marketplace/installing-automations/installing-pr-update-automations.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.
