# DeGirum Docs for Hailo

You’re in the right place to build, run, and deploy edge AI apps with DeGirum on Hailo-8 and Hailo-8L AI accelerators. Start with a quick win (running your first inference), then work through the basics in order.

<a href="basics/before-you-begin" class="button secondary">Before you begin</a> <a href="basics/first-inference" class="button primary">Run your first inference</a>

## Learn the basics

Work through these pages in order. Even if you're an intermediate or advanced user, these pages establish shared conventions and terminology that the later guides build on.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Specify a model</strong></td><td>Define models with key parameters</td><td><a href="basics/specifying-a-model">specifying-a-model</a></td><td><a href="https://1657109811-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaQsuJ8iXkszyOgIpNy8w%2Fuploads%2Fgit-blob-d716a04c457f995c36ec7d200dfbbf1f4d7d7be4%2Fhailo-cookbook--specify-a-model.svg?alt=media">hailo-cookbook--specify-a-model.svg</a></td></tr><tr><td><strong>Run inference</strong></td><td>Run predictions on images, videos, and folders</td><td><a href="basics/running-inference">running-inference</a></td><td><a href="https://1657109811-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaQsuJ8iXkszyOgIpNy8w%2Fuploads%2Fgit-blob-7a355692cfa7be745747f7c3f8d844d344c3fab5%2Fhailo-cookbook--run-inference.svg?alt=media">hailo-cookbook--run-inference.svg</a></td></tr><tr><td><strong>Inference results</strong></td><td>Explore structured outputs and overlays</td><td><a href="basics/inference-results">inference-results</a></td><td><a href="https://1657109811-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaQsuJ8iXkszyOgIpNy8w%2Fuploads%2Fgit-blob-a98d2628bc036ea3e8be450670a086e88d4e617c%2Fhailo-cookbook--inference-results.svg?alt=media">hailo-cookbook--inference-results.svg</a></td></tr><tr><td><strong>Measure performance</strong></td><td>Benchmark model speed and efficiency</td><td><a href="basics/measuring-performance">measuring-performance</a></td><td><a href="https://1657109811-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FaQsuJ8iXkszyOgIpNy8w%2Fuploads%2Fgit-blob-0da8c408dda4c2285bcac9f6dae7b171faf482de%2Fhailo-cookbook--measure-performance.svg?alt=media">hailo-cookbook--measure-performance.svg</a></td></tr></tbody></table>

## After the basics

Review the intermediate and advanced guides in the navigation bar—again, in order.


---

# 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.degirum.com/hailo/readme.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.
