# Introduction

The Accountable API is a useful account managing API that allows you to spin up user databases in seconds without needing to configure complicated settings.

{% hint style="info" %}
Get an API token here: <https://accountable.pixelninja.dev>
{% endhint %}

## Node.js Package

Whilst you can use network requests to manage users, you can also use the Node.js module to simplify the layout of editing data. If you are using Node, the module is available on NPM here: <https://www.npmjs.com/package/accountable>

Please read the specific docs on this Node module as it may be more relevant.

## Pricing

|                    | Free | Hobby | Plus | Pro  | Custom   |
| ------------------ | ---- | ----- | ---- | ---- | -------- |
| Users              | 50   | 250   | 500  | 1000 | 1000+    |
| Custom Fields      | 5    | 10    | 15   | 20   | 5+       |
| 2fa                | No   | No    | Yes  | Yes  | Optional |
| Email Verification | No   | No    | No   | Yes  | Optional |
| Price (monthly)    | Free | $5    | $12  | $25  | Email    |


---

# 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.accountable.pixelninja.dev/master.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.
