# Sequencer

{% hint style="warning" %}
Sequencer needs some additional settings to work properly.
{% endhint %}

By using Sequencer, users can see the list of bodies/neurons. It is also used for analyzing the neuron connections briefly. Click Sequencer button in the toolbar below or select \<Tool>- \<Open Sequencer> from Main menu. The window appears.

![](https://2926737796-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ld57Fj27nUB-NnjPb7c%2F-Lz9d2qaLAFae4fvjJTN%2F-Lz9dKNjbeoaUzfJAUsq%2Fimage.png?alt=media\&token=ae5e76aa-00aa-4629-9857-531a5ee3348b)

## Body information

Body list: The list of all the bodies are shown in default.&#x20;

\#pre: Number of pre synapses on that body

\#post: Number of post synapses on that body

Body filter: Filter the list of the result by any words or numbers in the columns&#x20;

&#x20;(Body ID, name, #pre, #post, or status)

Goto button: Selected bodies on the list will be sent to the main proofreading window.

&#x9;           Click on the body ID to select the body. Shift click to select multiple bodies.

Save color filter button: Refer “Color maps” in the next section.

Export bodies button:

## Body Connections

Body connection window shows Pre/Post synapse connections on a body.

1. Double click ‘#pre’ or ‘#post’ number in Body information list.
2. All the Outputs or Inputs bodies and numbers will be listed in the lower-left side of the window.
3. Double click “#” number in the list of Connections tab.
4. All the location (x, y, z) will be listed in the lower-right side of the window.
5. Double click “x”,”y” or “z” location on the list of Connections.
6. It will take you to the synapse location in Main Proofreading Window.


---

# 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/sequencer.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.
