# Introduction

![](https://i.ibb.co/ZGnQzLs/unknown.png)\
\
![](https://badgen.net/npm/v/peakdb) ![](https://badgen.net/npm/license/peakdb) ![](https://badgen.net/npm/node/peakdb) ![](https://badgen.net/npm/dt/peakdb)

### About

Fast and advanced, document-based and key-value-based NoSQL database.

### Features

* NoSQL database
* Can be run as it is installed
* Can be used document-based and key-value-based
* Customizable settings for collections
* No need to use schema
* Quick data reading and writing
* Data can be kept in cache
* Easy to find data
* Automatically or manual backup

### Installation

NPM

```shell
npm install peakdb
```

Yarn

```shell
yarn add peakdb
```

### Links that may be useful to you

* [Bitwise Permission Flags](/docs/reference.md#bitwise-permission-flags)
* [Supported Node.js Versions](https://peakdb.gitbook.io/docs/pages/6ajQpmeNs3xuTs8U8ARq#supported-node.js-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://peakdb.gitbook.io/docs/introduction.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.
