# Microsoft Bot Framework

You first have to create a Microsoft app to get credentials.
Once you have them you can add these to your `credentials.yml`.

## Running on Microsoft Bot Framework

If you want to connect to the botframework input channel using the run script, e.g. using:

```
rasa run
```

you need to supply a `credentials.yml` with the following content:

```
botframework:
  app_id: "MICROSOFT_APP_ID"
  app_password: "MICROSOFT_APP_PASSWORD"
```

👋 I can help you get started with Rasa and answer your technical questions.
