> For the complete documentation index, see [llms.txt](https://docs.nexthink.com/platform/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nexthink.com/platform/user-guide/using-finder-classic/importing-and-exporting-authored-content-classic/manually-sharing-content-with-finder-classic.md).

# Manually sharing content with Finder (classic)

{% hint style="info" %}
Nexthink Finder is a Windows-only desktop application whose functionality is now available within the Nexthink web interface. Nexthink can now be used directly from a browser and most functions no longer require an additional desktop application.
{% endhint %}

## Overview <a href="#manuallysharingcontentwithfinder-classic-overview" id="manuallysharingcontentwithfinder-classic-overview"></a>

Finder can export content to either the clipboard or to a file in XML format. It does not matter whether the content is local to an Engine or centralized. Finder can also help the XML to be imported into another system at a later time.

We exclude from this discussion the content that is local to the Finder itself (sessions and custom actions) or non-sharable (tags). See the reference article on [local and shared content](/platform/references/references-classic/database-information-and-organization-classic/local-and-shared-content-with-finder-classic.md) content for more information.

## Exporting content <a href="#manuallysharingcontentwithfinder-classic-exportingcontent" id="manuallysharingcontentwithfinder-classic-exportingcontent"></a>

To share an item, such as an investigation:

1. Log in to Finder.
2. Locate the investigation on the left-hand side accordion panel of Finder.
3. Right-click the name of the investigation and select **Export**:
   * Click **Investigation to clipboard** to copy the contents of the investigation to the clipboard.
   * Click **Investigation to file...** to save the contents of the investigation to an XML file.

If you have organized your investigations in folders, right-click the name of a folder and select **Export** in order to export all the investigations in the folder. To export all the investigations that are visible from Finder at once, right-click the header of the section **Investigations** (or in the empty area within the section) and select the **Export** option. Again, when exporting multiple investigations, choose whether you want to export the **Investigations to clipboard** or the **Investigations to file...**.

## Importing content <a href="#manuallysharingcontentwithfinder-classic-importingcontent" id="manuallysharingcontentwithfinder-classic-importingcontent"></a>

To import the previously exported investigation into another Engine:

1. Open a Finder session in the other Engine.
2. Right-click the header of the **Investigations** section or in the empty area of the section and select **Import** from the menu.
3. Depending on how you exported the investigations:
   * Select **Investigation from clipboard**, if you copied the contents of the investigation to the clipboard.
   * Select **Investigation from file...**, if you saved the contents of the investigation to an XML file.

If any of the imported investigation already exists in the destination Engine, Finder displays a dialog box for [resolving the conflicts](/platform/user-guide/using-finder-classic/importing-and-exporting-authored-content-classic/conflict-resolution-classic.md).

## Other sharable content <a href="#manuallysharingcontentwithfinder-classic-othersharablecontent" id="manuallysharingcontentwithfinder-classic-othersharablecontent"></a>

The method described above using investigations as an example works with other types of content as well. Apply the same method to export and import:

* Investigations
* Investigation-based alerts
* One-click investigations
* Categories
* Metrics
* Services
* Campaigns
* Scores
* Remote actions

Note that you can manually export and import content that is local to an Engine as well as centralized content. Although centralized content is shared by definition, its sharing capabilities are limited to the set of Engines managed by one Portal. Therefore, you may still want to export centralized content to Engines managed by different Portals. For example, this is especially useful for bringing content from a pre-production environment to a production environment.

***

RELATED TASK

* [Conflict resolution](/platform/user-guide/using-finder-classic/importing-and-exporting-authored-content-classic/conflict-resolution-classic.md)

RELATED REFERENCE

* [Local and shared content](/platform/references/references-classic/database-information-and-organization-classic/local-and-shared-content-with-finder-classic.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://docs.nexthink.com/platform/user-guide/using-finder-classic/importing-and-exporting-authored-content-classic/manually-sharing-content-with-finder-classic.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.
