# How-to Enabling Prototyper on Existing Project + Prototyper Full Context Clear

**URL:** https://community.firebasestudio.dev/t/how-to-enabling-prototyper-on-existing-project-prototyper-full-context-clear/13781
**Category:** General
**Created:** [May 26, 2025, 3:20am UTC](https://community.firebasestudio.dev/t/how-to-enabling-prototyper-on-existing-project-prototyper-full-context-clear/13781 "2025-05-26T03:20:40Z")
**Posts on this page:** 1
**Showing post:** 34

<div class="post-metadata">

### Author: ![jucastabucar26](https://sea2.discourse-cdn.com/flex002/user_avatar/community.firebasestudio.dev/jucastabucar26/32/4495_2.png) [@jucastabucar26](https://community.firebasestudio.dev/u/jucastabucar26)
#### Post date: [June 30, 2025, 2:27pm UTC](https://community.firebasestudio.dev/t/how-to-enabling-prototyper-on-existing-project-prototyper-full-context-clear/13781/34 "2025-06-30T14:27:36Z")

</div>

Hi @Carmelo_Milian I had same issue, but I noticed that the folder changed in my project, please try with:

timestamp=$(date +%Y%m%d%H%M%S)  
mkdir -p “$HOME/studio/context/context\_backup”  
cp “$HOME/.idx/ai/prototyper-context-state.json”   
“$HOME/studio/context/context\_backup/prototyper-context-state-${timestamp}.json”  
cp “$HOME/.idx/ai/prototyper-thread.json”   
“$HOME/studio/context/context\_backup/prototyper-thread-${timestamp}.json”

And finally you can use this to find your prototyper context (capra-context): code $HOME/.idx/ai/prototyper-context-state.json

I hope this can help you, because it worked with my project.

---

_[View the full topic](https://community.firebasestudio.dev/t/how-to-enabling-prototyper-on-existing-project-prototyper-full-context-clear/13781)._
