# Reducing GitHub & GitLab API rate limits impact

## GitHub rate limits

If you encounter issues or wish to adjust your organization’s limits, you can do so—instructions on how to overcome these limits are available on the [official **GitHub** website](https://docs.github.com/en/rest?apiVersion=2022-11-28). If your **OAuth** app needs to make unauthenticated calls with a higher rate limit, you can provide your app’s client ID and secret before the endpoint route.

***

## GitLab rate limits

If you encounter issues or wish to adjust your organization’s limits, you can do so—step-by-step instructions for increasing these limits are available on the [official **GitLab** website](https://docs.github.com/en/rest?apiVersion=2022-11-28).


---

# 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://helpcenter.gitprotect.io/compliance-and-risk-management/avoiding-api-rate-limits-impact/reducing-github-and-gitlab-api-rate-limits-impact.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.
