Are Quarto files considered documents or apps?

Hi just wondering if a Quarto file with R code is considered an app that counts toward account app limits or a document that is part of the unlimited number of files that can be posted?

Most Quarto files are considered documents, but there are exceptions. If your Quarto doc uses server: shiny then it will count as an application.

You can find more about Quarto with shiny here: Quarto – Posit Connect Cloud Documentation

thanks
sam