diff --git a/docs/tutorials/getting_started/index.md_template b/docs/tutorials/getting_started/index.md_template index a3093f9fd..b40ff3af2 100644 --- a/docs/tutorials/getting_started/index.md_template +++ b/docs/tutorials/getting_started/index.md_template @@ -150,6 +150,12 @@ taipy run main.py ![Dynamic Chart Application](images/dynamic_chart.gif){width=70% : .tp-image-border } +# Start with templates +You can use the Taipy CLI to quickly create a multi-page application with ready-to-use templates. Simply run: +```console +taipy create +``` +This command generates a new application in the current directory, allowing you to get started immediately. --- For more realistic and advanced use cases, check out our