====================================
Connect to Appollo-Remote with Spice
====================================

Before connecting to Appollo-Remote, here is a list of what you need to have beforehand:

1. Have at least one created **App ID** on your account.

2. Have a **remote desktop application** installed on your computer. For configuration purposes.

3. Make sure you are in the file of your Flutter App.

4. Remember that most of the ``appollo build`` commands require you to indicate **Key** of your build.

Once you have this list checked, you can use the command ``appollo build start``.

Your build has now been registered and will be started as soon as possible.

.. image:: /img/appollo-build-start.jpg
  :alt: Appollo build start
  :align: center

|

.. tip::

  You can follow the progress of your build with ``appollo build detail`` and ``appollo build logs``.

If you started a configuration build and it is ready, you can now use ``appollo build connect`` to access Appollo Remote.

.. image:: /img/appollo-build-connect.jpg
  :alt: Appollo build connect
  :align: center

|

To connect, simply use the informations you are being given by Appollo in your remote desktop application.

You are now ready to configure Xcode on your virtual machine.
