# Command Help

### **Syntax**

*Tell DSAK Help*

### Function

Shows help screen with all available commands

### Parameters

None

### Example

```
> Tell DSAK Help
16.02.2024 15:19:46   DSAK: ---Domino Server---
16.02.2024 15:19:46   DSAK: SrvInfo                      Show various server information
16.02.2024 15:19:46   DSAK: SrvStats {Enable/Disable}    Show server statistics or enable/disable hourly display
16.02.2024 15:19:46   DSAK:
16.02.2024 15:19:46   DSAK: ---Database File---
16.02.2024 15:19:46   DSAK: DBFind query                 Find databases matching query (in filename or database title)
16.02.2024 15:19:46   DSAK: DBInfo filename              Show detailed database information
16.02.2024 15:19:46   DSAK: DBCopy filename newfilename  Create new database copy (without documents)
16.02.2024 15:19:46   DSAK: DBCreate filename [template] Create empty database [from template file]
16.02.2024 15:19:46   DSAK: DBDelete filename            Delete the database (Warning: No recovery possible)
16.02.2024 15:19:46   DSAK: DBEncrypt filename           Encrypt the database with Server-ID (AES-256)
16.02.2024 15:19:46   DSAK: DBDecrypt filename           Decrypt the database
16.02.2024 15:19:46   DSAK: DBSign filename              Sign database with server id (only existing signatures).
16.02.2024 15:19:46   DSAK: DBDesignLock filename On/Off Enable/Disable database design locking
16.02.2024 15:19:46   DSAK:
16.02.2024 15:19:46   DSAK: ---Database Size Quota---
16.02.2024 15:19:46   DSAK: DBQuotaSet filename nnn      Set new database size quota (in MB, 50 - 10000)
16.02.2024 15:19:46   DSAK: DBQuotaClear filename        Remove size quota from database
16.02.2024 15:19:46   DSAK:
16.02.2024 15:19:46   DSAK: ---Database Cluster---
16.02.2024 15:19:46   DSAK: DBCLOnline filename          Put (cluster) database in online state
16.02.2024 15:19:46   DSAK: DBCLOffline filename         Put (cluster) database in offline state
16.02.2024 15:19:46   DSAK:
16.02.2024 15:19:46   DSAK: ---Database Full-Text Index---
16.02.2024 15:19:46   DSAK: DBFTCreate filename          Create full-text index for database (Attachments: Yes, Encrypted Fields: Yes)
16.02.2024 15:19:46   DSAK: DBFTUpdate database          Update full-text index of database
16.02.2024 15:19:46   DSAK: DBFTRemove filename          Remove full-text index of database
16.02.2024 15:19:46   DSAK:
16.02.2024 15:19:46   DSAK: ---Database Replication---
16.02.2024 15:19:46   DSAK: DBReplEnable filename        Enable database replication
16.02.2024 15:19:46   DSAK: DBReplDisable filename       Disable database replication
16.02.2024 15:19:46   DSAK: DBReplClear filename         Clear database replication history
16.02.2024 15:19:46   DSAK:
16.02.2024 15:19:46   DSAK: ---Database Document---
16.02.2024 15:19:46   DSAK: DBDocDelete filename docId   Delete document by NoteID or UniversalID
16.02.2024 15:19:46   DSAK:
16.02.2024 15:19:46   DSAK: ---Miscellaneous---
16.02.2024 15:19:46   DSAK: Help/?                       Display this help screen
16.02.2024 15:19:46   DSAK: Quit/Q                       Terminate DSAK
16.02.2024 15:19:46   DSAK: Help!                        Display help screen from JAddin framework
```


---

# 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://dsak.k43.ch/command-reference/command-help.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.
