> ## Documentation Index
> Fetch the complete documentation index at: https://docs.satoridb.com/llms.txt
> Use this file to discover all available pages before exploring further.

# System Operations

Satori provides system operations for controlling the inner workings of the engine.

## SET\_USER

Create a user

<ParamField body="username" type="string" />

<ParamField body="password" type="string" />

<ParamField body="permission" type="string">
  Must be `R || W || RW`
</ParamField>

## GET\_OPERATIONS

Get the latest operations

## GET\_ACESS\_FREQUENCY

How many querys has been made to an object.

<ParamField body="key" type="string" />
