# GitHub

Alhena AI supports accessing and indexing content from GitHub repositories, issues, and discussions to provide information or support development-related queries.

To fetch GitHub discussions or issues, you need to provide the link to the specific discussion or issue. Alhena AI will then crawl it as a regular website, extracting and indexing the content for use in the AI knowledge base. This enables the AI agent to answer questions and provide relevant information based on the content from GitHub.


---

# 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://alhena.gitbook.io/docs/ai-configuration/data-sources/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.
