# Druid

## Getting Started with Druid

There are 3 steps to get started using Druid with Secoda:

1. Retrieve Druid Host and Port.
2. Retrieve Username and Password
3. Connect Druid to Secoda

### **Retrieve Druid Host and Port** <a href="#h_b3f5c96bd0" id="h_b3f5c96bd0"></a>

Identify the host domain and **port** used to access your Druid instance. These can be derived from the URL you use to access Druid in your browser:

* Format: `http://<host-domain>:<port>/`
* Default port: `8888`.

### **Retrieve Username and Password**

Druid **requires authentication** to connect. Ensure you have the correct **username** and **password** that you use to log in to your Druid instance.

### **Connect Druid to Secoda**

After retrieving all necessary credentials, the next step is to connect to Secoda.

1. In the Secoda App, select ‘Add Integration’ on the Integrations tab
2. Search for and select Druid
3. Enter your Druid credentials (host domain, port + username, password if applicable)
4. Click 'Connect'


---

# Agent Instructions: 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:

```
GET https://docs.secoda.co/integrations/databases/druid.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
