How to work with Rasa SDK

Hey Guys, I wanted to ask How the SDK is created ? What are the advantages of creating a SDK ? Will it enable us to handle multiple sessions and will it handle multiple users simultaneously?

I have a bot that I need to move towards production The thing is to test that bot I need multiple users to talk to it simultaneously and save all their values.

What will be the best approach for this? @j.mosig

You use the SDK to build Custom Actions: Custom Python code as a response to an intent instead of a static domain response.

You start it with rasa run actions.

For that, it would be better to deploy the production bot on a server using one of these methods: