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

# Wrapping Things Up

Once you are done creating your theme and you want others to use it; follow these steps. I will use  `Orion` as my theme example

1. Create a folder that is the name of your theme
2. Then inside that folder create this folder structure.\
   Orion\
   &#x20;   \- app\
   &#x20;       \- database\
   &#x20;           \- themes\
   &#x20;               \- orion\
   &#x20;                   \- 0000\_00\_00\_00000\_orion.php\
   &#x20;      \-  resources\
   &#x20;             \- views\
   &#x20;                   \- orion\
   &#x20;                         \- Orion's files.\
   &#x20;   \- assets (optional)\
   &#x20;       \- css\
   &#x20;       \- js\
   &#x20;       \- etc....
3. Creating the folder structure above allows any user to simply drag and drop the files and have everything work properly.
