# Shared

TestMace provides a very convenient way of sharing nodes and even project subtrees. To import a subtree, choose the **Share** option in the chosen node context menu.

Let's export the project from the [Getting Started](https://docs.testmace.com/master) section as an example.&#x20;

![A Shared export](https://1550208191-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LYfhIaTTw23Sf3L5jfe%2F-LhFn6WYyKpdhWkt4-Mj%2F-LhFn8HlqNDKKJ63Gfvt%2Fshare-1.gif?alt=media\&token=3518fe27-e015-49d8-bf89-34938ba63781)

The `testmace://....` URL is copied into the clipboard.

Now you can import this URL into the chosen node. There are two ways to do that:

* import from the project context menu: **Import** -> **Shared**;
* import from the [Folder](https://docs.testmace.com/node-types/folder) or [Project](https://docs.testmace.com/node-types/project) nodes: **Import** -> **Shared**;

The Import dialog has the following interface:

![The Import dialog](https://1550208191-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LYfhIaTTw23Sf3L5jfe%2F-Lh4GkVAVvrxlBstzDgQ%2F-Lh4NVKvy8XoGrzrS-UF%2F1.png?alt=media\&token=ab5f441b-9bfe-4adf-ba62-7a4d6a67096a)

You can set the root node name of the imported subtree in the **Name** field. Enter the previously exported URL in the URL field. If the root node name you specified already exists in the tree, the name will be changed to NodeName \[Copy \[number]].

You can see the animation of the import process down below:

![A Shared import](https://1550208191-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LYfhIaTTw23Sf3L5jfe%2F-LhFn6WYyKpdhWkt4-Mj%2F-LhFoT9YtiZwh5P1doqK%2Fshare-2.gif?alt=media\&token=4db859a2-3e6c-4c47-a568-8ee87c04f615)


---

# 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.testmace.com/other-features/import/shared.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.
