# Documentation

- [Init](/docs/documentation/init.md): The init function/method sets up a table using a key name and a value. Here, we will go through both a simple example on basic node projects and a discord.js example.
- [Get](/docs/documentation/get.md): Get is to get the value stored in a specific identifier, also known as key.
- [Has](/docs/documentation/has.md): Has is a boolean function that returns true and false if the key already has a value or not
- [Input](/docs/documentation/input.md): Integrate more values in a data key, as an array
- [Array](/docs/documentation/array.md): To fetch all models from an inputted array
- [Datatype](/docs/documentation/datatype.md): To get the datatype of a value stored in a key
- [Del](/docs/documentation/del.md): To delete a key as well as the value stored in it.
- [Add](/docs/documentation/add.md): To add a numeric value into a key which stores a numeric datatype.
- [Subtract](/docs/documentation/subtract.md): To subtract a numeric value into a key which stores a numeric datatype.
