# Sign in as Bob

> Learn how to sign in as Bob in the sample application.

Start the SDKSampleApp in a second command prompt with the arguments from [Run the SDKSampleApp](./run-sdksampleapp), and then sign in as the example user "Bob".

```plaintext
[SDKSampleApp]: conn
* Connecting to http://mt1s.www.vivox.com/api2 with connector handle http://mt1s.www.vivox.com/api2...
* Issuing req_connector_create with cookie=1
* Request req_connector_create with cookie=1 completed.
[SDKSampleApp]: login -u .xyzzy.bob.
* Logging .xyzzy.bob. in with connector handle http://mt1s.www.vivox.com/api2 and account handle .xyzzy.bob.
* Issuing req_account_anonymous_login with cookie=2
* evt_account_login_state_change: .xyzzy.bob. login_state_logging_in
* Request req_account_anonymous_login with cookie=2 completed.
* evt_account_login_state_change: .xyzzy.bob. login_state_logged_in
```
