# SDK/Edge

- [Getting Started](https://doc.celantur.com/sdk/getting-started.md): Getting started with Celantur Edge SDK.
- [Requirements and Installation](https://doc.celantur.com/sdk/requirements-and-installation.md)
- [Requirements](https://doc.celantur.com/sdk/requirements-and-installation/requirements.md): Software and hardware requirements to run Celantur Edge SDK.
- [Installation](https://doc.celantur.com/sdk/requirements-and-installation/installation.md): Installing Celantur SDK.
- [Usage](https://doc.celantur.com/sdk/usage.md): Celantur SDK guide for model compilation and inference
- [Benchmarks](https://doc.celantur.com/sdk/benchmarks.md): Celantur Edge SDK benchmarks
- [Release Notes](https://doc.celantur.com/sdk/release-notes.md): Release notes for Celantur SDK / Edge.
- [Architecture](https://doc.celantur.com/sdk/architecture.md)
- [Troubleshooting](https://doc.celantur.com/sdk/troubleshooting.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://doc.celantur.com/sdk.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.
