# Get Started

## Launch NeuTu

Assuming that NeuTu is installed under \<install\_dir>, you can launch it from the terminal:

```
$ <install_dir>/bin/neutu
```

For example, Janelia workstation users run the following command to launch NeuTu

```
$ /groups/flyem/data/shared/bin/neutu
```

## Load A Dataset

Open the DVID Server dialog by clicking on the \<Start> button. Every database is associated with a Universally Unique Identifier (UUID). Users can select a database using the drop-down menu under Server, or enter the port number and UUID directly. For convenience, the UUID and other database info are also displayed.

![](/files/-LzCp4xrahobJezHy2e-)

### Fields:

* **Server**: predefined or saved names of DVID settings, except 'Custom', which is for unsaved settings;
* **Address**: DVID server host followed by the port;
* **UUID**: DVID uuid;
* **Use production settings from DVID**: default settings of the node will be loaded if it is checked;
* **Segmentation**: segmentation name;
* **Grayscale**: grayscale name;
* **Synapse**: synapse name;
* **Tile (Outdated)**: tile name, which can be ignored if grayscale data is good enough for display. The checkbox of 'low quality' provides a hint about the quality of the tile data;
* **ROI**: roi name.

### Advanced settings

![Advanced Settings](/files/-Lt_CBYNtSO7ac43Ra5I)

In Advanced Settings, you can set the grayscale source separately. Note the name of the grayscale data can be only specified in the main setting dialog. You can change the dvid server supplying the grayscale data by checking off the '**Same as the main source**' checkbox. The change will not affect other data sources. Another important field in this dialog is '**Use Librarian**', which sets the librarian address for locking/unlocking bodies during collaborative proofreading.


---

# 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://janelia-flyem.gitbook.io/neutu/get-started.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.
