# Neowit developer docs

## Developer documentation

- [Overview](https://developers.neowit.io/readme.md): A quick overview for developers.
- [Introduction](https://developers.neowit.io/rest-api/introduction.md): A quick introduction to our REST APIs and how to get started using it.
- [Authentication](https://developers.neowit.io/rest-api/authentication.md): An overview of the two supported methods of authenticating to our REST APIs.
- [OAuth2](https://developers.neowit.io/rest-api/authentication/oauth2.md): A guide on how to implement an OAuth2 flow for authenticating to our REST APIs.
- [Basic Auth](https://developers.neowit.io/rest-api/authentication/basic-auth.md): A guide on how to use Basic Auth for authenticating to our REST APIs.
- [Error codes](https://developers.neowit.io/rest-api/error-codes.md): Summary of common error codes returned by our REST API.
- [API reference](https://developers.neowit.io/rest-api/api-reference.md): API reference overview
- [Coordinate systems](https://developers.neowit.io/rest-api/coordinate-systems.md): An introduction to the coordinate system used for placement of spaces and devices.
- [Query Language](https://developers.neowit.io/rest-api/query-language.md)
- [Query Language Reference](https://developers.neowit.io/rest-api/query-language/query-language-reference.md)
- [Introduction](https://developers.neowit.io/service-accounts/introduction.md): A general overview of what Service Accounts are and why we use them.
- [Creating service accounts](https://developers.neowit.io/service-accounts/creating-service-accounts.md): A quick guide on how to create a Service Account for our REST API.
- [Introduction](https://developers.neowit.io/integrations/introduction.md)
- [MQTT](https://developers.neowit.io/integrations/mqtt.md)
- [Native Sparkplug](https://developers.neowit.io/integrations/mqtt/native-sparkplug.md)
- [Custom Starlark](https://developers.neowit.io/integrations/mqtt/custom-starlark.md)
- [Introduction](https://developers.neowit.io/starlark/introduction.md)
- [Modules](https://developers.neowit.io/starlark/modules.md): Currently, we have the following modules available in the global context
- [time module](https://developers.neowit.io/starlark/modules/time-module.md)
- [json module](https://developers.neowit.io/starlark/modules/json-module.md)
- [math module](https://developers.neowit.io/starlark/modules/math-module.md)
- [devices module](https://developers.neowit.io/starlark/modules/devices-module.md)
- [series module](https://developers.neowit.io/starlark/modules/series-module.md)
- [sensors module](https://developers.neowit.io/starlark/modules/sensors-module.md)
- [Introduction](https://developers.neowit.io/tutorials/introduction.md)
- [Create users using API](https://developers.neowit.io/tutorials/create-users-using-api.md): A guide on how to create users with our API


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://developers.neowit.io/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.
