> For the complete documentation index, see [llms.txt](https://docs.meeds.io/meeds-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meeds.io/meeds-guides/user-guide/setting-up-your-account/linking-your-accounts/github.md).

# GitHub

If you Hit a GitHub action and your account is not yet connected, it will look like this. To connect your GitHub account, click `Connect your account`*.*

<figure><img src="/files/cvjsHBT4de0NnXJokC5B" alt="" width="284"><figcaption></figcaption></figure>

Alternatively, you can open the *Hamburger* menu,  access your *User Setting*s, then scroll down to *Other Apps :*

<figure><img src="/files/4brFFy2iYVNnFfMgWiZS" alt="" width="563"><figcaption></figcaption></figure>

1. Click the `Connect` button in front of *GitHub.*
2. A popup will open. If you are requested to log in with your GitHub account, follow the prompts.

<figure><img src="/files/IDWzwvB8RLWYdaRyvTRQ" alt="" width="378"><figcaption><p>Sign in with password</p></figcaption></figure>

<figure><img src="/files/WQ9mbKVfYGuFWGbUmOQ7" alt="" width="380"><figcaption><p>2FA prompt for GitHub</p></figcaption></figure>

3. Your GitHub username is now displayed in User Settings > Other Apps, and you can `Disconnect` to start over and connect to another account.

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

After a profile is connected, it will be displayed in your user profile's *Your Other Profiles* block:

<figure><img src="/files/grdWkemzG2NZRlxg8MZl" alt="" width="375"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.meeds.io/meeds-guides/user-guide/setting-up-your-account/linking-your-accounts/github.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
