# Code integrations (write)

The following integrations allow certain Sleuth Automations to take direct action on your PRs by doing things like adding PR labels, comments, or closing PRs. If you want to limit Sleuth to read-only access to your code repositories, refer to [Code integrations (read-only)](/sleuth-dora/integrations-1/code-deployment.md).

| Integration                   | Type        | Additional info                                                                                           |
| ----------------------------- | ----------- | --------------------------------------------------------------------------------------------------------- |
| Sleuth Automations for GitHub | Automations | Used to grant Sleuth automations permission to update pull requests (e.g. close PRs, add PR labels, etc.) |

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


---

# 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/integrations-1/code-integrations-write.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.
