Is it possible to import my own libraries to use on the studio under $$?

*What are you trying to do?
I just noticed that plasmic has a select amount of libraries to import in your project and you’ll be able to use them under the $$ variable. I was wondering if I could do the same with any library I want so I have access on them inside of plasmic studio with dynamic code

Hi @anderson_pena , you can provide data using Data Provider. Please check out the docs for details.

Thanks for your reply ^w^, I am very familiar with code components, and our project makes heavy use of those. Thanks for linking the docs.
My question was if I could import my own chosen libraries and put them inside of $$ so I could use them inside of dynamic code inside of plasmic studio

Hi @anderson_pena, as a user, it’s not currently possible to register complete libraries. However, you can look at registerFunction instead: Registering custom functions | Learn Plasmic

Thank you so much, this is very helpful