# From Ultralytics

### About Ultralytics

![](/files/fny7adCeTkmXg2LfNMGn)

> Ultralytics is a software company specializing in computer vision and deep learning solutions. They are known for developing and maintaining popular open-source libraries such as YOLOV8, which is a state-of-the-art object detection model. YOLO (You Only Look Once) is a family of real-time object detection algorithms, and YOLOv8 is the latest iteration developed by Ultralytics.

### Deploying Ultralytics models

Ultralytics provides two main models Yolov5 and Yolov8. You can find a guide that shows how to deploy these two categories of models [here](/nx-ai-manager-v4.x/for-data-scientists/importing-models/common-models.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://nx.docs.scailable.net/nx-ai-manager-v4.x/for-data-scientists/importing-models/from-ultralytics.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.
