# Images inside a tutorial

**URL:** https://forum.makecode.com/t/images-inside-a-tutorial/6398
**Category:** Help
**Created:** [February 26, 2021, 5:21pm UTC](https://forum.makecode.com/t/images-inside-a-tutorial/6398 "2021-02-26T17:21:29Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Mr-Coxall](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/mr-coxall/32/513_2.png) [@Mr-Coxall](https://forum.makecode.com/u/Mr-Coxall)
#### Post date: [February 26, 2021, 5:21pm UTC](https://forum.makecode.com/t/images-inside-a-tutorial/6398/1 "2021-02-26T17:21:29Z")

</div>

I just want to confirm I understand this correctly.

I looked at the built in tutorials in Makecode Arcade.  
For example “Chase the pizza”.  
At the beginning of the tutorial, there is an animated gif, : [chase-the-pizza.gif](https://github.com/microsoft/pxt-arcade/blob/master/docs/static/tutorials/chase-the-pizza.gif)

When I go to make my tutorial, I _ **can not** _ place any images in it because the path refers to not my tutorial files but the online Makecode directory and obviously I do not have access to that.

Is this correct or is there some way to refer to my files so I can have images in my tutorials.  
Thanks

---

<div class="post-metadata">

### Author: ![Mr-Coxall](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.makecode.com/mr-coxall/32/513_2.png) [@Mr-Coxall](https://forum.makecode.com/u/Mr-Coxall)
#### Post date: [March 1, 2021, 3:43am UTC](https://forum.makecode.com/t/images-inside-a-tutorial/6398/2 "2021-03-01T03:43:25Z")

</div>

I am not sure why I did not think of this, but yes of course you can.  
You just have to use a full URL reference, like this:

→ [https://github.com/Mr-Coxall/makecode-arcade-turtle-logo-hello\_world/raw/main/assets/hello\_world\_screenshot.png](https://github.com/Mr-Coxall/makecode-arcade-turtle-logo-hello_world/raw/main/assets/hello_world_screenshot.png)
