> For the complete documentation index, see [llms.txt](https://droneforge.gitbook.io/droneforge-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://droneforge.gitbook.io/droneforge-docs/nimbusos-sdk.md).

# NimbusOS SDK

{% hint style="warning" %}
Contents in this space are expected to change to always represent the newest release of NimbusOS
{% endhint %}

This SDK enables developers to leverage the NimbusOS platform from [Droneforge](https://thedroneforge.com/) directly through python.

NimbusOS (DF1[^1]) is the companion software to the [Droneforge Nimbus](https://thedroneforge.com/specifications) enabling ExpressLRS-Based Drones autonomous flight. While there are plenty of use cases directly from **DF1**, users may want to develop custom solutions to make their drones smarter.

To see examples of the python SDK visit: <https://github.com/Droneforge-Inc/NimbusOS-sdk-sandbox>

## LLM and AI access

When published with GitBook, this documentation is available to AI tools through Markdown pages, `/llms.txt`, `/llms-full.txt`, and the GitBook MCP server. See [LLM and AI Access](/droneforge-docs/nimbusos-sdk/llm-and-ai-access.md) for the exact access patterns.

### Table of Contents

{% content-ref url="/pages/iYnqrt167iJcY8uB3ZZE" %}
[Getting Started](/droneforge-docs/nimbusos-sdk/getting-started.md)
{% endcontent-ref %}

[^1]: As of 2026-05-14


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://droneforge.gitbook.io/droneforge-docs/nimbusos-sdk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
