# ObjectBox Docs

{% content-ref url="getting-started" %}
[getting-started](https://docs.objectbox.io/getting-started)
{% endcontent-ref %}

{% hint style="info" %}
**C++ and Swift:** Check the docs in <https://cpp.objectbox.io/> and <https://swift.objectbox.io/>.
{% endhint %}

{% hint style="info" %}
**We're hiring!** We believe resource-efficient coding is still cool 😎 and are [looking for a C / C++ developer](https://objectbox.io/jobs/objectbox-senior-c-plusplus-developer/) who shares our sentiment.
{% endhint %}

🚀 Our mission is to revolutionize mobile app development by making it fast and efficient with our intuitive and user-friendly native-language APIs. With ObjectBox, you can easily store and synchronize objects in various programming languages such as Python, Java, C, Go, Kotlin, Dart, C++, and Swift. It works seamlessly across different platforms like Android, iOS, Windows, and Linux, and you can even use it with Docker.

💚 [Please share your feedback](https://forms.gle/bdktGBUmL4m48ruj7)! Community feedback is very important for us as we  strive to make ObjectBox better for our users. Our feedback form is anonymous and only takes 2 minutes to fill in. Every response is highly appreciated. Thank you in advance! 🙏

[👍](https://emojipedia.org/thumbs-up/) To rate this documentation, use the "Was this page helpful?" smiley 🙃 at the end of each page.

🚩 Feel free to open an issue on GitHub (for [Java & Kotlin](https://github.com/objectbox/objectbox-java/issues/new/choose) or [Dart/Flutter](https://github.com/objectbox/objectbox-dart/issues/new/choose)) or send us your comments to contact\[at]objectbox.io - Thank you! - and if you like what you see, we also appreciate a shout out :) or GitHub star ⭐


---

# 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.objectbox.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.
