# Introdução

Suma-DB é um módulo do NPM(Node Package Manager) e também é um banco de dados que suporta JSON.

{% hint style="info" %}
A Suma-DB foi desenvolvida usando a versão 16.13.1, mas é necessário a versão 14.0.0 ou superior para usá-la de forma que não haja nenhum tipo de erro.
{% endhint %}

### Por que usar a Suma-D&#x42;*?*

* Ótimos métodos
* Web Database(server http que mostra o conteúdo do banco de dados)
* "Multi" Banco de dados
* Facilidade no uso e aprendedizado
* Modo debug
* Eventos que são emitidos quando algo acontece

{% code title="No terminal..." %}

```actionscript
npm i suma-db@latest
```

{% endcode %}

{% hint style="info" %}
Esse guia é para a versão 0.0.8 da Suma-DB, versões anteriores ou superiores poderão e irão ter diferenças explicitas no código\
(para ver como usar versões antigas entre pelo site da npm e veja as versões antigas, por que no site da npm, não terá mais instruções nele, somente aqui).
{% endhint %}


---

# 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://belzinhu-oqeubotoaq.gitbook.io/suma-db/introducao.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.
