# Enable Pull Request support

For OpenText Core SCA to be able to generate Pull Requests on your behalf, you should do some configuration based on the platform:

* GitHub: To enable pull requests, you are required to [integrate with GitHub](/tools-and-integrations/integrations/github.md) using the GitHub app.
* GitLab: if you have set up an[ integration to GitLab](/tools-and-integrations/integrations/gitlab.md), to enable merge requests, you should provide additional credentials (as explained in the article).
* Azure DevOps: if you have set up the [Azure DevOps integration](/tools-and-integrations/integrations/azure-devops.md), to enable pull requests, you must provide additional credentials (as explained in the article).<br>


---

# 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://docs.debricked.com/product/vulnerability-management/pull-requests/enable-pull-request-support.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.
