# GitHub

Connect to GitHub so Korey can write and improve Issues and ask answer questions about your GitHub Projects, Issues, and Pull Requests. Quickly find and understand code across your GitHub repositories, and capture tasks and implementation steps based on your team's codebase.&#x20;

#### Setup: <a href="#setup-the-shortcut-connector" id="setup-the-shortcut-connector"></a>

* **Settings > Connectors > GitHub Issues** → click "Connect" to authorize with your GitHub workspace
* **Authenticate** with your GitHub credentials and select the Project to connect Korey to

{% hint style="info" %}
Admins must enable connectors — check Settings > [Users](https://app.korey.ai/settings/users) to find one if you're not an admin
{% endhint %}


---

# 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.korey.ai/connectors/github.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.
