> For the complete documentation index, see [llms.txt](https://docs.voltera.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voltera.io/docs/nova/learn-nova/novas-hardware/using-the-vacuum-module.md).

# Using the Vacuum Module

NOVA's vacuum module was designed specifically for printing onto flexible and compliant substrates. It features a porous titanium top that allows for uniform suction and ensures that flexible and soft substrates will stay in place.

Working with the Vacuum Module is simple, there are 4 registration bumps on the backside that make it a breeze to align when placing over NOVA's mounting grid.

<figure><img src="/files/oCeFqRRfLyJV4YnHRL2r" alt=""><figcaption></figcaption></figure>

Once in place, it's ready to accept any size of substrate up to 220 mm x 300 mm, so a Letter or A4 sized sheet fits great. Ensure you substrate is dust free and then simply lay it flat on the vacuum module to mount it. The vacuum will engage at the appropriate time during a workflow.

<figure><img src="/files/GucVREqWGdfkeSf51SdB" alt="" width="563"><figcaption></figcaption></figure>

If you're working with a smaller sized substrate, a great way to ensure even suction and avoid the need to increase the vacuum is to mask off the rest of the print area. You can use another substrate like PET or even printer paper to do this.

<figure><img src="/files/40vXyDDzItIbjcvISHfs" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
For maintenance of the vacuum module, be sure to check out our guide: [Cleaning the Vacuum Module](/docs/nova/learn-nova/general-maintenance/cleaning-the-vacuum-module.md)
{% 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://docs.voltera.io/docs/nova/learn-nova/novas-hardware/using-the-vacuum-module.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.
