# Quick Start

<!--- Template Guidance 
Write a short introduction and the getting started guide to your product. 
If there are any standout features to call it, this is probably the place to do it. 

NOTE: Take a look at the quick-start of Object Storage (community/community/content/product/storage/object-storage/quick-start/_index.md) for an idea on the tone and the level of detail. 
-->

## Specific Options for Valkey

You can find all the specific options for Valkey by using the CLI help:

```bash
exo dbaas create --help-valkey 
  --valkey-fork-from              name of a Database Service to fork from                                 
  --valkey-ip-filter              allow incoming connections from CIDR address block                      
  --valkey-migration-dbname       database name for bootstrapping the initial connection                  
  --valkey-migration-host         hostname or IP address of the source server where to migrate data from  
  --valkey-migration-ignore-dbs   list of databases which should be ignored during migration              
  --valkey-migration-method       migration method to be used ("dump" or "replication")                   
  --valkey-migration-password     password for authenticating to the source server                        
  --valkey-migration-port         port number of the source server where to migrate data from             
  --valkey-migration-ssl          connect to the source server using SSL                                  
  --valkey-migration-username     username for authenticating to the source server                        
  --valkey-recovery-backup-name   the name of the backup to restore when forking from a Database Service  
  --valkey-settings               Valkey configuration settings (JSON format)  
```

