# Welcome!

## Welcome to BACE

BACE is a multipurpose device-to-cloud solution, enabling the user to measure and receive data in an easy, fast, and secure way.

Here you'll find all documentation you need to get up and integrate BACE data directly to your application. The BACE API implements REST architecture. REST is an architectural style that uses HTTP to get data through a common interface. We adhere to a unified naming convention for most endpoints, which are available through our Swagger documentation.

The BACE API allows you to

* Configure and organize your project
* Manage system users / devices / locations / access
* Get measurements data & events from devices
* and more

## Want to jump right in?

Feeling like an eager beaver? Jump in to the quick start docs and get making your first request:

{% content-ref url="quick-start" %}
[quick-start](https://docs.bace-iot.com/quick-start)
{% endcontent-ref %}

## Want to deep dive?

Dive a little deeper and start exploring BACE System to get an idea of everything that's possible with the API:

{% content-ref url="system-overview" %}
[system-overview](https://docs.bace-iot.com/system-overview)
{% endcontent-ref %}


---

# 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.bace-iot.com/welcome.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.
