# neuron_name ## Synopsis Little description of what the neuron do. ## Parameters (usage of a [table generator](http://www.tablesgenerator.com/markdown_tables) is recommended) | parameter | required | default | choices | comments | |------------------|----------|-------------------------------|-----------------------------------|------------------------------| | parameter_name_1 | yes | | | description of the parameter | | parameter_name_2 | no | | possible_value_1,possible_value_2 | description of the parameter | | parameter_name_3 | yes | default_value_if_not_provided | | description of the parameter | ## Synapse example ``` - name: "type here your name" neurons: - neuron_name: parameter: "value" signals: - order: "this is what I have to say to run this synapse" ``` ## Notes > **Note:** This is an important note concerning the neuron