> For the complete documentation index, see [llms.txt](https://wosa.gitbook.io/working-with-wosa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wosa.gitbook.io/working-with-wosa/functions/client/user.md).

# User

```lua
-- Description: Get current character "character_?" value used.
local character_table = Wosa.User.CharacterDB()
```

```lua
-- Description: Get current character "inventory_?" value used.
local inventory_table = Wosa.User.InventoryDB()
```

```lua
-- Description: Will overwrite the current state for "if current coords can be saved for activated character".
Wosa.User.CoordsSaver(save --[[ bool ]])
```
