# Copy Information

There are a group of items in the context menu for copying position-related information into the system clipboard. The position used to compose the information is where the context menu is popped up.

![](https://2926737796-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ld57Fj27nUB-NnjPb7c%2F-MQnAnBmsoR8HSUX7NY0%2F-MQnCV-fUdqRWybsu60P%2Fimage.png?alt=media\&token=19259b3a-7910-439c-9db7-05a434058ef7)

* Copy Position: copy the clicked position
* Copy Body ID: copy the body ID under the clicked position
* Copy Supervoxel ID: copy the supervoxel ID under the clicked position
* Copy Neuroglancer Link: copy a neuroglancer link that locates the data at the clicked position

For copying a position, you can customize the format by setting a template in the global settings:

![](https://2926737796-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ld57Fj27nUB-NnjPb7c%2F-MQnAnBmsoR8HSUX7NY0%2F-MQnGQrfvTXMaAE6f26Y%2Fimage.png?alt=media\&token=f9babdfd-873a-4e3e-afdc-10459fba1f8a)

Position copying will replace $x, $y and $z by x, y and z respectively in position copying. All other characters in the template will be kept the same. For example, you can make a template for copying the position as a JSON object: {"x": $x, "y": $y, "z": $z}. The default format is ($x, $y, $z).
