> ## Documentation Index
> Fetch the complete documentation index at: https://docs.domino.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Connect to DataRobot

This topic describes how to connect directly to DataRobot from Domino. You must have network connectivity between DataRobot and your Domino deployment.

Use the following commands to install the DataRobot Python client in the Dockerfile instructions section of your environment:

```dockerfile theme={null}
RUN pip install "datarobot==<version>"
```

## Next steps

* [Access external data directly](/6.3/platform-capabilities/core-concepts/data/access-external-data-directly): the general procedure, including where to store credentials.

* Compare direct connections with [Domino Data Source connectors](/6.3/platform-capabilities/core-concepts/data/data-source-connectors) for supported data stores.


## Related topics

- [Domino Data Sources](/6.3/platform-capabilities/core-concepts/data/data-source-connectors/index.md)
- [Access external data directly](/6.3/platform-capabilities/core-concepts/data/access-external-data-directly/index.md)
- [Connect to Databricks](/6.3/platform-capabilities/core-concepts/data/data-source-connectors/connect-to-databricks.md)
- [Connect to Teradata](/6.3/platform-capabilities/core-concepts/data/data-source-connectors/connect-to-teradata.md)
