# GitHub

Export your GenVibe project to a GitHub repository to own the code, collaborate, and set up your own workflows.

## Connect GitHub

1. Open the GitHub connection from the integrations menu.
2. Authorize GenVibe to access your GitHub account.

## Export your project

Once connected, export your project to:

* A **new repository** GenVibe creates for you, or
* An **existing repository** you choose.

GenVibe pushes your code, and from there it's a normal Git repo — clone it, branch it, and work with it however you like.

You can also **download the whole project as a zip** from the same menu if you'd rather not use GitHub.

## Why export to GitHub

* **Own your code** — no lock-in; the project is standard code.
* **Collaborate** — bring in teammates with normal Git workflows.
* **CI/CD** — connect your own build and deploy pipelines.
* **Backup** — a durable copy of your work outside GenVibe.

## Keeping things in sync

GitHub export is a great checkpoint and handoff tool. For ongoing work, keep building in GenVibe and re-export when you want to update the repo.


---

# 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.genvibe.pro/integrations/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.
