# Optional Files To include all optional files add the following to your script after WaspLib: ```pascal {$I WaspLib/optional.simba} ``` :::{note} :class: dropdown However, this is not really recommended. You should include only the files you really want to use under the "optional" directory. ::: ```{eval-rst} .. toctree:: :maxdepth: 2 :caption: OPTIONAL -> HANDLERS pohmap houseobjects loothandler farmhandler poh birdhousehandler discord combathandler rsfishinghandler ----------- .. toctree:: :maxdepth: 2 :caption: OPTIONAL -> HANDLERS -> HOUSE houseloader house houseutils ----------- .. toctree:: :maxdepth: 2 :caption: OPTIONAL -> INTERFACES -> GAMETABS grouping ----------- .. toctree:: :maxdepth: 2 :caption: OPTIONAL -> INTERFACES -> MAINSCREEN portalnexus craftscreen anvil furniturebuilder driftnet silverscreen lectern fairyring ```