> For the complete documentation index, see [llms.txt](https://help.realviewhub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.realviewhub.com/integrations/manage-integrations.md).

# Manage Integrations

## How to Manage Integrations in Realview Hub <a href="#h_db1fa9684e" id="h_db1fa9684e"></a>

This guide explains how to access and manage third-party integrations within Realview Hub's settings, allowing you to connect with various services to streamline your workflow.

### Prerequisites <a href="#h_03f841f8f9" id="h_03f841f8f9"></a>

* Access to a Realview Hub account.
* Necessary login credentials or API keys for the third-party services you wish to integrate (e.g., AutoHDR, CubiCasa, iGUIDE, Dropbox, Google Drive).

### Steps <a href="#h_ebda88b51a" id="h_ebda88b51a"></a>

1. Navigate to Settings
   * From the Realview Hub interface, locate and click on Settings in the left-hand navigation menu.
2. Access the Integration Tab
   * Within the Settings menu, under the "Operation" section, click on Integration.
   * The Integration page will display a list of available third-party services.
3. Manage Specific Integrations
   * AutoHDR
     * If not connected, click the Connect AutoHDR button to authenticate with your AutoHDR account.
     * If connected, the connected account email will be displayed, along with a Disconnect AutoHDR button.
   * CubiCasa Connection
     * If not connected, enter your CubiCasa API key and email to connect.
     * If connected, the connected account email will be displayed.
     * To configure import preferences (e.g., PNG with dimension, JPG with dimension, PDF with dimension, Home Report, GLA Report (PDFs), PDF), click the Configure button.
     * Toggle "Import Room Measurements" on or off as needed.
     * To disconnect, click the Disconnect CubiCasa button.
   * iGUIDE Integration
     * If not connected, follow the prompts to integrate your iGUIDE account.
     * If connected, details such as Editor ID, Access token, Refresh token, and Last connected date will be displayed.
     * To configure import preferences (e.g., Metric PDF (EN), Imperial PDF (EN), 3D Tours (Branded & Unbranded), Room Measurements (Metric & Imperial)), click the Configure button.
     * To disconnect, click the Disconnect iGUIDE button.
   * Dropbox Connection
     * If not connected, follow the prompts to connect your Dropbox account.
     * If connected, the connected account email will be displayed.
     * To adjust folder structure settings, click Edit Folder Structure.
     * To disconnect, click the Disconnect Dropbox button.
   * Google Drive Connection
     * If not connected, follow the prompts to connect your Google Drive account.
     * If connected, the connected account email will be displayed.
     * To adjust folder structure settings, click Edit Folder Structure.
     * To disconnect, click the Disconnect Google Drive button.
4. Save Changes
   * After making any configuration changes, click the Save Changes button located at the top right of the page to apply them.

### Tips <a href="#h_40af0d5756" id="h_40af0d5756"></a>

* Integrations help automate data transfer and enhance your workflow by connecting Realview Hub with other essential tools.
* Always ensure you have the correct credentials or API keys ready before attempting to connect a new integration.
* Regularly review your integration settings to ensure they align with your current workflow requirements.

### Conclusion <a href="#h_6adf196023" id="h_6adf196023"></a>

By following these steps, you can effectively manage your third-party integrations within Realview Hub, optimizing your operations and leveraging the capabilities of connected services.


---

# 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://help.realviewhub.com/integrations/manage-integrations.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.
