# Allow ability to hide arbitrary field or section from sharing view

## Problem

When an assessment is shared with other assessors or verifiers, all fields and sections are visible. Some organisations need to hide certain fields from the shared view -- for example, internal notes, administrative flags, or intermediate scoring calculations that are not appropriate for external parties to see.

## How it works

Assessment template authors can now toggle the visibility of individual fields and sections in the shared assessment view. Both fields and sections default to visible, so existing templates are unaffected.

### Configuration

In the assessment form builder, a "Shared Assessment" checkbox appears under the **Review Workflows** section of the context bar for both fields and sections. Unchecking it hides that field or section when the assessment is shared.

A field is only visible in the shared view if **both** the field and its parent section have the checkbox enabled. Hiding a section hides all of its fields regardless of their individual settings.

The checkbox is only shown for assessment templates -- it does not appear on application form templates.

### What changes in the shared view

When a shared assessment is viewed, any fields or sections marked as hidden are excluded from the rendered output. The data is filtered server-side, so hidden content is not sent to the client at all.

This works alongside the existing "share scoring info" setting. When scoring info is shared, only fields marked as visible in the shared assessment view are included.


---

# 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://help.tahua.io/product-news/2026/april/allow-ability-to-hide-arbitrary-field-or-section-from-sharing-view.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.
