# Developer Guides

Practical, step-by-step guides for building with Wingbits data and APIs.

## NATS Integration

The Wingbits real-time flight stream is delivered over [NATS](https://nats.io/). Start here:

* [Onboarding guide](/wingbits/guides/nats-integration/nats-flight-stream.md) — connect to the live flight stream and start receiving aircraft positions.
* [AI prompt onboarding](/wingbits/guides/nats-integration/nats-ai-prompt.md) — a copy-paste prompt that has an AI assistant walk you through setup step by step.

Looking for on-demand REST snapshots instead of a live stream? See the [API Reference](https://wingbits.gitbook.io/developers/).


---

# 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.wingbits.com/wingbits/guides/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.
