Commons Prompts
Some common prompts that can help you interact with Anica to help with your journey of getting acquainted with kis.ai. As you get more comfortable with the simple exploratory prompts, you can quickly get productive with more advanced prompts which can save you navigating to multiple screens and clicking on the options.
Learning about kis.ai features
Here are some sample questions to ask Anica to get a sense of what kis.ai has to offer and get some idea how to use various blocks together
Products
Product are atomic unit of features on kis.ai. They can be simple with only one or two blocks, or can be super complex with many blocks and apps.
Create a product
List product templates in the marketplace
Create a product from an existing product template from the marketplace
Create a product from an existing git repository
List products you can access
Give access to your product to others
See who has access to your product
Delete a product
Workspaces
Workspaces are cloud environments or containers that developers can create work on products. Developers can create multiple workspaces and each of these workspaces are independent and isolated from each other. Workspaces are fungible, and develoepers should create and destroy workspaces as needed. When creating workspaces developers can specify the need for the workspace to select the right type and image of workspace.
List types of workspaces
This commamd usually returns containers. There are numerous types of workspaces available on kis.ai. Please reach out to your DevOps contact or Admin of kis.ai cluster.
List workspace images
List all types of container images or workspace machine images that are available
Create a workspace
Create workspace with a specific product and versions
Add a product to workspace
Remove a product from a workspace
List all workspaces
List workspace which are accessible to others
Give access to workspace
Delete a workspace
Databases
Databases are attached to products when they are added to a workspace. They can be created before hand or created when a product is being added to the workspace.
List database tyoes
this usually returns the following response
Create database
Here we have selected the database type postgres. Developers usually do not have the option to specify the location of database or infrastructure to be created on. If you need a database with more specific needs, please reach out to your DevOps contact or Admin of your kis.ai cluster.
List databases
Export a datatabase to an excel file
Here each table will be saved into a sheet of the excel with table name as sheetname. The file will be saved into the specified workspace or current workspace. If no workspace is selected or available, the command will error out.
Import a excel file into a database
Here each sheet data will be read and inserted into the table with name same as sheetname. If the table already has data, new data will be appended to the table. If there is any data insert problem due to constraint violation with any table, the entire database import process will fail. You can use truncate and import option if you wish to truncate table and import data into a table. The file will be picked up from current workspace or specified workspace.
Duplicate a database
Delete database