# Startup

1. If you run into the `MODULE_NOT_FOUND` or `No such file or directory` error, then you either don't have the files uploaded or the correct file name, set in the "Startup" tab.

<figure><img src="/files/066apjbPHsXmgC69hs9U" alt=""><figcaption><p>Eror on Javascript</p></figcaption></figure>

<figure><img src="/files/kXCdsAsk38QPDqUlP0WN" alt=""><figcaption><p>Error on Python</p></figcaption></figure>

2. To fix the error, you want to head to the "Startup" tab and change `The file that starts the app` to your startup file such as index.js, app.js, main.js, script.js or file.js or whatever it is. For python, do the same, main.py, index.py, app.py, script.py, etc. If it's in a folder, simply do `foldername/FILENAME` and you are simply done!

<figure><img src="/files/aQUV869FUAcxGKONvxIa" alt=""><figcaption><p>Startup File</p></figcaption></figure>

<br>


---

# 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.uniplex.xyz/bot-hosting/startup.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.
