# Home

### Welcome!

Want to learn more about Dubnium? You're in the right place! Read these pages to learn more about the package!

### What is Dubium?

Dubnium is a package available on [NPM](https://npmjs.com/package/dubnium). Dubnium allows you to create local databases perfect for storing a few values for an app's configuration or thousands of users' data on a server. However you need to store your data, Dubnium can help you out.

{% embed url="<https://npmjs.com/dubnium>" %}

### How does it work?

Dubnium is based on the `fs` module. It creates and stores any file in your chosen directory and can be retrieved, renamed, moved, cloned, and more!

### Why use Dubnium?

Check out the key features page!

{% content-ref url="key-features" %}
[key-features](https://db.coolstone.dev/key-features)
{% endcontent-ref %}

### Ready to get started?

#### Latest version

{% content-ref url="<https://app.gitbook.com/o/ZwSMDeleC73FCm5AQooX/s/vcFdfD9ESUdjAVaOUmlR/>" %}
[v3](https://app.gitbook.com/o/ZwSMDeleC73FCm5AQooX/s/vcFdfD9ESUdjAVaOUmlR/)
{% endcontent-ref %}

#### Browser version

{% content-ref url="<https://app.gitbook.com/o/ZwSMDeleC73FCm5AQooX/s/vFt6Or1YIUF7W4j4iUZ7/>" %}
[Browser](https://app.gitbook.com/o/ZwSMDeleC73FCm5AQooX/s/vFt6Or1YIUF7W4j4iUZ7/)
{% endcontent-ref %}

Docs for older versions are available [here](https://db.coolstone.dev/get-started)

### Need help and can't find it on the docs?

[Ask for help](https://github.com/coolstone-tech/dubnium/discussions/new?category=help) on Github!

{% embed url="<https://github.com/coolstone-tech/dubnium/discussions>" %}

### Found a bug or issue while using Dubnium?

Open up an issue on GitHub

{% embed url="<https://github.com/coolstone-tech/dubnium/issues>" %}

### Want to know what's coming soon?

Check out the Dubnium Roadmap

{% embed url="<https://github.com/orgs/coolstone-tech/projects/1>" %}

### Want to support development?

{% embed url="<https://patreon.com/coolstone>" %}


---

# 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://db.coolstone.dev/home.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.
