# Easy Integration

<figure><img src="/files/l7pG0oWkqYpjYXg8ASTd" alt=""><figcaption></figcaption></figure>

### GitHub Compatibility

OpenSource seamlessly integrates with GitHub, recognizing that millions of developers have existing workflows. Our bi-directional sync keeps repositories updated across both platforms during transition.

**Integration Features:**

* Import repos with complete history
* Automatic commit synchronization
* Pull request bridging
* Issue tracking sync

### Developer Tools

Standard development tools work with OpenSource without modification. Git commands operate normally, CI/CD pipelines need minimal changes, and IDE integrations provide native support.

### API Access

Comprehensive API enable building on top of OpenSource. RESTful endpoints provide simple integration while GraphQL enables complex queries.

**API Capabilities:**

* Repository management
* Contribution tracking
* Reward calculations
* Blockchain events


---

# 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.os.codes/features/easy-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.
