Is it possible to present the interactive tutorial inside the app?

I have an app which is a little complicated to figure out details without a help document. I don't want to host the help document only on a web server for users who might not prefer to leave the app and go through the tutorial on a web page. So my question is: Is it possible to make use of DocC tutorial and present the tutorial to my users in the app without leaving the app? Is not, the only solution would be to provide a link for my users to open the web page in Safari I guess. My second question is: Is it possible to host DocC tutorial on an Amazon S3 bucket?

As of Xcode 14, DocC generates output suitable for static website hosting, which should work with services like S3.

For integrating tutorials within an existing app, you might be able to utilize WKWebView as a way of showing this content.

Is it possible to present the interactive tutorial inside the app?
 
 
Q