# Tutorial project

The tutorial is designed to guide you through creating project documentation with ease and efficiency. Whether you’re new to the platform or looking to enhance your workflow, this tutorial highlights best practices for generating documentation and using key features within the system.

By following this tutorial, you will:

* Learn to create and customize documentation with **Macros** for fast, automated documentation.
* Refine your documentation effortlessly using **Ask AI** for suggestions and missing sections.
* Understand how to manage and execute project requirements.
* Navigate the simplified user interface for a seamless experience.
* Use built-in guidance tools, including progress tracking and **AskAI** prompts, to complete your documentation faster.

## Accessing the Tutorial

To access the tutorial in the app navigate to your personal workspace and select the Tutorial project.

## What to expect?

In the tutorial, you will follow these steps to get your model development document in no time.

1. Review the Requirements to understand what's needed in your notebook to easily document your work.

   <figure><img src="/files/1hr27rwTZxCX3p6qKcJY" alt=""><figcaption></figcaption></figure>
2. Access the pre-defined Notebook ([here](https://github.com/vectice/GettingStarted/blob/main/tutorial/Tutorial_Probability_of_Default.ipynb)) and run it to generate asset metadata.
3. Go to the Documentation tab and use the Macro console in the outline to auto-document your model.

   <figure><img src="/files/HXBNk2LwGuAJneVPILLT" alt=""><figcaption></figcaption></figure>
4. Review the output and add sections where needed using AskAI for quick improvements.

Once complete, your document is ready for sharing or export!

## Want to Discover More?

Watch the [Feature Videos](/24.4/demo-center/feature-videos.md) covering templates, guidance tools, and progress tracking for a detailed walkthrough. If you need additional support, contact us at <support@vectice.com>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vectice.com/24.4/quickstart/tutorial.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
