> For the complete documentation index, see [llms.txt](https://docs.uniplex.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uniplex.xyz/bot-hosting/startup.md).

# Startup

We will go through how to start up your bot or script.

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="https://3648012086-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjY7Ly60Jslfxu9tahTdi%2Fuploads%2Fg2hr55gv5ZF68tX24Tl0%2Fimage.png?alt=media&amp;token=e0a70600-9070-4ce1-935f-bebeb1610c03" alt=""><figcaption><p>Eror on Javascript</p></figcaption></figure>

<figure><img src="https://3648012086-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjY7Ly60Jslfxu9tahTdi%2Fuploads%2FE9T0vgiAHC6lBA07JxVD%2Fimage.png?alt=media&amp;token=77fbb47a-26ed-46c6-a749-9a659a35a63b" 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="https://3648012086-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjY7Ly60Jslfxu9tahTdi%2Fuploads%2Fy7Geu18ZbeBdxVbQ9YaU%2Fimage.png?alt=media&amp;token=66ff3fc4-b4fd-40a9-80c2-9d8000380040" alt=""><figcaption><p>Startup File</p></figcaption></figure>

<br>
