> For the complete documentation index, see [llms.txt](https://support.hivo.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hivo.co/changelog/1.6.1.md).

# 1.6.1

## What's Changed

### \[New Feature] Custom FAQ for Each Client

HIVO introduces the Custom FAQ feature, allowing each organization to build and manage its own set of frequently asked questions. FAQ data is segregated and only visible to users within the same organization.

* **Client Admin**: Create, edit, delete, and reorder FAQ items.
* **Regular Users:** Search and view FAQs in read-only mode.

This feature enables clients to proactively provide support content, quickly resolve common queries.

👉 **How to enable/disable:** This is a custom feature. Please **contact the HIVO team** for assistance.

<figure><img src="/files/5O9vKxkf6xoDJAs28NaJ" alt=""><figcaption></figcaption></figure>

***

### \[New Feature] Color Palette Management

You can now view and edit color table mappings, with custom color tables automatically saved when creating new templates. This feature controls color quality right at the export stage, ensuring a seamless workflow from Design to Printing without the risk of color mismatch.

#### **🔹 What’s New?**

* **Automatic Template Saving:** Color palette settings are now automatically preserved and applied when saved to new templates.
* **Color Mapping on Export**: Easily map RGB colors to CMYK values when exporting PDFs in CMYK mode.

#### **🔹** How to Use (Explore the product tour below)

* Navigate to **Detail Template** -> Click the **Edit** button.
* Scroll down to the **Colour Palette** section.
* Configure your color settings:
  * Enter your mappings under Map RGB colours to CMYK values when exporting PDFs in CMYK mode.
  * Click **Add Entry** to add a new color mapping rule.
* Save your changes.

{% @howdygo/embed url="<https://app.howdygo.com/share/a6a7591b-a6f1-472b-b5b5-0a47c8346156>" %}

***

### **\[Improvement] Allow Multiple Consent Submissions for One Person**

Users can now submit multiple consent forms/records for the same recognized person without encountering submission errors.

#### **🔹 What’s New?**

* Previous, attempting to submit a second consent form for a person who already submitted one resulted in a "***consent already submitted for detected person \[400]***".&#x20;
* Current, individuals can now scan and submit the same QR code multiple times. All submissions will be consolidated under their original profile without creating duplicate entities or triggering errors.

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

👉 See more about [**Consent request link with QR code**](https://support.hivo.co/consent/consent-requests-links-with-qr-code) here.&#x20;

If you have any questions, don't hesitate to ask, we're always here to help!


---

# 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://support.hivo.co/changelog/1.6.1.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.
