# Notch

To play Notch blocks we assume that in 99% of the cases you will use [Notch ](/layers-and-layouts/stock-layer-templates/content-layer-templates/notch-layer-template.md)layer template. However, if you double click on it, you will see that the node that is actually rendering the Notch block is called **Play Notch Block**.

<div align="left"><figure><img src="/files/LhutTK8WYpveYkYjHhaY" alt=""><figcaption></figcaption></figure></div>

You will also notice that the inputs of this node correspond to the exposed Layer variables described in [Notch layer template](/layers-and-layouts/stock-layer-templates/content-layer-templates/notch-layer-template.md). Refer to that page for the explanation of the input pins of the node.

<div align="left"><figure><img src="/files/KUFPBHVV03QAY8ac4C3m" alt=""><figcaption></figcaption></figure></div>

If you select *Play Notch Block* node, you'll see an **Unload on layer exit** checkbox in the Node properties on the right. If enabled, this option ensures that the Notch block is cleared from VRAM, which can be beneficial if VRAM usage is high.

## Performance

We regularly test the Notchmarks of our servers. Some of these results are published on the official [Notchmarks page](https://manual.notch.one/1.0/en/docs/reference/notchmarks/).

{% hint style="info" %}
**Good to know**: by far the most important components in the system for good Notch performance is the GPU.
{% endhint %}

## Notch license

To play Notch blocks in LightAct you need a **valid Notch license**. Usually it's a **Playback** license, but **Builder** license also allows you to play a limited resolution of Notch blocks.For more information please contact Notch (10bit FX) directly.

<div align="left"><figure><img src="/files/1MKXn1wvigi1Vj0952Fu" alt=""><figcaption></figcaption></figure></div>

If *Play Notch Block* node has an Error and the warning says **Failed to load node** contents, it most likely means that you don't have an appropriate license.

### Learning edition

We don't test Notch playback with Learning edition (PLE) of Notch license, however what our users have reported is that it is possible to play watermarked Notch blocks in LightAct with PLE license, if that Notch block has been exported with PLE edition as well.

## Other considerations

{% hint style="warning" %}
**Integrated GPU:** Please note that you need to have a discreet GPU, preferably Nvidia for Notch playback to work.
{% endhint %}

{% hint style="warning" %}
**Multi-gpu systems:** Please contact us before attempting to play Notch blocks on multi-GPU systems.
{% endhint %}


---

# 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.lightact.com/real-time-content-playback/notch-1.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.
