# Debugging & Testing

#### Modal windows doesn't open or opens in a loop

Check the correct installation in the previous step & check if you have added files from the files.zip archive. You can manually check by following the direct path link yourdomain.com/scripts/bip39.js

#### Error when selecting wallet in modal

Most likely you have inserted the script in the wrong place, for example in `<body>` or you have installed the draining class on all existing objects by setting the class incorrectly. And check to see if you have installed the script more than once. \<script ... src="xxx-xxx-xxx-xxx.js">


---

# 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.angelferno.us/backend-dashboard/debugging-and-testing.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.
