> 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/v-one/troubleshooting/no-ink-or-paste-comes-out/cleaning-clogged-nozzles.md).

# Cleaning Clogged Nozzles

If you experience a clog in a nozzle, you may be able to clear it by cleaning.

{% hint style="info" %}
To prevent clogs, store the ink with the cap on, in an upright position in the refrigerator.&#x20;
{% endhint %}

Here at Voltera, we use acetone and an ultrasonic cleaner to get nozzles unclogged:

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

If you don't have access to an ultrasonic cleaner, you can also try using an acetone bath, and occasionally agitating it. This method will take much longer than using an ultrasonic cleaner.

{% hint style="info" %}
Cleaning nozzles while the ink is still wet will be easier than trying to remove a dry clog.&#x20;
{% 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/v-one/troubleshooting/no-ink-or-paste-comes-out/cleaning-clogged-nozzles.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.
