# Packages

<figure><img src="https://3648012086-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjY7Ly60Jslfxu9tahTdi%2Fuploads%2F0HVmdxBneChZqMh05zun%2Fguide2.gif?alt=media&#x26;token=baf7cf37-0b41-4505-a208-39137f4fe8b1" alt=""><figcaption><p>Video Guide</p></figcaption></figure>

First, head over to the "Startup" tab which can be found in the top bar or on the side bar.

<figure><img src="https://3648012086-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjY7Ly60Jslfxu9tahTdi%2Fuploads%2FdJuf9N5z5YSTSJq7HZlJ%2Fimage.png?alt=media&#x26;token=78569768-b938-48f1-a9f0-500777617554" alt=""><figcaption><p>Finding the "Startup" tab</p></figcaption></figure>

Once there, look for either `ADDITIONAL NODE PACKAGES` or `ADDITIONAL PYTHON PACKAGES` variables. After you find it, enter the packages separated using spaces like `discord.js@13 node-fetch moment`. Don't enter any commands here such as `npm install` or `pip install`, just enter the packages separated using spaces.

<figure><img src="https://3648012086-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjY7Ly60Jslfxu9tahTdi%2Fuploads%2FuWRi6OBcAIaHfeCFdZDC%2Fimage.png?alt=media&#x26;token=f0643e84-f4c7-4330-a0cf-0be708de2dd5" alt=""><figcaption><p>Example on a NodeJS server</p></figcaption></figure>

Head on back to the "Console" tab and start your server. If there's a lot of packages you want to install, it may feel like the server is not doing anything, but it takes time to install those packages, take a look at the CPU usage and if it's high then it's probably installing your packages.

<figure><img src="https://3648012086-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjY7Ly60Jslfxu9tahTdi%2Fuploads%2F2X2bzUcVNgXFiwXZ0sZl%2Fimage.png?alt=media&#x26;token=6b141d56-f051-416b-ae31-e9cee7a94b9b" alt=""><figcaption><p>Console</p></figcaption></figure>

Need additional help? Ask us at our [Discord](https://dsc.gg/uniplex).
