# GitHub

Learn more about documenting APIs in GitBook. Want to gain a deeper understanding of OmniPact's technical implementation? The complete source code of the project is hosted on GitHub. You can browse the code, submit Issues to feedback problems, or even directly submit Pull Requests to improve it. We welcome contributions from every developer!

<a href="https://github.com/OmniPactDAO" class="button secondary" data-icon="github">Visit GitHub</a>


---

# 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.omnipact.io/developers/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.
