# Troubleshooting

* some of the config is stored on the DB. you can wipe the DB safely
  * manually by deleting the `./src/db/cushy-1.db` file&#x20;
  * using the debug menu to do the same

* you can try those scripts:
  * \_windows-cleanup.bat
    * it will: deleting node\_modules folder...
    * deleting the local node install in the  `.cushy` folder
  * \_windows-reset-db.bat

* some of the config is stored on the CONFIG.json at the root

  * you can delete the config but you'll lose
  * notably the current layout. so if your current layout has a broken tab that crashes cushy, this tab will be reloaded every time; you may want to remove the part about the layout

  <figure><img src="https://1334536949-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fp2KKP8nDCeZzdDzol4lf%2Fuploads%2F0mDJcOFS0m4jb2wQYVwI%2Fimage.png?alt=media&#x26;token=129acbbb-71ae-44a7-8c64-83bcf77ac0d8" alt=""><figcaption></figcaption></figure>


---

# 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.cushystudio.com/going-further/wip-pad.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.
