Is there a way to copy text instructions into a users clipboard when they click a button?

Hello everyone, I am currently making a app lab drawing program V.2 that includes a save/load instructions area, the code fully works, but i was wondeing if there is a way i could make a button that the user clicks to save the instructions in their clipboard without them having to go into the save text area and cmd+c the text to save users some time. I currenly couldent find a way and I think the clipboard api is not supported in app lab, is this true or am I wrong?

Link to the project or level: App Lab - Code.org
What I expect to happen: Able to copy text into users clipboard with their clipbaord premmision.
What actually happens: I dont think a clipbaord button works, currenly i havent added a button into the main v.2, but I did make a demo project that failed.
What I’ve tried: Chatgpt