> For the complete documentation index, see [llms.txt](https://captivatehelp.newbluelive.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://captivatehelp.newbluelive.com/get-started/chapter-index/install-windows.md).

# Install Captivate on Windows

Install Captivate on a Windows computer and verify that the installation completed successfully.

* [Before you install](#before-you-install)
* [Run the installer](#run-the-installer)
* [Uninstall Captivate](#uninstall-captivate)

## Before you install

* You need administrator rights on the computer.
* Close Captivate if it’s running. You don’t need to uninstall a previous version — the installer updates it in place.
* Download the installer for your Captivate product.

## Run the installer

1. Double-click the downloaded `.exe` and follow the wizard.
2. When the wizard finishes, you’ll find **Captivate** in the Start menu.

{% hint style="info" %}
To activate your license, open the NewBlue Application Manager from the Start menu — it’s installed with Captivate. See [About the NewBlue Application Manager](/get-started/chapter-index/application-manager.md).
{% endhint %}

## Uninstall Captivate

1. Open **Settings** > **Apps** > **Installed apps**.
2. Find **NewBlue Captivate Broadcast** (or **Sport**, **Enterprise**, or the legacy **Present**).
3. Click the **…** menu and choose **Uninstall**.

The uninstaller removes the application. Shared content under `Titler Content\Resources\` and user files in your Documents folder are preserved so other NewBlue products can keep using them. If you want to remove every trace of Captivate, delete those folders manually after the uninstaller finishes.

## Next step

[About the NewBlue Application Manager](/get-started/chapter-index/application-manager.md) — what the Application Manager does and how to use it for activation.

## Related

* [Install Captivate on macOS](/get-started/chapter-index/install-macos.md)
* [Installed files and components](/reference/installed-files-and-components.md) — what the installer adds, for IT administrators and integrators.
* [Activation flow reference](/reference/license-activation-flow.md)


---

# 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://captivatehelp.newbluelive.com/get-started/chapter-index/install-windows.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.
