# Importing Git Repository into Expo Snack

Let's fire up [Expo Snack](http://snack.expo.io) and clone our first repository by clicking the ... icon and click import git repository.

![](/files/-Lp7rmxRK9lnn13YZuGp)

* Paste this git repository link [`https://github.com/EvanBacon/react-flappy-bird`](https://github.com/EvanBacon/react-flappy-bird) and press the import button.
* Press the add button on the lower left corner as shown below to add the PixiJS library into the project.

![](/files/-Lp7rtIJyoLmjzP-QSgB)

* On the right panel you can press Run on your device and scan the QR code with the Expo app on your iOS/Android phone.


---

# 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.joevo2.com/workshop/importing-git-repository-into-expo-snack.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.
