> 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.md).

# Getting Started

- [About Rhino Federated Computing](https://docs.rhinofcp.com/getting-started/about-rhino-federated-computing.md): General information about Rhino Federated Computing.
- [Quick Start Guide](https://docs.rhinofcp.com/getting-started/quick-start-guide.md): Learn the basics of Rhino FCP in less than two hours
- [FCP Client Installation and Environment Configuration](https://docs.rhinofcp.com/getting-started/quick-start-guide/fcp-client-installation-and-environment-configuration.md): Access the FCP client installation guide and configure your local environment for Rhino FCP.
- [Log in to Rhino FCP](https://docs.rhinofcp.com/getting-started/quick-start-guide/log-in-to-rhino-fcp.md): Learn how to sign in to Rhino FCP using your email and password, Google SSO, or Microsoft Azure SSO.
- [Resetting Your Rhino FCP Password](https://docs.rhinofcp.com/getting-started/quick-start-guide/resetting-your-rhino-fcp-password.md): Follow these steps to securely reset your Rhino FCP account password.
- [The FCP Dashboard](https://docs.rhinofcp.com/getting-started/quick-start-guide/the-fcp-dashboard.md): A brief tour of the FCP Dashboard
- [Importing and Exporting Datasets to and from Your Network Storage](https://docs.rhinofcp.com/getting-started/quick-start-guide/importing-and-exporting-datasets-to-and-from-your-network-storage.md): Explains how to import and export datasets on the Rhino FCP from selected storage platforms.
- [Registering Data to your Rhino Federated Computing Platform (FCP) Client using SFTP](https://docs.rhinofcp.com/getting-started/quick-start-guide/registering-data-to-your-rhino-federated-computing-platform-fcp-client-using-sftp.md): Explains how to add data to your FCP Client using SFTP.
- [Pushing Containers to the ECR](https://docs.rhinofcp.com/getting-started/quick-start-guide/pushing-containers-to-the-ecr.md): Provides technical information required to push containers to the Amazon ECR (Elastic Container Registry)
- [Using SQL to Extract Metrics and Import Data From a Database](https://docs.rhinofcp.com/getting-started/quick-start-guide/using-sql-to-extract-metrics-and-import-data-from-a-database.md): Metric extraction and import example.
- [Federated Training Example with Tabular Data](https://docs.rhinofcp.com/getting-started/quick-start-guide/federated-training-example-with-tabular-data.md): Federated Training Example


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rhinofcp.com/getting-started.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
