# How to use GitHub Desktop

{% hint style="info" %}
Starting with **Download a project from GitHub**
{% endhint %}

## <mark style="color:blue;">How to clone a project to local environment?</mark>

Step by step:

1. Find your project
2. Click "code"-> Open withGitHub Desktop

<img src="/files/rGjM34tHRvtA01mssH0t" alt="" data-size="original">

3. "Clone a Repository"-> choose your local path to store it-> "Clone"

<div align="left"><figure><img src="/files/PDkPXHjiZ8F5IUl1D7hs" alt="" width="375"><figcaption></figcaption></figure></div>

## <mark style="color:blue;">How to open the project you've downloaded from GitHub?</mark>

Click the button " Open in Visual Studio Code"

<div align="left"><figure><img src="/files/A19nEp2s7LXpZnBlDGwL" alt="" width="375"><figcaption></figcaption></figure></div>

## <mark style="color:blue;">How to remove a project using GitHub Desktop?</mark>

Open GitHub Desktop, click " Respository" -> "Remove"

<div align="left"><figure><img src="/files/mfG4RJvAQv9G4EwsiPQP" alt="" width="375"><figcaption></figcaption></figure></div>


---

# 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://yunaeecy.gitbook.io/wiki/github/readme-1-1.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.
