## Login to Azure You can use Emulator to login in to your Azure account. This is particularly helpful for you to add and manage services your bot depends on. See [here](Managing-services.md) to learn more about services you can manage using the Emulator. ### To login

Connect_Localhost

To login, - you can click on File -> Sign in with Azure - on the welcome screen click on Sign in with your Azure account You can optionally have Emulator keep you signed in across Emulator application restarts.

Connect_Localhost

To logout, click on File -> sign out. ### Connecting to services Once you are logged in, Emulator can automatically pull [LUIS](https://luis.ai), [QnA Maker](https://qnamaker.ai) and [Dispatch](https://github.com/Microsoft/botbuilder-tools/tree/master/packages/Dispatch) models associated with your Azure account. #### Adding services To add a service, simply click on [+] in the services section, pick the service type. Once you are logged in, you will be presented with all applications of that specific type that are tied to your azure account.

Connect_Localhost

**Note:** If Emulator does not find the model you have created, please verify that the account you are signed in to Emulator with is listed as a contributor/ collaborator on the model. E.g. For LUIS, this means adding your azure account as a [collaborator](https://docs.microsoft.com/en-us/azure/cognitive-services/luis/luis-concept-collaborator) on the specific LUIS application you are trying to find and add.