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