# Using custom files

You can create custom css and js files that ProjectSend will load on every request.

**Current files that PS will try to load:**

* {root}/css/custom.css&#x20;
* {root}/assets/css/custom.css
* {root}/includes/js/custom.js
* {root}/assets/custom/custom.js

With this method you cannot control in which locations the file will be loaded, so if you need to restrict it, please use the [assets manager](https://docs.projectsend.org/about/how-to-use/custom-css-js-html/using-the-assets-manager).
