# Getting Started

This document will show how to complete the following steps:

1. Download Git onto your local computer
2. Create a GitHub account
3. Create a repository on GitHub
4. Create a copy of a repository on your local computer
5. Add a file to your local repository
6. Push your file to GitHub
7. Make changes to a file on GitHub
8. Pull changes to your local computer

![](https://1547703889-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MStt1JMo7wPgEQIWgcj%2F-MSu-yu1Er3J-sUT5t11%2F-MSu1K5SqZcQmtCg30YY%2Fgetting_started.png?alt=media\&token=ccb89ffc-f542-4ecc-a8c8-4b1d90685d07)


---

# 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://intro-to-github-docs.beliciarodriguez.com/master.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.
