> For the complete documentation index, see [llms.txt](https://docs.annoto.net/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.annoto.net/guides/lms/kaltura-mediaspace/set-annoto-features-for-a-specific-video.md).

# Set Annoto Features for a specific Video

There are two ways to set Annoto features for a specific video:

* From the Annoto Dashboard
* From the Video View

### From the Annoto Dashboard:

To set Annoto for a specific video from the Annoto dashboard:

1. In the Annoto Dashboard, click on the **Hub** tab.
2. Select the video you want to disable Annoto for (you can search by video title).
3. Go to the **Preferences** tab of this video view.
4. Set the features you want for this video (you can use a preset, such as "Disabled" or "Analytics," or enable only the personal notes for this video).

<figure><img src="/files/ApInyvO9MdRS4y4EeqUZ" alt=""><figcaption><p>Illustration: Disabling Annoto in a video via Video's Preferences</p></figcaption></figure>

### From the Video View

1. Go to the video where you want to enable Annoto.
2. Based on your organization setting, you will have one of the following two options:

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

3. After clicking the Icon ![](/files/RCnPlTYmH9aS9gyWs96h), you will see Annoto Dashboard launch
4. If you click on the menu ![](/files/IwlobgzAzkndBPR4rPH5), you should then click on the Annoto Dashboard:

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

5. You will see the Annoto dashboard open, choose which features you want to enable and exist.

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

This setup will apply the chosen features to the video, enhancing the interactive experience for your users.


---

# 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.annoto.net/guides/lms/kaltura-mediaspace/set-annoto-features-for-a-specific-video.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.
