.. Author: elenia@TUBS Copyright 2024 elenia This file is part of eELib, which is free software under the terms of the GNU GPL Version 3. ######### Tutorials ######### The tutorial section provides a walkthrough for different tasks and self-aid in case of common questions. One thing to know when using the eELib is the **how to set up a simulation scenario** and how to make it run. This can be learned with the :doc:`explanations of the scenario files for a simulation `. Additionally, in that tutorial you can also learn how to **configure a specific scenario** with the eELib in a :ref:`scenario configuration section `, that shows an easy way how to create all simulation files. If you want to **implement a new model**, you should look at the tutorials for :doc:`a new model ` and :doc:`a new simulator `, as both are needed to use the model in simulations with the eELib. You can have a look at the :doc:`About eELib <../reference_manual/about_eelib>` introduction and the :ref:`Glossary` to understand what both types of files are and how they are used in the eELib. Lastly, if you are just interested in **implementing a new operation strategy** for an energy management system, you can use the :doc:`Strategy Implementation Tutorial `. This allows you to use this operational behaviour in your own simulation scenarios. .. toctree:: :maxdepth: 1 :caption: Tutorial List create_scenario config_model config_simulator implement_strategy