diff --git a/docs/build/doctrees/environment.pickle b/docs/build/doctrees/environment.pickle
index 1b88cbf23eb110d6840a49179bc18a92f6a1a353..50d8f855618619fce976df2fffd544701a575bed 100644
Binary files a/docs/build/doctrees/environment.pickle and b/docs/build/doctrees/environment.pickle differ
diff --git a/docs/build/doctrees/user/index.doctree b/docs/build/doctrees/user/index.doctree
index fa6744ec7dd6ed6bc278469ac8129c0ebb1c0d9b..9d5045c9c2047fca98eaad057a009e890f88d73f 100644
Binary files a/docs/build/doctrees/user/index.doctree and b/docs/build/doctrees/user/index.doctree differ
diff --git a/docs/build/html/_sources/user/index.rst.txt b/docs/build/html/_sources/user/index.rst.txt
index de10485dcdc67a3a891113df0172ba27ca92aba6..c3de5ce920ecf490c1c42a08ddeacf4312d6852e 100644
--- a/docs/build/html/_sources/user/index.rst.txt
+++ b/docs/build/html/_sources/user/index.rst.txt
@@ -62,6 +62,26 @@ Afterwards, we add some attributes to this parameter::
     parameter1.attrs['variable'] = '-'
     parameter1.attrs['origin'] = 'this'
 
+A more efficient way to add the paramters can be achieved by using the function build_multi_paramters.
+First, you need to include the function as follows::
+
+    from pykkn.build_multi_parameters import build_multi_parameters
+
+Then you can create a dictionary with all the parameters::
+
+    dic = {
+    "list_of_parameters": [
+        {"name": "gain", "value": 1, "units": '-', "variables": '-', "orign": 'this'}
+    ]
+    }
+
+This dictionary can be adding more parameters by just adding another line in curly brackets. |br|
+The builrd_multi_parameters uses the before created dictionary::
+
+    paramter1 = build_multi_paramters(dic)
+
+You can choose one of the two shown ways to create parameters.
+
 The next step is to create model to which we can add the parameters.
 In this case, we create the model1 which is called "feedthrough".
 Afterwards we add the parameters to this model::
@@ -196,9 +216,9 @@ The output of this short project can be seen below:
 
 .. start of the explanation of the recurring functionalities of the differen modules
 
-=======================================
+=========================================
 Recurring functionalities and attributes
-=======================================
+=========================================
 
 In PYKKN, you will find several functions that are avalaible in different modules. To achieve this, the library is based on object-oriented programming 
 and several modules inherit functions from the storable class. The functions of this class will be explained below in more detail to avoid explaining again for each module. 
diff --git a/docs/build/html/searchindex.js b/docs/build/html/searchindex.js
index 07492024f02a7274f1116951fa633678c0daff24..13ae4726117c16c7b9a9abe26f1823227c691ad1 100644
--- a/docs/build/html/searchindex.js
+++ b/docs/build/html/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["index","reference/build_multi_parameters/index","reference/dataset/index","reference/dataset_image/index","reference/dataset_video/index","reference/index","reference/instrument/index","reference/model/index","reference/parameter/index","reference/parse/index","reference/parse_json/index","reference/pipeline/index","reference/run/index","reference/storage/index","start/index","user/index"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["index.rst","reference\\build_multi_parameters\\index.rst","reference\\dataset\\index.rst","reference\\dataset_image\\index.rst","reference\\dataset_video\\index.rst","reference\\index.rst","reference\\instrument\\index.rst","reference\\model\\index.rst","reference\\parameter\\index.rst","reference\\parse\\index.rst","reference\\parse_json\\index.rst","reference\\pipeline\\index.rst","reference\\run\\index.rst","reference\\storage\\index.rst","start\\index.rst","user\\index.rst"],objects:{"":[[1,0,0,"-","build_multi_parameters"],[2,0,0,"-","dataset"],[3,0,0,"-","dataset_image"],[4,0,0,"-","dataset_video"],[6,0,0,"-","instrument"],[7,0,0,"-","model"],[8,0,0,"-","parameter"],[9,0,0,"-","parse"],[10,0,0,"-","parse_json"],[11,0,0,"-","pipeline"],[12,0,0,"-","run"],[13,0,0,"-","storage"]],"dataset_image.Dataset_Image":[[3,3,1,"","data"],[3,3,1,"","output_file"]],"dataset_video.Dataset_Video":[[4,3,1,"","convert_pics"],[4,3,1,"","data"],[4,3,1,"","output_file"]],"instrument.Instrument":[[6,3,1,"","add"]],"model.Model":[[7,3,1,"","add"]],"pipeline.Pipeline":[[11,3,1,"","add"]],"run.Run":[[12,3,1,"","add"]],"storage.Storage":[[13,3,1,"","__repr__"],[13,3,1,"","__str__"],[13,3,1,"","add_attrs_dict"],[13,3,1,"","decode"],[13,3,1,"","encode"],[13,3,1,"","set_storage_path"],[13,3,1,"","show"],[13,3,1,"","store"],[13,3,1,"","store_HDF5"],[13,3,1,"","store_json"]],build_multi_parameters:[[1,1,1,"","build_multi_parameters"]],dataset:[[2,2,1,"","Dataset"]],dataset_image:[[3,2,1,"","Dataset_Image"]],dataset_video:[[4,2,1,"","Dataset_Video"]],instrument:[[6,2,1,"","Instrument"]],model:[[7,2,1,"","Model"]],parameter:[[8,2,1,"","Parameter"]],parse:[[9,1,1,"","create_instance"],[9,1,1,"","dataset_data_parse"],[9,1,1,"","image_data_parse"],[9,1,1,"","pykkn_parse"],[9,1,1,"","recursive_create_instance"],[9,1,1,"","video_data_parse"]],parse_json:[[10,1,1,"","create_instance"],[10,1,1,"","pykkn_parse"],[10,1,1,"","recursive_create_instance"]],pipeline:[[11,2,1,"","Pipeline"]],run:[[12,2,1,"","Run"]],storage:[[13,2,1,"","Storage"]]},objnames:{"0":["py","module","Python module"],"1":["py","function","Python function"],"2":["py","class","Python class"],"3":["py","method","Python method"]},objtypes:{"0":"py:module","1":"py:function","2":"py:class","3":"py:method"},terms:{"0":15,"00":15,"001":[],"009":[],"01":15,"023":15,"038":15,"040":15,"042":[],"05":15,"050":[],"06":[2,4,15],"064":[],"068":15,"071":[],"073":[],"077":[],"08":[],"087":15,"091":[],"093":15,"0x0000022aa45715a0":13,"0x0000022aa4gd1s0":[],"1":[2,5,8,15],"10":[2,14,15],"1000":[2,15],"108":[],"11":[2,4,15],"110":15,"112":15,"113":15,"12":[2,15],"122":15,"123":1,"126":[],"127":[],"12_pykkn_umldiagram_clearbackground":[],"13":[4,15],"130":[],"137":[],"14":15,"141":[],"142":[],"147":[],"148":[],"15":15,"152":15,"157":[],"163":15,"164":15,"167":15,"176":15,"177":[],"179":[],"18":15,"194":[],"2":[13,14,15],"20":15,"2017":15,"202":15,"2022":[2,4,15],"203":[],"21":15,"22":[4,15],"221":[],"223":[],"224":[],"226":[],"228":[],"245":[],"247":[],"248":[],"25":15,"254":[],"261":15,"262":15,"265":[],"269":15,"278":[],"297":[],"3":[14,15],"30":15,"303":[],"305":[],"307":[],"315":[],"317":15,"328":[],"342":[],"35":15,"350":15,"365":[],"367":[],"368":[],"370":[],"375":[],"376":[],"377":[],"381":15,"384":15,"385":[],"389":[],"39":[2,15],"396":15,"4":15,"40":15,"402":15,"404":[],"422":15,"429":15,"433":[],"437":[],"44":15,"441":[],"442":15,"443":[],"448":[],"45":15,"451":[],"452":[],"456":1,"461":15,"473":[],"475":15,"476":15,"477":[],"481":15,"486":[],"490":[],"5":15,"50":15,"500":[],"504":[],"510":15,"512":[],"515":15,"523":[],"536":[],"545":15,"55":15,"550":15,"552":[],"559":[],"560":[],"581":[],"584":15,"6":15,"60":15,"601":[],"602":[],"605":[],"612":15,"613":[],"621":15,"622":15,"640":15,"65":15,"653":15,"674":[],"679":15,"691":[],"694":15,"695":[],"7":15,"70":[13,15],"713":15,"720":[],"738":[],"739":[],"741":[],"743":[],"75":15,"772":[],"773":[],"776":[],"780":[],"789":1,"791":[],"796":15,"8":15,"80":15,"808":[],"809":15,"815":[],"827":[],"828":15,"832":[],"834":15,"838":[],"844":[],"846":[],"848":15,"85":15,"853":[],"854":15,"862":[],"872":[],"876":[],"881":[],"883":15,"884":15,"898":15,"899":[],"9":[],"90":15,"900":[],"903":15,"909":15,"918":15,"919":[],"920":15,"922":15,"930":15,"944":[],"945":[],"95":15,"955":[],"967":[],"970":[],"972":[],"974":15,"976":[],"980":[],"982":[],"989":15,"992":[],"abstract":13,"case":15,"class":[9,10,15],"default":13,"do":[14,15],"export":[3,15],"function":[0,3,4,13],"long":13,"return":[1,9,10,13],"short":15,"try":15,"while":15,As:15,At:[14,15],Be:15,But:[],For:15,If:[14,15],In:15,It:13,On:15,That:[],The:[0,3,13,14,15],Then:15,There:15,To:[0,15],With:15,__repr__:13,__str__:13,_description_:[],_group:[],_kei:[],_last_group:[],_nested_group:[],_record:15,_static:[],_templat:[],aa:13,abl:15,about:[13,15],abstrct:[],access:15,accord:15,accrod:[],achiev:15,activ:14,actual:15,ad:[6,15],add:[6,7,11,12,13],add_attrs_dict:13,administr:15,adp:[],after:[13,15],afterward:15,again:15,aif:[],all:[13,14,15],also:15,alwai:13,an:[0,2,3,4,8,13,15],anaconda:14,ani:[13,15],anoth:15,anyth:13,apart:15,api:[0,15],ar:[6,13,14,15],arrai:15,assertionerror:[6,7,11,12],assign:[9,10,13,15],assum:15,ataset1:3,attach:15,attent:15,attr:[2,4,8,11],attribut:[1,9,13],author:[13,15],auto:5,autoapi:5,autoapi_dir:[],autoapi_root:[],autodoc:[],autodoc_typehint:[],avala:15,avoid:15,awar:15,backslash:15,base:[2,3,4,6,7,8,11,12,14,15],bb:13,becaus:15,been:3,befor:[13,15],behavi:[],behavior:13,behind:15,being:13,below:[14,15],between:14,binari:4,bracket:15,brief:15,build:1,build_multi_paramet:5,built:13,builtin:[],c:15,call:15,can:[0,6,13,14,15],capa1:[11,15],capa:11,captur:15,cc:13,channel_01_raw:[],channel_01_sc:[],channel_02_raw:[],channel_02_sc:[],channel_03_raw:[],channel_03_sc:[],channel_04_raw:[],channel_04_sc:[],channel_05_raw:[],channel_05_sc:[],channel_06_raw:[],channel_06_sc:[],channel_07_raw:[],channel_07_sc:[],channel_08_raw:[],channel_08_sc:[],channel_09_raw:[],channel_09_sc:[],channel_10_raw:[],channel_10_sc:[],check:[],choos:15,classtructur:15,click:15,cm:8,code:15,collec:[],collect:15,color:[],com:14,command:[14,15],comment:[],compar:15,compon:[9,10],conda:14,conduct:[],conf:[],conflict:14,consid:3,consist:13,construct:[],constructor:15,contain:[0,1,5,11,15],content:15,convert:[4,6,9,10,15],convert_p:4,converter_01:[],converter_01_raw2:[],converter_01_raw:[],converter_02:[],converter_02_raw2:[],converter_02_raw:[],converter_03:[],converter_03_raw2:[],converter_03_raw:[],converter_04:[],converter_04_raw2:[],converter_04_raw:[],converter_05:[],converter_05_raw2:[],converter_05_raw:[],converter_06:[],converter_06_raw2:[],converter_06_raw:[],converter_07:[],converter_07_raw2:[],converter_07_raw:[],converter_08:[],converter_08_raw2:[],converter_08_raw:[],converter_09:[],converter_09_raw2:[],converter_09_raw:[],converter_10:[],converter_10_raw2:[],converter_10_raw:[],copyright:[],correspond:[9,10,14],creat:[5,9,10,14],create_inst:[9,10],curv:15,d:[],data1:15,data:[0,2,3,4,6,7,9,10],datasat:15,datasat_imag:15,dataseimage1:15,dataset1:[2,3,4,11,15],dataset2:11,dataset:[3,4,5,6,9,10,11],dataset_data_pars:9,dataset_imag:[5,9,15],dataset_keyvalu:15,dataset_video:[5,9,15],datasetimage1:15,datasetvideo1:15,dd:[13,15],deal:15,decod:13,defin:15,depend:[9,10,14],dergeraet:[13,15],deriv:11,describ:0,descript:[0,1,15],design:3,desktop:[],detail:[0,1,13,14,15],determin:15,df:15,diagram:15,dic:[1,10],dict:[1,10,13],dicti:[],dictionari:[1,13,15],dictnam:[],dicttohdf_1:[],differ:[0,15],difficulti:14,distribut:14,doc:14,document:[1,5,15],done:15,doubl:[2,15],e:[],each:[14,15],ee:13,efil:[],ein:[],element:11,empti:11,en:14,enabl:15,encod:13,encount:14,end:[13,15],ensur:15,environ:[0,14],equal:15,establish:14,everi:15,exampl:[0,2,3,4,6,7,8,11,12,13],example_for_doc:15,excel:15,exclude_pattern:[],execut:14,expand:15,expect:[],experi:0,experimentel:[],explain:15,explan:[],ext:[],extens:15,fail:[6,7,12],feedback:14,feedthrough:15,feel:15,ff:13,file:[0,4,9,10,13],file_example_mp4_1920_18mg:[],filenam:[],find:15,first:0,flat:[13,15],flowmet:[],follow:[11,15],forg:[],form:[13,15],format:[4,13],found:14,frame:4,framework:15,free:15,from:[6,15],fucntion:[],fulli:15,further:15,g:[],gain:15,gener:[5,13,15],get:0,gitlab:14,give:[14,15],given:[6,9,10],go:[],graphic:15,group:[],guid:0,h5:[4,9,13,15],h5_create_run_exampl:[],h5_create_run_example2:[],h5py:[9,13],ha:14,handl:0,have:[3,13,15],havent:[],hdf5:[0,9,13],hdf:[],here:[0,13,15],hh:15,how:[0,15],html:14,html_static_path:[],html_theme:[],http:14,imag:3,image_data_pars:9,image_dataset_1:[3,15],imgag:[],implement:15,includ:0,index:0,inform:[11,13,15],inharetat:[],inherit:15,initi:13,input:[0,6],instal:[0,14],instanc:[1,13],instant:13,instead:[13,15],instr1:[],instr2:[],instrument1:[6,11,15],instrument:[5,11,15],instument:[],insturment2:11,investig:3,io:14,is_overwrit:[],its:[6,13],itself:15,jpg:[3,15],json:[9,10,13],just:[],kann:[],keep:15,kei:[1,9,13,15],kind:15,larg:13,last:15,latest:14,left:15,let:15,lib:3,librari:[0,15],like:[0,13],line:15,link:[0,15],linux:14,list:[1,6,7,9,11,12],list_obj:[6,7,11,12],list_of_paramet:1,locat:15,look:15,lookup:6,loos:[],lose:15,ls:1,made:15,main:15,make:13,manag:[9,10,14],mandatori:15,map:6,mark:15,mayb:13,measur:[11,15],measureddata:15,metad:[],metadata:15,metatadata:15,metatdata:[],method:[0,6,7,12,13],might:15,mind:15,miniconda:14,mix:15,mm:15,model1:[6,7,15],model2:6,model:[5,6,11],modifi:13,modl:15,modul:0,more:[1,13,15],mp4:[4,15],msmt01:15,msmt_type:[],msmtrun:[13,15],mulitpl:[],multi:[1,6,7,11,12],multipl:3,mydictionari:15,n:14,name:[1,2,3,4,6,7,8,9,11,12,13],name_of_parameter_1:1,name_of_parameter_2:1,name_of_parameter_3:1,nameofdataset:15,napoleon:[],need:[3,15],nest:[],nested_dict:[],next:15,none:13,normal:15,note:14,now:15,np:[2,15],number:15,numpi:15,obj:9,object:[0,2,3,4,6,7,8,9,10,11,12,13],object_str:13,offset:[],oil:[13,15],oil_id:[],oil_typ:[],one:[3,9,10,15],onli:3,open:15,opencv:[],opportun:15,opt_in:[],option:13,organ:15,orient:15,origin:[4,8,10,11,13,15],origina:[],other:[6,13,14,15],our:[1,15],outcom:[],output:[4,13,15],output_fil:[3,4],overrid:[],overview:15,overwrit:15,pa06:[13,15],packag:14,page:[0,5,14],pai:15,pair:[1,13],panda:15,para1:8,para2:[],param_kh1:[],param_kh2:[],param_pressure1:[],param_pressure2:[],param_rotspeed1:[],param_rotspeed2:[],param_temp1:[],param_temp2:[],param_temp3:[],param_torque1:[],param_torque2:[],param_volflow1:[],param_volflow2:[],paramet:[0,1,2,3,4,5,6,7,9,10,11,12,13,15],parameter1:[7,12,15],parameter2:[7,12],parametr:[],paramt:15,paremet:1,pars:5,parse_json:5,parser:9,part:15,parti:[],path:[3,4,9,10,13],path_output:4,pd:15,perform:[],physic:6,pictur:15,pillow:3,pip:14,pipe1:13,pipe2:13,pipelin:[5,12,13,15],pipeline1:[11,12,15],pipeline2:12,pleas:[13,15],plu:15,pmanag:[13,15],png:[],point:15,polynom:[],polynomi:6,porpos:15,porpus:[],possibl:15,powershel:14,preasur:15,preasuredata:15,preasuresensor:[],present:[],pressur:15,print:13,process:7,product:14,program:15,project:14,project_manag:[],prompt:14,properti:[3,4,10],provid:[3,13,15],pump_manufactur:[],pump_typ:[],pure:15,purpos:[14,15],purpus:[],py:[],pykkn:[2,3,4,6,7,8,9,10,11,12,13,14,15],pykkn_env:14,pykkn_pars:[9,10],pykraken:15,pysic:[],python:[0,14,15],quotat:15,r:[],rais:[6,7,9,10,11,12],rand:15,random:15,raw:[11,15],read:[3,9,10],read_csv:15,readabl:13,reader:[],recommend:14,record:15,recurs:[9,10],recursive_create_inst:[9,10],refer:[0,15],refrenc:15,releas:[],relev:14,repositori:0,repres:[2,3,4,6,7,8,11,12,15],requir:[],research:[0,15],result:13,resurs:[],rewrit:13,rick:[],rig:15,root:[9,13],rs1:[],run1:[12,13,15],run:[5,13,14,15],runnam:[],s:[6,7,11,12,15],same:[14,15],sampler:[2,15],save:[0,15],scale:11,scientif:[0,15],search:0,see:[0,15],seen:15,segment:4,self:[3,4,6,7,11,12,13],sensor:6,seri:15,set:[0,13,15],set_storage_path:[4,13],sever:15,sheet:15,should:[11,13,14,15],show:[0,13],shown:15,shwon:[],side:15,sign:15,signal:15,similar:15,similiar:[],simpli:[],singl:15,slash:15,so:[14,15],sof:[],some:15,sourc:[0,15],specifi:[13,14,15],sphinx:5,sphinx_panel:[],sphinx_rtd_them:[],ss:15,start:[0,15],stemp:[],step:0,storabl:15,storag:[2,3,4,5,6,7,8,11,12,15],store:[0,13],store_hdf5:13,store_json:13,str:[2,3,4,6,7,8,9,10,11,12,13],string:13,struchtur:15,struct:15,structur:[9,10,12,13],sub:[9,10,13],success:14,support:0,svg:[],symbol:15,system:14,tabel:[],tabl:6,target:13,targetrp:[13,15],targettmp:[13,15],tcorn:[13,15],templates_path:[],termin:14,test:15,test_data:15,test_data_typ:[],test_dataset:[],test_dataset_imag:[],test_dataset_video:[],test_file_exist:[],test_image_attr:[],test_instru:[],test_key_valu:[],test_meet:15,test_meeting_record:4,test_model:[],test_nam:[],test_other_attr:[],test_other_attribut:[],test_param:[],test_paramet:[],test_pipelin:[],test_resourc:[],test_result:[],test_rig_1:[3,15],test_run:[],test_samplerate_typ:[],test_samplerate_valu:[],test_timestamp:[],test_ut_d:15,test_ut_video:4,test_valu:[],test_video_attr:[],test_wrong_para_input:[],testrig_nam:[],th:[],them:15,therefor:15,theses:15,thi:[1,2,3,4,5,6,7,8,9,11,12,13,14,15],third:15,though:15,thre:[],three:15,through:[],time:[0,14,15],timestamp:[2,4,15],timestemp:15,tool:14,transfer:[],transmitt:15,tupl:[],tutori:14,two:15,type:[0,1,9,10,11,13,15],typeerror:[9,10,11],typenunabhaengigen:[],typic:15,uml:15,unit:[8,11,15],unix:14,up:[0,15],us:[0,1,3,6,7,13,14,15],usag:15,useful:15,user:[0,3],usersadministr:[],usual:15,validierung:[],valu:[1,8,10,13,15],variabl:[8,11,15],verdraengerpumpen:[],veri:[13,15],verifi:14,version:14,via:[],video:4,video_data_pars:9,video_dataset_1:[4,15],viewer:15,virtual:14,visit:15,volt:[11,15],voltag:[11,15],vom:[],von:[],wa:[14,15],wai:15,want:[13,15],we:[0,14,15],welcom:14,well:15,wetak:[],when:[6,7,9,10,11,12,15],where:[13,15],whether:14,which:[0,1,13,15],who:13,whole:15,wide:15,window:14,wirkungsgradmodel:[],without:9,work:0,would:15,wrapper:[],write:[14,15],wrong:[9,10],wrting:[],www:14,xxxxxxxxxx:[],yet:3,you:[0,13,14,15],your:[0,14,15],yyyi:15,zoom:15},titles:["Welcome to PYKKN\u2019s documentation!","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">build_multi_parameters</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">dataset</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">dataset_image</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">dataset_video</span></code>","API Reference","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">instrument</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">model</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">parameter</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">parse</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">parse_json</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">pipeline</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">run</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">storage</span></code>","Getting Started","User Guide"],titleterms:{"class":[2,3,4,6,7,8,11,12,13],"function":[1,9,10,15],"import":15,add:15,add_attrs_dict:15,an:[],api:5,attr:15,attribut:15,build_multi_paramet:1,characterist:15,compon:[],conf:[],content:[1,2,3,4,6,7,8,9,10,11,12,13],creat:15,csv:15,data:15,dataset:[2,15],dataset_imag:3,dataset_keyvalu:[],dataset_video:4,dict:15,document:0,exampl:15,example_for_doc:[],excel:[],file:15,first:15,get:14,guid:15,h5_create_run_exampl:[],h5_create_run_example2:[],hdf5:15,imag:15,indic:0,insert:15,instrument:6,kei:[],model:[7,15],modul:[1,2,3,4,6,7,8,9,10,11,12,13,15],name:15,object:15,packag:[],pair:[],paramet:8,pars:9,parse_json:10,path:15,pipelin:11,project:15,pykkn:0,rcur:[],recur:15,refer:5,run:12,s:0,sensor:15,set_storage_path:15,setup:15,show:15,specifi:[],start:14,step:15,storag:13,store:15,str:15,structur:15,submodul:[],tabl:[0,15],test_dataset:[],test_dataset_imag:[],test_dataset_video:[],test_instru:[],test_model:[],test_paramet:[],test_pipelin:[],test_run:[],user:15,valu:[],video:15,welcom:0}})
\ No newline at end of file
+Search.setIndex({docnames:["index","reference/build_multi_parameters/index","reference/dataset/index","reference/dataset_image/index","reference/dataset_video/index","reference/index","reference/instrument/index","reference/model/index","reference/parameter/index","reference/parse/index","reference/parse_json/index","reference/pipeline/index","reference/run/index","reference/storage/index","start/index","user/index"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":5,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["index.rst","reference\\build_multi_parameters\\index.rst","reference\\dataset\\index.rst","reference\\dataset_image\\index.rst","reference\\dataset_video\\index.rst","reference\\index.rst","reference\\instrument\\index.rst","reference\\model\\index.rst","reference\\parameter\\index.rst","reference\\parse\\index.rst","reference\\parse_json\\index.rst","reference\\pipeline\\index.rst","reference\\run\\index.rst","reference\\storage\\index.rst","start\\index.rst","user\\index.rst"],objects:{"":[[1,0,0,"-","build_multi_parameters"],[2,0,0,"-","dataset"],[3,0,0,"-","dataset_image"],[4,0,0,"-","dataset_video"],[6,0,0,"-","instrument"],[7,0,0,"-","model"],[8,0,0,"-","parameter"],[9,0,0,"-","parse"],[10,0,0,"-","parse_json"],[11,0,0,"-","pipeline"],[12,0,0,"-","run"],[13,0,0,"-","storage"]],"dataset_image.Dataset_Image":[[3,3,1,"","data"],[3,3,1,"","output_file"]],"dataset_video.Dataset_Video":[[4,3,1,"","convert_pics"],[4,3,1,"","data"],[4,3,1,"","output_file"]],"instrument.Instrument":[[6,3,1,"","add"]],"model.Model":[[7,3,1,"","add"]],"pipeline.Pipeline":[[11,3,1,"","add"]],"run.Run":[[12,3,1,"","add"]],"storage.Storage":[[13,3,1,"","__repr__"],[13,3,1,"","__str__"],[13,3,1,"","add_attrs_dict"],[13,3,1,"","decode"],[13,3,1,"","encode"],[13,3,1,"","set_storage_path"],[13,3,1,"","show"],[13,3,1,"","store"],[13,3,1,"","store_HDF5"],[13,3,1,"","store_json"]],build_multi_parameters:[[1,1,1,"","build_multi_parameters"]],dataset:[[2,2,1,"","Dataset"]],dataset_image:[[3,2,1,"","Dataset_Image"]],dataset_video:[[4,2,1,"","Dataset_Video"]],instrument:[[6,2,1,"","Instrument"]],model:[[7,2,1,"","Model"]],parameter:[[8,2,1,"","Parameter"]],parse:[[9,1,1,"","create_instance"],[9,1,1,"","dataset_data_parse"],[9,1,1,"","image_data_parse"],[9,1,1,"","pykkn_parse"],[9,1,1,"","recursive_create_instance"],[9,1,1,"","video_data_parse"]],parse_json:[[10,1,1,"","create_instance"],[10,1,1,"","pykkn_parse"],[10,1,1,"","recursive_create_instance"]],pipeline:[[11,2,1,"","Pipeline"]],run:[[12,2,1,"","Run"]],storage:[[13,2,1,"","Storage"]]},objnames:{"0":["py","module","Python module"],"1":["py","function","Python function"],"2":["py","class","Python class"],"3":["py","method","Python method"]},objtypes:{"0":"py:module","1":"py:function","2":"py:class","3":"py:method"},terms:{"0":15,"00":15,"001":[],"009":[],"01":15,"023":15,"038":15,"040":15,"042":[],"05":15,"050":[],"06":[2,4,15],"064":[],"068":15,"071":[],"073":[],"077":[],"08":[],"087":15,"091":[],"093":15,"0x0000022aa45715a0":13,"0x0000022aa4gd1s0":[],"1":[2,5,8,15],"10":[2,14,15],"1000":[2,15],"108":[],"11":[2,4,15],"110":15,"112":15,"113":15,"12":[2,15],"122":15,"123":1,"126":[],"127":[],"12_pykkn_umldiagram_clearbackground":[],"13":[4,15],"130":[],"137":[],"14":15,"141":[],"142":[],"147":[],"148":[],"15":15,"152":15,"157":[],"163":15,"164":15,"167":15,"176":15,"177":[],"179":[],"18":15,"194":[],"2":[13,14,15],"20":15,"2017":15,"202":15,"2022":[2,4,15],"203":[],"21":15,"22":[4,15],"221":[],"223":[],"224":[],"226":[],"228":[],"245":[],"247":[],"248":[],"25":15,"254":[],"261":15,"262":15,"265":[],"269":15,"278":[],"297":[],"3":[14,15],"30":15,"303":[],"305":[],"307":[],"315":[],"317":15,"328":[],"342":[],"35":15,"350":15,"365":[],"367":[],"368":[],"370":[],"375":[],"376":[],"377":[],"381":15,"384":15,"385":[],"389":[],"39":[2,15],"396":15,"4":15,"40":15,"402":15,"404":[],"422":15,"429":15,"433":[],"437":[],"44":15,"441":[],"442":15,"443":[],"448":[],"45":15,"451":[],"452":[],"456":1,"461":15,"473":[],"475":15,"476":15,"477":[],"481":15,"486":[],"490":[],"5":15,"50":15,"500":[],"504":[],"510":15,"512":[],"515":15,"523":[],"536":[],"545":15,"55":15,"550":15,"552":[],"559":[],"560":[],"581":[],"584":15,"6":15,"60":15,"601":[],"602":[],"605":[],"612":15,"613":[],"621":15,"622":15,"640":15,"65":15,"653":15,"674":[],"679":15,"691":[],"694":15,"695":[],"7":15,"70":[13,15],"713":15,"720":[],"738":[],"739":[],"741":[],"743":[],"75":15,"772":[],"773":[],"776":[],"780":[],"789":1,"791":[],"796":15,"8":15,"80":15,"808":[],"809":15,"815":[],"827":[],"828":15,"832":[],"834":15,"838":[],"844":[],"846":[],"848":15,"85":15,"853":[],"854":15,"862":[],"872":[],"876":[],"881":[],"883":15,"884":15,"898":15,"899":[],"9":[],"90":15,"900":[],"903":15,"909":15,"918":15,"919":[],"920":15,"922":15,"930":15,"944":[],"945":[],"95":15,"955":[],"967":[],"970":[],"972":[],"974":15,"976":[],"980":[],"982":[],"989":15,"992":[],"abstract":13,"case":15,"class":[9,10,15],"default":13,"do":[14,15],"export":[3,15],"function":[0,3,4,13],"long":13,"return":[1,9,10,13],"short":15,"try":15,"while":15,A:15,As:15,At:[14,15],Be:15,But:[],For:15,If:[14,15],In:15,It:13,On:15,That:[],The:[0,3,13,14,15],Then:15,There:15,To:[0,15],With:15,__repr__:13,__str__:13,_description_:[],_group:[],_kei:[],_last_group:[],_nested_group:[],_record:15,_static:[],_templat:[],aa:13,abl:15,about:[13,15],abstrct:[],access:15,accord:15,accrod:[],achiev:15,activ:14,actual:15,ad:[6,15],add:[6,7,11,12,13],add_attrs_dict:13,administr:15,adp:[],after:[13,15],afterward:15,again:15,aif:[],all:[13,14,15],also:15,alwai:13,an:[0,2,3,4,8,13,15],anaconda:14,ani:[13,15],anoth:15,anyth:13,apart:15,api:[0,15],ar:[6,13,14,15],arrai:15,assertionerror:[6,7,11,12],assign:[9,10,13,15],assum:15,ataset1:3,attach:15,attent:15,attr:[2,4,8,11],attribut:[1,9,13],author:[13,15],auto:5,autoapi:5,autoapi_dir:[],autoapi_root:[],autodoc:[],autodoc_typehint:[],avala:15,avoid:15,awar:15,backslash:15,base:[2,3,4,6,7,8,11,12,14,15],bb:13,becaus:15,been:3,befor:[13,15],behavi:[],behavior:13,behind:15,being:13,below:[14,15],between:14,binari:4,bracket:15,brief:15,build:1,build_multi_paramet:[5,15],build_multi_paramt:15,builrd_multi_paramet:15,built:13,builtin:[],c:15,call:15,can:[0,6,13,14,15],capa1:[11,15],capa:11,captur:15,cc:13,channel_01_raw:[],channel_01_sc:[],channel_02_raw:[],channel_02_sc:[],channel_03_raw:[],channel_03_sc:[],channel_04_raw:[],channel_04_sc:[],channel_05_raw:[],channel_05_sc:[],channel_06_raw:[],channel_06_sc:[],channel_07_raw:[],channel_07_sc:[],channel_08_raw:[],channel_08_sc:[],channel_09_raw:[],channel_09_sc:[],channel_10_raw:[],channel_10_sc:[],check:[],choos:15,classtructur:15,click:15,cm:8,code:15,collec:[],collect:15,color:[],com:14,command:[14,15],comment:[],compar:15,compon:[9,10],conda:14,conduct:[],conf:[],conflict:14,consid:3,consist:13,construct:[],constructor:15,contain:[0,1,5,11,15],content:15,convert:[4,6,9,10,15],convert_p:4,converter_01:[],converter_01_raw2:[],converter_01_raw:[],converter_02:[],converter_02_raw2:[],converter_02_raw:[],converter_03:[],converter_03_raw2:[],converter_03_raw:[],converter_04:[],converter_04_raw2:[],converter_04_raw:[],converter_05:[],converter_05_raw2:[],converter_05_raw:[],converter_06:[],converter_06_raw2:[],converter_06_raw:[],converter_07:[],converter_07_raw2:[],converter_07_raw:[],converter_08:[],converter_08_raw2:[],converter_08_raw:[],converter_09:[],converter_09_raw2:[],converter_09_raw:[],converter_10:[],converter_10_raw2:[],converter_10_raw:[],copyright:[],correspond:[9,10,14],creat:[5,9,10,14],create_inst:[9,10],curli:15,curv:15,d:[],data1:15,data:[0,2,3,4,6,7,9,10],datasat:15,datasat_imag:15,dataseimage1:15,dataset1:[2,3,4,11,15],dataset2:11,dataset:[3,4,5,6,9,10,11],dataset_data_pars:9,dataset_imag:[5,9,15],dataset_keyvalu:15,dataset_video:[5,9,15],datasetimage1:15,datasetvideo1:15,dd:[13,15],deal:15,decod:13,defin:15,depend:[9,10,14],dergeraet:[13,15],deriv:11,describ:0,descript:[0,1,15],design:3,desktop:[],detail:[0,1,13,14,15],determin:15,df:15,diagram:15,dic:[1,10,15],dict:[1,10,13],dicti:[],dictionari:[1,13,15],dictnam:[],dicttohdf_1:[],differ:[0,15],difficulti:14,distribut:14,doc:14,document:[1,5,15],done:15,doubl:[2,15],e:[],each:[14,15],ee:13,effici:15,efil:[],ein:[],element:11,empti:11,en:14,enabl:15,encod:13,encount:14,end:[13,15],ensur:15,environ:[0,14],equal:15,establish:14,everi:15,exampl:[0,2,3,4,6,7,8,11,12,13],example_for_doc:15,excel:15,exclude_pattern:[],execut:14,expand:15,expect:[],experi:0,experimentel:[],explain:15,explan:[],ext:[],extens:15,fail:[6,7,12],feedback:14,feedthrough:15,feel:15,ff:13,file:[0,4,9,10,13],file_example_mp4_1920_18mg:[],filenam:[],find:15,first:0,flat:[13,15],flowmet:[],follow:[11,15],forg:[],form:[13,15],format:[4,13],found:14,frame:4,framework:15,free:15,from:[6,15],fucntion:[],fulli:15,further:15,g:[],gain:15,gener:[5,13,15],get:0,gitlab:14,give:[14,15],given:[6,9,10],go:[],graphic:15,group:[],guid:0,h5:[4,9,13,15],h5_create_run_exampl:[],h5_create_run_example2:[],h5py:[9,13],ha:14,handl:0,have:[3,13,15],havent:[],hdf5:[0,9,13],hdf:[],here:[0,13,15],hh:15,how:[0,15],html:14,html_static_path:[],html_theme:[],http:14,imag:3,image_data_pars:9,image_dataset_1:[3,15],imgag:[],implement:15,includ:[0,15],index:0,inform:[11,13,15],inharetat:[],inherit:15,initi:13,input:[0,6],instal:[0,14],instanc:[1,13],instant:13,instead:[13,15],instr1:[],instr2:[],instrument1:[6,11,15],instrument:[5,11,15],instument:[],insturment2:11,investig:3,io:14,is_overwrit:[],its:[6,13],itself:15,jpg:[3,15],json:[9,10,13],just:15,kann:[],keep:15,kei:[1,9,13,15],kind:15,larg:13,last:15,latest:14,left:15,let:15,lib:3,librari:[0,15],like:[0,13],line:15,link:[0,15],linux:14,list:[1,6,7,9,11,12],list_obj:[6,7,11,12],list_of_paramet:[1,15],locat:15,look:15,lookup:6,loos:[],lose:15,ls:1,made:15,main:15,make:13,manag:[9,10,14],mandatori:15,map:6,mark:15,mayb:13,measur:[11,15],measureddata:15,metad:[],metadata:15,metatadata:15,metatdata:[],method:[0,6,7,12,13],might:15,mind:15,miniconda:14,mix:15,mm:15,model1:[6,7,15],model2:6,model:[5,6,11],modifi:13,modl:15,modul:0,more:[1,13,15],mp4:[4,15],msmt01:15,msmt_type:[],msmtrun:[13,15],mulitpl:[],multi:[1,6,7,11,12],multipl:3,mydictionari:15,n:14,name:[1,2,3,4,6,7,8,9,11,12,13],name_of_parameter_1:1,name_of_parameter_2:1,name_of_parameter_3:1,nameofdataset:15,napoleon:[],need:[3,15],nest:[],nested_dict:[],next:15,none:13,normal:15,note:14,now:15,np:[2,15],number:15,numpi:15,obj:9,object:[0,2,3,4,6,7,8,9,10,11,12,13],object_str:13,offset:[],oil:[13,15],oil_id:[],oil_typ:[],one:[3,9,10,15],onli:3,open:15,opencv:[],opportun:15,opt_in:[],option:13,organ:15,orient:15,origin:[4,8,10,11,13,15],origina:[],orign:15,other:[6,13,14,15],our:[1,15],outcom:[],output:[4,13,15],output_fil:[3,4],overrid:[],overview:15,overwrit:15,pa06:[13,15],packag:14,page:[0,5,14],pai:15,pair:[1,13],panda:15,para1:8,para2:[],param_kh1:[],param_kh2:[],param_pressure1:[],param_pressure2:[],param_rotspeed1:[],param_rotspeed2:[],param_temp1:[],param_temp2:[],param_temp3:[],param_torque1:[],param_torque2:[],param_volflow1:[],param_volflow2:[],paramet:[0,1,2,3,4,5,6,7,9,10,11,12,13,15],parameter1:[7,12,15],parameter2:[7,12],parametr:[],paramt:15,paramter1:15,paremet:1,pars:5,parse_json:5,parser:9,part:15,parti:[],path:[3,4,9,10,13],path_output:4,pd:15,perform:[],physic:6,pictur:15,pillow:3,pip:14,pipe1:13,pipe2:13,pipelin:[5,12,13,15],pipeline1:[11,12,15],pipeline2:12,pleas:[13,15],plu:15,pmanag:[13,15],png:[],point:15,polynom:[],polynomi:6,porpos:15,porpus:[],possibl:15,powershel:14,preasur:15,preasuredata:15,preasuresensor:[],present:[],pressur:15,print:13,process:7,product:14,program:15,project:14,project_manag:[],prompt:14,properti:[3,4,10],provid:[3,13,15],pump_manufactur:[],pump_typ:[],pure:15,purpos:[14,15],purpus:[],py:[],pykkn:[2,3,4,6,7,8,9,10,11,12,13,14,15],pykkn_env:14,pykkn_pars:[9,10],pykraken:15,pysic:[],python:[0,14,15],quotat:15,r:[],rais:[6,7,9,10,11,12],rand:15,random:15,raw:[11,15],read:[3,9,10],read_csv:15,readabl:13,reader:[],recommend:14,record:15,recurs:[9,10],recursive_create_inst:[9,10],refer:[0,15],refrenc:15,releas:[],relev:14,repositori:0,repres:[2,3,4,6,7,8,11,12,15],requir:[],research:[0,15],result:13,resurs:[],rewrit:13,rick:[],rig:15,root:[9,13],rs1:[],run1:[12,13,15],run:[5,13,14,15],runnam:[],s:[6,7,11,12,15],same:[14,15],sampler:[2,15],save:[0,15],scale:11,scientif:[0,15],search:0,see:[0,15],seen:15,segment:4,self:[3,4,6,7,11,12,13],sensor:6,seri:15,set:[0,13,15],set_storage_path:[4,13],sever:15,sheet:15,should:[11,13,14,15],show:[0,13],shown:15,shwon:[],side:15,sign:15,signal:15,similar:15,similiar:[],simpli:[],singl:15,slash:15,so:[14,15],sof:[],some:15,sourc:[0,15],specifi:[13,14,15],sphinx:5,sphinx_panel:[],sphinx_rtd_them:[],ss:15,start:[0,15],stemp:[],step:0,storabl:15,storag:[2,3,4,5,6,7,8,11,12,15],store:[0,13],store_hdf5:13,store_json:13,str:[2,3,4,6,7,8,9,10,11,12,13],string:13,struchtur:15,struct:15,structur:[9,10,12,13],sub:[9,10,13],success:14,support:0,svg:[],symbol:15,system:14,tabel:[],tabl:6,target:13,targetrp:[13,15],targettmp:[13,15],tcorn:[13,15],templates_path:[],termin:14,test:15,test_data:15,test_data_typ:[],test_dataset:[],test_dataset_imag:[],test_dataset_video:[],test_file_exist:[],test_image_attr:[],test_instru:[],test_key_valu:[],test_meet:15,test_meeting_record:4,test_model:[],test_nam:[],test_other_attr:[],test_other_attribut:[],test_param:[],test_paramet:[],test_pipelin:[],test_resourc:[],test_result:[],test_rig_1:[3,15],test_run:[],test_samplerate_typ:[],test_samplerate_valu:[],test_timestamp:[],test_ut_d:15,test_ut_video:4,test_valu:[],test_video_attr:[],test_wrong_para_input:[],testrig_nam:[],th:[],them:15,therefor:15,theses:15,thi:[1,2,3,4,5,6,7,8,9,11,12,13,14,15],third:15,though:15,thre:[],three:15,through:[],time:[0,14,15],timestamp:[2,4,15],timestemp:15,tool:14,transfer:[],transmitt:15,tupl:[],tutori:14,two:15,type:[0,1,9,10,11,13,15],typeerror:[9,10,11],typenunabhaengigen:[],typic:15,uml:15,unit:[8,11,15],unix:14,up:[0,15],us:[0,1,3,6,7,13,14,15],usag:15,useful:15,user:[0,3],usersadministr:[],usual:15,validierung:[],valu:[1,8,10,13,15],variabl:[8,11,15],verdraengerpumpen:[],veri:[13,15],verifi:14,version:14,via:[],video:4,video_data_pars:9,video_dataset_1:[4,15],viewer:15,virtual:14,visit:15,volt:[11,15],voltag:[11,15],vom:[],von:[],wa:[14,15],wai:15,want:[13,15],we:[0,14,15],welcom:14,well:15,wetak:[],when:[6,7,9,10,11,12,15],where:[13,15],whether:14,which:[0,1,13,15],who:13,whole:15,wide:15,window:14,wirkungsgradmodel:[],without:9,work:0,would:15,wrapper:[],write:[14,15],wrong:[9,10],wrting:[],www:14,xxxxxxxxxx:[],yet:3,you:[0,13,14,15],your:[0,14,15],yyyi:15,zoom:15},titles:["Welcome to PYKKN\u2019s documentation!","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">build_multi_parameters</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">dataset</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">dataset_image</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">dataset_video</span></code>","API Reference","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">instrument</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">model</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">parameter</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">parse</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">parse_json</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">pipeline</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">run</span></code>","<code class=\"xref py py-mod docutils literal notranslate\"><span class=\"pre\">storage</span></code>","Getting Started","User Guide"],titleterms:{"class":[2,3,4,6,7,8,11,12,13],"function":[1,9,10,15],"import":15,add:15,add_attrs_dict:15,an:[],api:5,attr:15,attribut:15,build_multi_paramet:1,characterist:15,compon:[],conf:[],content:[1,2,3,4,6,7,8,9,10,11,12,13],creat:15,csv:15,data:15,dataset:[2,15],dataset_imag:3,dataset_keyvalu:[],dataset_video:4,dict:15,document:0,exampl:15,example_for_doc:[],excel:[],file:15,first:15,get:14,guid:15,h5_create_run_exampl:[],h5_create_run_example2:[],hdf5:15,imag:15,indic:0,insert:15,instrument:6,kei:[],model:[7,15],modul:[1,2,3,4,6,7,8,9,10,11,12,13,15],name:15,object:15,packag:[],pair:[],paramet:8,pars:9,parse_json:10,path:15,pipelin:11,project:15,pykkn:0,rcur:[],recur:15,refer:5,run:12,s:0,sensor:15,set_storage_path:15,setup:15,show:15,specifi:[],start:14,step:15,storag:13,store:15,str:15,structur:15,submodul:[],tabl:[0,15],test_dataset:[],test_dataset_imag:[],test_dataset_video:[],test_instru:[],test_model:[],test_paramet:[],test_pipelin:[],test_run:[],user:15,valu:[],video:15,welcom:0}})
\ No newline at end of file
diff --git a/docs/build/html/user/index.html b/docs/build/html/user/index.html
index ba8427f004b0bb343fbbb134d72a111db7aeaf9a..9482811f1872dde395fdc5cd840359184a67d3ca 100644
--- a/docs/build/html/user/index.html
+++ b/docs/build/html/user/index.html
@@ -157,6 +157,25 @@ Afterwards, we add some attributes to this parameter:</p>
 <span class="n">parameter1</span><span class="o">.</span><span class="n">attrs</span><span class="p">[</span><span class="s1">&#39;origin&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="s1">&#39;this&#39;</span>
 </pre></div>
 </div>
+<p>A more efficient way to add the paramters can be achieved by using the function build_multi_paramters.
+First, you need to include the function as follows:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">pykkn.build_multi_parameters</span> <span class="kn">import</span> <span class="n">build_multi_parameters</span>
+</pre></div>
+</div>
+<p>Then you can create a dictionary with all the parameters:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">dic</span> <span class="o">=</span> <span class="p">{</span>
+<span class="s2">&quot;list_of_parameters&quot;</span><span class="p">:</span> <span class="p">[</span>
+    <span class="p">{</span><span class="s2">&quot;name&quot;</span><span class="p">:</span> <span class="s2">&quot;gain&quot;</span><span class="p">,</span> <span class="s2">&quot;value&quot;</span><span class="p">:</span> <span class="mi">1</span><span class="p">,</span> <span class="s2">&quot;units&quot;</span><span class="p">:</span> <span class="s1">&#39;-&#39;</span><span class="p">,</span> <span class="s2">&quot;variables&quot;</span><span class="p">:</span> <span class="s1">&#39;-&#39;</span><span class="p">,</span> <span class="s2">&quot;orign&quot;</span><span class="p">:</span> <span class="s1">&#39;this&#39;</span><span class="p">}</span>
+<span class="p">]</span>
+<span class="p">}</span>
+</pre></div>
+</div>
+<p>This dictionary can be adding more parameters by just adding another line in curly brackets. <br>
+The builrd_multi_parameters uses the before created dictionary:</p>
+<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">paramter1</span> <span class="o">=</span> <span class="n">build_multi_paramters</span><span class="p">(</span><span class="n">dic</span><span class="p">)</span>
+</pre></div>
+</div>
+<p>You can choose one of the two shown ways to create parameters.</p>
 <p>The next step is to create model to which we can add the parameters.
 In this case, we create the model1 which is called “feedthrough”.
 Afterwards we add the parameters to this model:</p>
diff --git a/docs/source/user/index.rst b/docs/source/user/index.rst
index de10485dcdc67a3a891113df0172ba27ca92aba6..c3de5ce920ecf490c1c42a08ddeacf4312d6852e 100644
--- a/docs/source/user/index.rst
+++ b/docs/source/user/index.rst
@@ -62,6 +62,26 @@ Afterwards, we add some attributes to this parameter::
     parameter1.attrs['variable'] = '-'
     parameter1.attrs['origin'] = 'this'
 
+A more efficient way to add the paramters can be achieved by using the function build_multi_paramters.
+First, you need to include the function as follows::
+
+    from pykkn.build_multi_parameters import build_multi_parameters
+
+Then you can create a dictionary with all the parameters::
+
+    dic = {
+    "list_of_parameters": [
+        {"name": "gain", "value": 1, "units": '-', "variables": '-', "orign": 'this'}
+    ]
+    }
+
+This dictionary can be adding more parameters by just adding another line in curly brackets. |br|
+The builrd_multi_parameters uses the before created dictionary::
+
+    paramter1 = build_multi_paramters(dic)
+
+You can choose one of the two shown ways to create parameters.
+
 The next step is to create model to which we can add the parameters.
 In this case, we create the model1 which is called "feedthrough".
 Afterwards we add the parameters to this model::
@@ -196,9 +216,9 @@ The output of this short project can be seen below:
 
 .. start of the explanation of the recurring functionalities of the differen modules
 
-=======================================
+=========================================
 Recurring functionalities and attributes
-=======================================
+=========================================
 
 In PYKKN, you will find several functions that are avalaible in different modules. To achieve this, the library is based on object-oriented programming 
 and several modules inherit functions from the storable class. The functions of this class will be explained below in more detail to avoid explaining again for each module.