# Create a Github Account

Before deploying applications with Health Universe, you’ll need a GitHub account.

* **If you don’t have a GitHub account:**\
  Visit [www.github.com](https://www.github.com/) and create one by following the sign-up instructions. Health Universe connects your account to your GitHub user profile.
* **If you already have a GitHub account:**\
  You can skip this step and proceed to [linking your GitHub account ](/overview/building-apps-in-health-universe/getting-started-with-health-universe/link-your-github-account-to-your-health-universe-account.md)to your Health Universe account.

<figure><img src="/files/mkG1PZKBoIF9xts0coAm" alt=""><figcaption><p>Sign up to GitHub</p></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.healthuniverse.com/overview/building-apps-in-health-universe/getting-started-with-health-universe/create-a-github-account.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.
