> For the complete documentation index, see [llms.txt](https://docs.projectsend.org/about/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.projectsend.org/about/how-to-use/custom-css-js-html/using-custom-files.md).

# 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](/about/how-to-use/custom-css-js-html/using-the-assets-manager.md).
