# What is Object Detection?

AI Builder Object detection is an AI model that you can train to **detect objects in pictures**. AI models usually require that you provide samples of data to train before you are able to perform predictions. Prebuilt models are pre-trained by using a set of samples that are provided by Microsoft, so they are instantly ready to be used in predictions.

![Trained custom model result with AI Builder](/files/-MJQLV3ReiOOXynSn17X)

Object detection can detect up to **500 different objects in a single model** and support **JPG, PNG, BMP** image format or photos through the Power Apps control.

### How to try out Object Detection capabilities?

You can try out and see how object detection works before having to create and accounts or apps yourself on the [Azure Computer Vision](https://azure.microsoft.com/services/cognitive-services/computer-vision/?WT.mc_id=aiml-8438-ayyonet#features) page.&#x20;

![Try out Computer Vision capabilities with your own images](/files/-MJQKraBj0sLf6Wo3XUH)

### What can you do with Object Detection?

* Object counting and inventory management
* Brand logo recognition
* Wildlife animal recognition


---

# 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://www.xrdev.app/mixed-reality-docs/ai-lessons/fundamental-ai-concepts/project/how-to-create-an-application-with-ai-whiteout-coding/how-to-try-out-object-detection.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.
