# Admin User Guide

Copyright © 2022 by Symetry, Inc. 14 Pine Street, Ste 6 Morristown, NJ 07960 All Rights Reserved November 8th, 2022

## Introduction

The SymetryML Admin CLI is a command-line application that allows administrators to manage service updates and user credentials. This user guide describes the common usage patterns for the SymetryML Admin CLI.

## Display Available Commands

This command displays all the available commands in the SymetryML CLI,

```
symetry.sh help
```

## Software Version

This command performs version checks within SymetryML. Version checks also are performed automatically when a user logs into the SymetryML Web application.

```
symetry.sh version
```

For request regarding updating your SymetryML software please contact <support@symetryml.net>

## Manage User Credentials

### Show User Credential Types

Display the current user credentials.

```
symetry.sh showCredentials
```

### Change User Credentials

This command changes user credentials.

```
symetry.sh newkey <USER> <EXPIRY>
```

where `USER` is the name of the user whose credentials you want to change. `EXPIRY` is seconds until expiry.

### New User

Create a new user and display the corresponding credentials.

```
symetry.sh addUser <USER> <EXPIRY>
```

where `USER` is the name of the new user. `EXPIRY` is seconds until expiry.


---

# 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://docs61.symetryml.io/guides/untitled.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.
