# 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 poh loothandler pohmap combathandler birdhousehandler farmhandler rsfishinghandler houseobjects ----------- .. toctree:: :maxdepth: 2 :caption: OPTIONAL -> HANDLERS -> HOUSE house houseutils houseloader ----------- .. toctree:: :maxdepth: 2 :caption: OPTIONAL -> INTERFACES -> MAINSCREEN furniturebuilder silverscreen portalnexus driftnet lectern craftscreen fairyring anvil ----------- .. toctree:: :maxdepth: 2 :caption: OPTIONAL -> INTERFACES -> GAMETABS grouping ```