> For the complete documentation index, see [llms.txt](https://wiki.cherokeemakerspace.org/index/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.cherokeemakerspace.org/index/wiki/software/vcarve-pro.md).

# VCarve Pro

## VCarve Pro Makerspace Edition

Cherokee Makerspace uses the Makerspace Edition of VCarve Pro. It allows members to install the Makerspace Client Edition on their own machines and just bring the files to the makerspace to generate the toolpaths and cut with the machines in the space.

{% hint style="warning" %}
Files created with VCarve Pro Trial that has not been unlocked will not work with our Makerspace Edition.
{% endhint %}

### Installing Makerspace Client Version

* Download the latest [VCarve Pro Trial Edition](https://www.vectric.com/products/vcarve-pro).
* To allow the files you create with to be used at the Cherokee Makerspace, unlock the trial by going to **Help - About** and  then **Enter Makerspace ID**.&#x20;

{% hint style="info" %}
Makerspace ID: 1B813-A8395-28618-CF272-10D01-C4DC6-02D10
{% endhint %}

* **Restart VCarve Pro.** It will now identify itself as the Makerspace Client Edition.


---

# 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:

```
GET https://wiki.cherokeemakerspace.org/index/wiki/software/vcarve-pro.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.
