# sciview

## sciview

- [Welcome](https://docs.scenery.graphics/sciview/master.md)
- [Installing Fiji](https://docs.scenery.graphics/sciview/installation/installing-fiji.md)
- [Installing the sciview plugin for Fiji](https://docs.scenery.graphics/sciview/installation/installing-the-sciview-plugin-for-fiji.md)
- [Installing the development version of the sciview plugin for Fiji](https://docs.scenery.graphics/sciview/installation/installing-the-development-sciview-plugin-for-fiji.md)
- [Published Examples](https://docs.scenery.graphics/sciview/demo-gallery-and-recipes/sciview-demos.md)
- [Feature Demos](https://docs.scenery.graphics/sciview/demo-gallery-and-recipes/feature-demos.md)
- [Recipes](https://docs.scenery.graphics/sciview/demo-gallery-and-recipes/recipes.md): Have something useful to share? Add your favourite sciview-flavoured recipes here!
- [First Scene](https://docs.scenery.graphics/sciview/basics/first-scene.md)
- [Volumetric Data](https://docs.scenery.graphics/sciview/basics/volumetric-data.md)
- [Mesh Processing](https://docs.scenery.graphics/sciview/basics/mesh-processing.md): Overview of mesh processing in sciview
- [Creating and Exporting Isosurfaces](https://docs.scenery.graphics/sciview/image-analysis/creating-and-exporting-isosurfaces.md): How to go from a volumetric image to a mesh, and exporting it as STL.
- [Image Registration](https://docs.scenery.graphics/sciview/image-analysis/image-registration.md)
- [Voxelization](https://docs.scenery.graphics/sciview/image-analysis/voxelization.md)
- [Point Clouds](https://docs.scenery.graphics/sciview/complex-data/point-clouds.md)
- [3D Segmentations](https://docs.scenery.graphics/sciview/complex-data/segmentations.md)
- [First scripts](https://docs.scenery.graphics/sciview/scripting/first-scripts.md)
- [Animations](https://docs.scenery.graphics/sciview/scripting/animations.md)
- [Find and Count Cells](https://docs.scenery.graphics/sciview/scripting/find_and_count_cells.md)
- [VR & AR](https://docs.scenery.graphics/sciview/vr-and-ar/vr-and-ar.md): How to get sciview going in stereo
- [First Demo Command](https://docs.scenery.graphics/sciview/development/first-demo-command.md)
- [Customizing the Inspector](https://docs.scenery.graphics/sciview/development/customizing-inspector.md)
- [Update sites](https://docs.scenery.graphics/sciview/development/update-sites.md)
- [Benchmarking](https://docs.scenery.graphics/sciview/development/benchmarking.md)
- [HIP 2021](https://docs.scenery.graphics/sciview/workshops/hip-2021.md)
- [I2K 2020](https://docs.scenery.graphics/sciview/workshops/i2k-2020.md)
- [I2K 2020](https://docs.scenery.graphics/sciview/surveys/i2k-2020.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
