# Serving App

- [Introduction](https://developer.supervisely.com/app-development/neural-network-integration/inference/overview-nn-integration.md)
- [Instance segmentation](https://developer.supervisely.com/app-development/neural-network-integration/inference/instance-segmentation.md): Step-by-step tutorial of how to integrate custom instance segmentation neural network into Supervisely platform on the example of detectron2.
- [Object detection](https://developer.supervisely.com/app-development/neural-network-integration/inference/object-detection.md): Step-by-step tutorial of how to integrate custom object detection neural network into Supervisely platform on the example of detectron2.
- [Semantic segmentation](https://developer.supervisely.com/app-development/neural-network-integration/inference/semantic-segmentation.md): Step-by-step tutorial of how to integrate custom semantic segmentation neural network into Supervisely platform on the example of mmsegmentation.
- [Pose estimation](https://developer.supervisely.com/app-development/neural-network-integration/inference/pose-estimation.md): Step-by-step tutorial of how to integrate custom pose estimation neural network into Supervisely platform on the example of ViTPose.
- [Point tracking](https://developer.supervisely.com/app-development/neural-network-integration/inference/point-tracking.md): Step-by-step tutorial on how to integrate custom point tracking neural network into Supervisely platform on the example of PIPs.
- [Object tracking](https://developer.supervisely.com/app-development/neural-network-integration/inference/object-tracking.md): Step-by-step tutorial on how to integrate custom visual object tracking neural network into Supervisely platform on the example of MixFormer model.
- [Mask tracking](https://developer.supervisely.com/app-development/neural-network-integration/inference/mask-tracking.md): Step-by-step tutorial on how to integrate custom video object segmentation neural network into Supervisely platform on the example of XMem.
- [Image matting](https://developer.supervisely.com/app-development/neural-network-integration/inference/image-matting.md): Step-by-step tutorial on how to integrate custom interactive image matting neural network into Supervisely platform on the example of Matte Anything.
- [How to customize model inference](https://developer.supervisely.com/app-development/neural-network-integration/inference/customize-inference.md)
- [Example: Custom model inference with probability maps](https://developer.supervisely.com/app-development/neural-network-integration/inference/custom-inference-with-alpha-mask-segmentation.md)


---

# 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://developer.supervisely.com/app-development/neural-network-integration/inference.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.
