# Github integration

BLACKBOX AI can perform tasks directly on your repository, such as generating issues from bug reports, commenting on code or improve code.

To use it, you just need to link GitHub to BLACKBOX AI. On the sidebar menu, click on "Explore" and then select "Github Repos" to connect.

<figure><img src="/files/xI2h5GadsqtoTuZKhRhA" alt=""><figcaption><p>How to activate Github integration</p></figcaption></figure>

Once connected, return to the same location to then see the list of all your repositories. Select one and choose the action to perform. BLACKBOX AI will then create a pull request on your repo with the chosen action. You can then view all the proposed changes and accept those that interest you.


---

# 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.blackbox.chat/blackbox-ai-1/blackbox-ai/website/website-old/github-integration.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.
