# Frequently Asked Questions and Howtos
# How to add docs
If it's business logic related, add an ADR to the corresponding folder: <root>/adr
if it's global, or <root>/<project>/docs/adr
if it's specific to a project.
For low level documentation such as using SCSS or Vue, add files to <root>/<project>/docs
and update the sidebar index in <root>/<project>/.vuepress/config.js
.