> 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/rhino-sdk.md).

# Rhino SDK

- [Where to Find Rhino SDK Documentation](https://docs.rhinofcp.com/rhino-sdk/where-to-find-rhino-sdk-documentation.md)
- [What is the Rhino SDK?](https://docs.rhinofcp.com/rhino-sdk/what-is-the-rhino-sdk.md)
- [Registering a New Dataset or Dataset Version Using Rhino SDK and SQL](https://docs.rhinofcp.com/rhino-sdk/registering-a-new-dataset-or-dataset-version-using-rhino-sdk-and-sql.md)
- [Adding Data to your FCP Client using Rhino SDK and SQL](https://docs.rhinofcp.com/rhino-sdk/adding-data-to-your-fcp-client-using-rhino-sdk-and-sql.md)
- [Creating a New Data Schema using the Rhino SDK](https://docs.rhinofcp.com/rhino-sdk/creating-a-new-data-schema-using-the-rhino-sdk.md)
- [Creating a Python Code Object Using the Rhino SDK](https://docs.rhinofcp.com/rhino-sdk/creating-a-python-code-object-using-the-rhino-sdk.md)
- [Running a Python Code Object using the Rhino SDK](https://docs.rhinofcp.com/rhino-sdk/running-a-python-code-object-using-the-rhino-sdk.md)
- [Creating a Code Object Using the Rhino SDK](https://docs.rhinofcp.com/rhino-sdk/creating-a-code-object-using-the-rhino-sdk.md)
- [Running NVFlare Code using the Rhino SDK](https://docs.rhinofcp.com/rhino-sdk/running-nvflare-code-using-the-rhino-sdk.md)
- [Creating a New NVFlare Code Object Using the Rhino SDK](https://docs.rhinofcp.com/rhino-sdk/creating-a-new-nvflare-code-object-using-the-rhino-sdk.md)
- [Running a Generalized Compute Code Object using the Rhino SDK](https://docs.rhinofcp.com/rhino-sdk/running-a-generalized-compute-code-object-using-the-rhino-sdk.md)
- [Creating a Generalized Compute Code Object Using the Rhino SDK](https://docs.rhinofcp.com/rhino-sdk/running-a-generalized-compute-code-object-using-the-rhino-sdk/creating-a-generalized-compute-code-object-using-the-rhino-sdk.md)
- [Calculating SDK metrics on DICOM studies directly via a DICOMWeb connection](https://docs.rhinofcp.com/rhino-sdk/calculating-sdk-metrics-on-dicom-studies-directly-via-a-dicomweb-connection.md)
- [Calculating Federated Analytics (Part 1)](https://docs.rhinofcp.com/rhino-sdk/calculating-federated-analytics-part-1.md)
- [Calculating Federated Analytics (Part 2)](https://docs.rhinofcp.com/rhino-sdk/calculating-federated-analytics-part-2.md)


---

# 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/rhino-sdk.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.
