# GitHub organization creation

### What is organization and why we are creating in GitHub:

An organization are shared accounts where businesses and open source projects can collaborate across many projects at once.There are three types accounts in GitHub

1. Personal accounts
2. Organization accounts
3. Enterprise accounts

* Here the main reason for creating organization account is, accounts can be shared among unlimited number of people and they can collaborate across many projects at once.
* Our organization name is **eGovernments Foundation.**

### GitHub account creation:

* Go to <https://github.com/>
* After completing the process Your GitHub account will be create&#x64;**.**
* Click on **Sign Up.** Create your account by using **email and password.** Then add **Username.**
* After completing the process Your GitHub account will be create&#x64;**.**

### Creating Organization in GitHub:

* After setting up the GitHub account, we have to create an organization. Here we can add the data or code in the form of repository. Creating a repository, we will see this topic next.
* Open Github and click on the "**+**" icon add top tight corner. You will see the option"**new organization**". click it.

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

* click on "**create a free organization**"and enter your organization name you want to create with email and then '"**next**"

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

* After Organization got created, you can see your organizations by clicking on "**Accounts**

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


---

# 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.digit.org/platform/guides/operations-guide/gitops/github-organization-creation.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.
