# Creating a Custom Ink Profile

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

Creating a custom ink or paste profile to be used in the V-One software is a bit of a manual process, but it is very possible. To get started you will need to navigate to the ink directory for the V-One software. It's located at this path on your computer (you'll need to adjust for your user name):

### Windows:

**C:\Users\\**<mark style="color:red;">**USERNAME**</mark>**\AppData\Roaming\Voltera\inks\custom**

### Mac OS:

**​/Users/**<mark style="color:red;">**USERNAME**</mark>**/Library/Application Support/Voltera/﻿﻿inks/custom**﻿

{% hint style="info" %}
The Application Support folder under the USERNAME library isn't visible or searchable in the Finder by default so to make it visible, you'll need to press `COMMAND+SHIFT+PERIOD` on your keyboard. That should make the system files visible.
{% endhint %}

For a custom ink profile you'll need to open the inks folder and for a custom paste profile you'll need to open the pastes folder. For this example we're going to go through he process for a custom ink, but the process applies to pastes as well.

{% hint style="info" %}
In there you will find a README.txt that goes over the following instructions.
{% endhint %}

In the inks folder, duplicate the ExampleInk.json and rename the copy to something useful (e.g. MyInk-001.json).

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

{% hint style="info" %}
The V-One software application must be run at least once to generate the example ink and paste definition files.
{% endhint %}

Open the new json file in a text editor and alter the name, settings, heatingProfile, description in the json file. **DO NOT** alter 'type'. Then save the file.

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

Re-open the V-One application, and in the ink selection step add your custom ink the same way you would add a Voltera ink

<figure><img src="/files/7PZdMB88suTFoJLOBT7r" alt=""><figcaption></figcaption></figure>

Once selected, you can use your custom ink like any other Voltera ink in the software. If you need to adjust the print settings of your custom ink in the app you can do so like any Voltera ink under settings.

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


---

# Agent Instructions: 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://docs.voltera.io/docs/v-one/learn-v-one/v-one-materials/conductor-3-and-custom-inks/creating-a-custom-ink-profile.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.
