> For the complete documentation index, see [llms.txt](https://docs.rhinofcp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rhinofcp.com/getting-started/quick-start-guide.md).

# Quick Start Guide

Do you want to get started with Rhino Federated Computing Platform (FCP), but you only have a little time? Use this guide to get started quickly! In about 90 minutes, you'll learn how to create a project, access data and create a dataset, create and run code objects, and export data.

## Prerequisites

Before you begin:

* Make sure your account has been set up.
* Verify that the FCP Client is installed and online by checking the 'Your Rhino Client' section under 'Settings > My Account'. It should match the appearance in the screenshot below: ![](/files/5671636f644df880ef16df0d3da0a99f3fd1095c)
* Your [environment has been configured](/getting-started/quick-start-guide/fcp-client-installation-and-environment-configuration.md).

{% hint style="info" %}
Contact Rhino Support for help to complete these tasks if needed.
{% endhint %}

## What is Rhino FCP?

Learn about Federated Computing and get a basic walkthrough of Rhino FCP in just five minutes. Read the following topics.&#x20;

* [The Rhino Federated Computing Platform (FCP)](/introduction-to-the-rhino-federated-computing-platform-fcp/the-rhino-federated-computing-platform-fcp.md)
* [Federated Datasets](/datasets/what-is-a-federated-dataset.md)
* [Federated Learning Overview](/introduction-to-the-rhino-federated-computing-platform-fcp/federated-learning-overview.md)

## Quick Start Steps

The following are the quick start steps.  Each step includes the amount of time it should take for you to complete task.

{% stepper %}
{% step %}

### Create a Project

Time to complete: 15 minutes

After installing the FCP client, you’ll need to create a project and set permissions. Click the following links to learn to do these things.

1. Read the following to learn more about the concept of a *project*: [What is a Project](/projects/what-is-a-project.md).
2. Watch the Create a Project video.

{% embed url="<https://app.guidde.com/share/playbooks/2YSj3FLqborxzBUiMPAVDw>" %}

3. Use the following links for step-by-step information on how to set up your new project and set up permissions.

* [Creating a New Project and Setting Up Permissions](/projects/creating-a-new-project.md)
* [Persona and Permissions Policies Reference](/projects/persona-and-permissions-policies-reference.md)

4. (Optional) If you want to dig a little deeper, read the following.  Otherwise, move on to the next step.

* [Typical Project Workflows](/projects/what-is-a-project.md#typical-project-workflow)
* [Viewing the Project Dashboard](/projects/project-overview-dashboard.md)
  {% endstep %}

{% step %}

### Access Data and Create a Dataset

Time to Complete: 30 Minutes

Now that your project has been set up, you’ll need to do two things:

* Access data using SFTP, SMB, S3 (AWS), GCP/CS or SQL.
* Create a dataset from DICOM, CSV, or SQL data sources.

Complete the following steps.

1. Learn about datasets by reading this aritcle: [What is a Dataset?](/datasets/what-is-a-dataset.md)
2. Learn how to access data from SMB, AWS (S3), or Google (GCP)/CS, by reading [Client Mounted Storage: How to access data in AWS S3, GCP CS or the SMB network files](/getting-started/quick-start-guide/mounting-storage-to-your-rhino-client.md).
3. Next, you'll need to access and import the data using SFTP.  To do this:
   1. Find your Rhino Client SFTP credentials in the Setting page, see more details in [Viewing Your Account, SFTP, Container and Artifact Settings](/settings/viewing-and-adjusting-your-settings.md).&#x20;
   2. Watch the Upload data via SFTP video.

{% embed url="<https://app.guidde.com/share/playbooks/vFFwPTuZNU1HdtqDyFkdo4>" %}

4. The next step is to access and import data from SQL.  To learn how to do this, watch the following video.

{% embed url="<https://app.guidde.com/share/playbooks/bZRFdQGsWVGexsgZwLf2S8>" %}

5. To import a dataset from data in your client (stored in /rhino\_data), do one of the following.
   1. To create a dataset from DICOM files, watch the following video.

{% embed url="<https://app.guidde.com/share/playbooks/aSBo3smBPHuAPhzHcFdM2d>" %}

&#x20;     b. To import a dataset from a CSV file, watch the following video.

{% embed url="<https://app.guidde.com/share/playbooks/67TpzqADC5jg7f5zqeLtnM>" %}

6. If you want to dig a little deeper, read the following.&#x20;

* [Importing, Viewing a Dataset's Configuration, and Exporting a Datasets](/datasets/importing-viewing-a-datasets-configuration-and-exporting-datasets.md)
* [How can I find my SFTP Server Name/IP Address, SFTP Username, SFTP Password, ECR Workgroup Repository Name, ECR Access Key ID, ECR Secret Access Key?](/settings/viewing-and-adjusting-your-settings.md)
* [Pushing Containers to the ECR](/getting-started/quick-start-guide/pushing-containers-to-the-ecr.md)
* [Using SQL to Extract Metrics and Import Data From a Database](/getting-started/quick-start-guide/using-sql-to-extract-metrics-and-import-data-from-a-database.md)
  {% endstep %}

{% step %}

### Create and Run Code Objects (Optional)

Time to complete: 15-45 minutes

After you’ve imported the data and created a data set, you can create code objects. This is an optional step.  If you don't want to do this, go to the next step (Export Data).

1. First, read the following to understand the basics of a code object.

* [What is a Code Object?](/creating-and-running-code-objects/what-is-a-code-object.md)

2. Next, watch the video for the code object that you'd like to create.  See the links below.

* [How to create a new Python Code Object](https://app.guidde.com/share/playbooks/kSd9QrBdKg93kfG8KKRR3h?origin=Xo3sT2LCAnYIwwxJmCUOfCQoS4n1)
* [How to create a new Generalized Compute Object](https://app.guidde.com/share/playbooks/cMpQPd8crrd49BqYnmSiUa?origin=Xo3sT2LCAnYIwwxJmCUOfCQoS4n1)
* [How to create a new Interactive Container Object](https://app.guidde.com/share/playbooks/4K7WPD2W3a2gMUSrngMgQL?origin=Xo3sT2LCAnYIwwxJmCUOfCQoS4n1)
* [How to create a new NVIDIA FLARE Code Object](https://app.guidde.com/share/playbooks/nTnNRJNCmkAYJHz9hxtWHR?origin=Xo3sT2LCAnYIwwxJmCUOfCQoS4n1)

3. If you want to dive deeper, see the following.&#x20;

* [Creating and Running a Python Code Object](/creating-and-running-code-objects/creating-and-running-a-python-code-object.md)
* [Creating and Running a New Generalized Compute Code Object](/creating-and-running-code-objects/creating-and-running-a-new-generalized-compute-code-object.md)
* [Creating and Running NVFlare Code and Running Inference](/creating-and-running-code-objects/creating-and-running-nvflare-code-and-running-inference.md)
* [Creating and Running Interactive Container Code](/creating-and-running-code-objects/creating-and-running-interactive-container-code.md)
  {% endstep %}

{% step %}

### Export Data

Time to complete: 5 minutes.

As our last step in this Quick Start Guide, you will learn how to export data.&#x20;

1. Watch the following video.

{% embed url="<https://app.guidde.com/share/playbooks/diWHTRPEHDxGGB5mnYefMw>" %}
{% endstep %}
{% endstepper %}

&#x20;            2\. If you want more information on how to export a dataset, see [Importing and Exporting Datasets to and from Your Network Storage](/getting-started/quick-start-guide/importing-and-exporting-datasets-to-and-from-your-network-storage.md).

## Next Steps

Now that you’ve completed the quick start guide, you are ready to explore other features of FCP or dig deeper into the ones you. Here are a few resources to get you started.

#### Other Features

Watch or read the following resources to learn more about how to use FCP.&#x20;

* [Viewing a Datasets UID](https://app.guidde.com/share/playbooks/jc2x7uUZq8mXTPsFkQDwcA?origin=Xo3sT2LCAnYIwwxJmCUOfCQoS4n1)
* [How to Set Up Pre-Approved Code](https://app.guidde.com/share/playbooks/cgLsY9ePCUBxoZDcEkexzT?origin=Xo3sT2LCAnYIwwxJmCUOfCQoS4n1)
* [Create a Secure Access List](https://app.guidde.com/share/playbooks/5CS7rgyfqUagg69aX7tvcP?origin=Xo3sT2LCAnYIwwxJmCUOfCQoS4n1)
* [Download Model Parameters](https://app.guidde.com/share/playbooks/gmDHucXpDML6FEXDqq7ywo?origin=Xo3sT2LCAnYIwwxJmCUOfCQoS4n1)
* [How to access model run logs](https://app.guidde.com/share/playbooks/nC1wiem2hJxS1ezKYL6zQf?origin=Xo3sT2LCAnYIwwxJmCUOfCQoS4n1)
* [How to use 3D Slicer on the Rhino Platform](https://app.guidde.com/share/playbooks/gemqngwELzSsRcwin8AjBZ?origin=Xo3sT2LCAnYIwwxJmCUOfCQoS4n1)

#### Other Resources

* To learn about how to programmatically access FCP, check the article [What is the Rhino SDK?](/rhino-sdk/what-is-the-rhino-sdk.md)
* To learn about new features and updates, check the article [Rhino FCP Release Notes](/release-notes/release-notes.md)
* To learn about Rhino, check the [Rhino Federated Computing Company Website](https://www.rhinohealth.com/)

## Getting Help

If you have received an error or run into any issues throughout the process, please reach out to <support@rhinohealth.com> for more assistance.
