# Link your Github Account to your Health Universe Account

Once you have a Health Universe account and a Github account, you need to **link** the two accounts together. This will make deploying your apps seamless.

In the upper right corner of the website, click on the User Settings button and select `Settings ⛭`

<figure><img src="/files/9HxkkG9k9Qc6rDHO9nnx" alt="" width="130"><figcaption></figcaption></figure>

On Profile Details, there is a space to connect an external account click on `+ Connect account` and select `Github`

You will be redirected to authenticate with your GitHub account. Enter your authentication information and (user name or email address) and password (or passkey). If you are [new to GitHub](/overview/building-apps-in-health-universe/getting-started-with-health-universe/create-a-github-account.md) and haven't created an account yet, you should do that first.

<figure><img src="/files/5X43HEncolbnCfotDXjj" alt="" width="171"><figcaption></figcaption></figure>

<figure><img src="/files/IxScHdCmvIiTjbRTWv78" alt="" width="188"><figcaption></figcaption></figure>

Once you've `Authorized the Health Universe Application`, you will be directed back to Health Universe and the connection should be complete!


---

# 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/link-your-github-account-to-your-health-universe-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.
