> For the complete documentation index, see [llms.txt](https://changelog.visilean.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.visilean.com/changelog/release-4.0-2024/introducing-project-canvas-markup-beta.md).

# Introducing Project Canvas Markup (BETA)

We’re thrilled to introduce a groundbreaking feature in VisiLean that is set to transform how you create and manage your construction reports. Say goodbye to the cumbersome process of integrating static images and PDF files into your reports. With our latest update, you can now directly upload documents—be it PDFs, JPEGs, or PNGs—right into the new canvas viewer for report creation.

This innovative feature offers a dual option: start with a blank canvas or select files from your system to craft detailed and visually rich canvas reports. These reports will now feature in the report panel, distinguished by a unique logo, making them easily accessible and recognizable.

Why make this change? Our aim is to streamline your workflow and enhance the way you present and utilise project documentation. The new direct upload capability eliminates the need for complex workarounds previously required, saving you both time and effort.

Users can look forward to a more interactive experience with tools for selecting, panning, and uploading files directly within the report. Each modification is automatically saved, ensuring no loss of data and smooth continuity of work.

Whether you’re a project manager, administrator, or any team member involved in report generation, this feature is designed to empower you with greater flexibility and efficiency. Embrace the ease of enhanced customisation and seamless interaction with VisiLean’s new canvas report feature—because your reports should be as dynamic as your projects!

{% hint style="info" %}
**Activation Required**: Ensure to contact VisiLean Support to activate the Canvas Markup functionality for your specific project needs.

**Supported File Types**: For optimal use of the markup tools, ensure your project documents are in PDF or JPEG format to enable efficient uploading and markup creation.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://changelog.visilean.com/changelog/release-4.0-2024/introducing-project-canvas-markup-beta.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
