diff --git a/01 - Overview.md b/01 - Overview.md index a2643c6f..eb1d657e 100644 --- a/01 - Overview.md +++ b/01 - Overview.md @@ -1,19 +1,4 @@ -## What is a Bot Server? - -![General Bots Starting From Scrach](https://github.com/pragmatismo-io/BotServer/blob/master/docs/images/generalbots-open-core-starting-from-scratch.gif) - -Bot Server accelerates the process of developing a bot. It provisions all code -base, resources and deployment to the cloud, and gives you templates you can -choose from whenever you need a new bot. The server has a database and service -backend allowing you to further modify your bot package directly by downloading -a zip file, editing and uploading it back to the server (deploying process) with -no code. The Bot Server also provides a framework to develop bot packages in a more -advanced fashion writing custom code in editors like Visual Studio Code, Atom or Brackets. - -Everyone can create bots by just copying and pasting some files and using their -favorite tools like Excel (or any text editor) or Photoshop (or any image -editor). Package Quick Reference ------------ diff --git a/Using Coversational BASIC.md b/Using Coversational BASIC.md new file mode 100644 index 00000000..eccce7b1 --- /dev/null +++ b/Using Coversational BASIC.md @@ -0,0 +1,12 @@ + + +General Bots BASIC reference + + +| Instruction | Description | +|--------------------------------|------------------------------------------------------------------| +| HEAR variable | Hears something from the person into a variable for later use. | +| TALK message | Talk the specified text to the person. | +| GENERATE A PASSWORD | Creates a new password into the variable password for later use. | +| CREATE A BOT FARM USING params | Deploys a new bot farm to the cloud. | +| WAIT seconds | Wait a number of seconds before continuing the conversation. | \ No newline at end of file