# Welcome

Welcome to the sciview documentation!

## Quick Help

![sciview showing an EM volume together with segmented neurons from the Cremi demo (see Demo > Load Cremi Dataset and Neuron Labels)](https://1840025532-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LqBCy3SBefXis0YnrcI%2F-MK5WLQvMLIvw2GF6Rn2%2F-MK5WMGzmSavDTwlGro2%2Fmain-cheatsheet.jpg?alt=media\&token=70c82549-e939-4752-af12-1756492a5f01)

### Navigation

| Shortcut                  | Action                                                                                           |
| ------------------------- | ------------------------------------------------------------------------------------------------ |
| `Click`+`Drag`            | Look around the scene with fixed position. Works similar to looking around in a 3D shooter game. |
| `W`, `A`,`S`,`D`          | Moves the camera forward, left, back and right. Just like a in a 3D game.                        |
| `Shift` +`W`, `A`,`S`,`D` | Moves the camera fast forward, left, back and right. Just like a in a 3D game.                   |
| `Shift`+`Click`+`Drag`    | Circles the camera around the current object (Arcball rotation).                                 |
| `Shift`+`Q`               | Toggle debug visualisation for surface normals.                                                  |


---

# 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.scenery.graphics/sciview/master.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.
