Hello, We would like to share one of our QSP models with non-modeler colleagues for them to play with. Is there a simple way to generate a standalone app from a SimBiology model, with sliders allowing the user to change various parameter values? Thank you, Abed Creating standalone app from model Hi Abed, You can use <https://www.mathworks.com/help/matlab/app-designer.html MATLAB app designer> to build apps of SimBiology models and then deploy those either as stand alone apps or web apps. Using app designer, you can drag and drop visual components to lay out the design of your app (such as sliders and plots) and use its integrated editor to program its behavior, such as to load a SimBiology model and simulate it. I have an example on how to build such a SimBiology model app that I can share with you. Fulden Thanks, Fulden. I'll let you know if we'd like you to share your example. Just to confirm, using this approach, the end user would need to have both Matlab and SimBiology licenses, correct? Sounds good. End users would not need to have MATLAB or SimBiology licenses with this approach. Modeler/you would need MATLAB Compiler to deploy as a stand alone or web app. Wow, that sounds good. Let me pass this info on to my team and I'll let you know what we decide. simbiology app