# API

- [Initialize](https://db.coolstone.dev/3/api/initialize.md): How to get started with Dubnium.
- [Manage](https://db.coolstone.dev/3/api/manage.md): How to create & delete Records.
- [Get](https://db.coolstone.dev/3/api/get.md): How to get Record content and information.
- [Edit](https://db.coolstone.dev/3/api/edit.md): How to edit Record content and attributes.
- [Search](https://db.coolstone.dev/3/api/search.md): How to search your database.
- [Miscellaneous](https://db.coolstone.dev/3/api/miscellaneous.md): Other functions provided by Dubnium.
- [Middleware](https://db.coolstone.dev/3/api/middleware.md): Dubnium has built-in Express middleware functions to manage Records. Data is never sent to the client without your permission.
- [Versioning](https://db.coolstone.dev/3/api/versioning.md): Dubnium has 2 options to save Record versions.


---

# 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/3/api.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.
