# Github Collaborators

Recall that in [Integrating Remote Repositories](/orbital/git/fundamental-concepts/integrating-remote-repositories.md#creating-a-github-repository), you had the option to create a private repository. Private repositories allow you to work on projects without having the source code be publicly available such as when you are building an closed source project.

However, if you just created a private repository, your friends cannot join the repository and contribute to it. To allow them to view and contribute to the repository, you will need to add them as a collaborator to the project.

To do so, navigate to the "Settings" tab and under "Access" > "Collaborators", you will see this page:

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

Then, select "Add people" and enter your friend's Github username. They will receive an email notification about the invite which they have to accept. Once done, they will be able to view the private repository.

{% hint style="info" %}
You can also add collaborators for public repositories. However, collaborators are a MUST for private repositories for them to view the source code.
{% endhint %}


---

# 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://wiki.nushackers.org/orbital/git/advanced-concepts/github-collaborators.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.
