# Sign in as Alice

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

Start the SDKSample App with the arguments from [Run the SDKSampleApp](./run-sdksampleapp), and then sign in as the example user "Alice" (.xyzzy.alice) by using "login -u".

> **Note:**
>
> The -help option displays the options that are available for each command, for example,"login -help".

```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.alice.
* Logging .xyzzy.alice. in with connector handle http://mt1s.www.vivox.com/api2 and account handle .xyzzy.alice.
* Issuing req_account_anonymous_login with cookie=2
* evt_account_login_state_change: .xyzzy.alice. login_state_logging_in
* Request req_account_anonymous_login with cookie=2 completed.
* evt_account_login_state_change: .xyzzy.alice. login_state_logged_in
```
