# Github Integration

- [Display fiddle from a Github repository](https://docs.jsfiddle.net/github-integration/untitled-1.md): This allows you to skip the part of hosting code on JSFiddle and load it directly into the editor from a Github repository.
- [Display fiddle from Gist](https://docs.jsfiddle.net/github-integration/untitled.md): Read a demo from Github Gist and present it as a fiddle.
- [Pass response directly from a Github repo](https://docs.jsfiddle.net/github-integration/pass-response-directly-from-github-repository.md): While the demo might use an Async requests, JSFiddle will read them and send using the right MIME type.
- [Pass response directly from Gist](https://docs.jsfiddle.net/github-integration/demo-from-a-github-repository.md)


---

# 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.jsfiddle.net/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.
