> For the complete documentation index, see [llms.txt](https://intro-to-github-docs.beliciarodriguez.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://intro-to-github-docs.beliciarodriguez.com/set-up/create-a-github-account.md).

# Create a GitHub Account

Navigate to GitHub's website:

{% embed url="<https://github.com/>" %}

The front page provides the first step in signing up for an account. Fill in the information needed.

![](/files/-MSu3oOYosTT54xhiArn)

Verify your account and click "join a free plan."

* Note on Free Plan: GitHub has a Pro account that students can upgrade to. See the extra section at the end of this worksheet.
* Note on Email Preferences: I unchecked the email preferences box because I just don't need more emails cluttering my inbox. Maybe you feel the same way.

![](/files/-MSu3yZSw2XpcjxYieym)

Fill out the information page for your GitHub account.

Once you've finished and moved on from the information page, verify your email.

![](/files/-MSu472E9kyTsErIMS2H)

![](/files/-MSu4GFWyHjAst-fQioX)

![](/files/-MSu4IcDsMAPacttKUGe)

Once you've verified your email, you will be sent to the following page; for this demonstration, click "skip this for now" under the options. I'd rather you learn how to create a new repository from the home page rather than these short cuts.

![](/files/-MSu4SiZdTzY34D0ZXP9)

And there you have it! You've created your GitHub account.

* Note on HelloWorld Guide on Screen: The guide explains how to create a repository, branch, commit, and pull request, and I find the document to also be a nice beginner tutorial to go through; however, it's not realistic while using GitHub to not have to use a little bit of coding when doing these git actions. Link to the guide:

{% embed url="<https://guides.github.com/activities/hello-world>" %}

![](/files/-MSu4cxbb1vUra8oG-18)


---

# 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://intro-to-github-docs.beliciarodriguez.com/set-up/create-a-github-account.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.
