# /db

### Introducing a Custom Database!

BDFD has a nice database, let's not lie! However, BDFD's Database is incompatible if you wanted to build a web dashboard or something similar. Thats why we made Custom Database Functions!

{% content-ref url="/pages/pOFtyOt6bGudv0JzONlc" %}
[/delete](/endpoints/db/delete.md)
{% endcontent-ref %}

{% content-ref url="/pages/nvA4kUFNhCd8Jge407OY" %}
[/deleteAll](/endpoints/db/deleteall.md)
{% endcontent-ref %}

{% content-ref url="/pages/hYzkzBCCH3DDpHLGhkGj" %}
[/get](/endpoints/db/get.md)
{% endcontent-ref %}

{% content-ref url="/pages/oQJJ8NR3lWG2T5vOR59E" %}
[/getAll](/endpoints/db/getall.md)
{% endcontent-ref %}

{% content-ref url="/pages/GOXyvRfZ9PlNL9Z9cnhL" %}
[/set](/endpoints/db/set.md)
{% endcontent-ref %}


---

# 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://dadocs.rickyjs.xyz/endpoints/db.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.
