Firstly thank you for your support email speed

I have some questions about the Articy Draft export process.
Exporting an articy database to a unity project before building works perfectly fine. But what if I modify my articy project to update an already built and deployed application ?
I read about ArticyDatabase.ClearDatabase / LoadPackage / ArticyDabasePath. Is that the way to do ?
Maybe i miss some part of the documentation, or some available examples explaining this process ?
If loading and updating my articy database without rebuilding is possible. Is there some limitation ?
- ArticyRef id are always the same ? Even if i add other nodes or change the connections between them ? (Because i have a process to bind unity function with ArticyRef id)
- Dialogues will be automatically updated if i add new elements ?
- Adding new GlobalVariable with new articy script, will not break existing compiled c# class ?
- And other wierd behaviours which i didnt think ?...
Thank you in advance for your clarification.
--Selim