> For the complete documentation index, see [llms.txt](https://vrmars-3.gitbook.io/vrmars/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vrmars-3.gitbook.io/vrmars/vrmars-mobile/in-game-assets/nfts/workspaces.md).

# Workspaces

{% hint style="success" %}
**Workspaces which are limited NFTs, are the crucial component of the VRMARS game and play a vital role in the terraformation of Mars.**
{% endhint %}

By minting a workspace, the basic version of the game offers players access to an Oxygen Workspace, where they can turn the resources they gather into valuable items, such as Oxygen Tubes. These items increase the oxygen levels of their land and contribute to the player's terraformation index, resulting in increased Land and Clan XP.

&#x20;In the full version of VRMARS, players will have access to an expanded crafting system featuring many new workspaces that allow players to research and create terraformation such as plants, animals, and more. These new workspaces will allow players to extract and process more resources, further increasing the land's terraformation index and enhancing the overall player experience.&#x20;

Research and development play a significant role in the full version of VRMARS, allowing players to unlock new tools, workspaces, and resources, as well as upgrade existing ones.&#x20;

> #### *<mark style="color:purple;">This aspect of the game encourages collaboration and encourages players to pool their resources to advance the state of their colony and increase their Land and Clan XP.</mark>*


---

# 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://vrmars-3.gitbook.io/vrmars/vrmars-mobile/in-game-assets/nfts/workspaces.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.
