# Dagster

{% content-ref url="dagster/metadata-extracted" %}
[metadata-extracted](https://docs.secoda.co/integrations/data-pipeline-tools/dagster/metadata-extracted)
{% endcontent-ref %}

## Getting Started with Dagster

There are three steps to connect Dagster with Secoda:

1. Retrieve the host domain
2. Create a user token (Dagster Cloud only)
3. Connect Dagster to Secoda

#### Retrieve the host domain

To retrieve the host domain, navigate to the page where you normally interact with the project in Dagster. Take the part of the URL that does not change when navigating around the website as your host domain.

For example, if the page is on the 'Deployment' tab and the link is "<https://example.dagster.cloud/ex/locations>", then the host domain is "<https://example.dagster.cloud/ex>" in this case.

#### Create a user token

If you are not using Dagster Cloud, you can skip this step.

If you are using Dagster Cloud, navigate to your Dagster Cloud domain found previously and use the following steps to create a user token:

1. Click on your profile in the top-right corner
2. Select **Organization settings** from the drop-down that appears
3. Click on the **Tokens** tab at the top of the page
4. Click on the **Create user token** button on the right hand side
5. Click **Reveal token** on the newly created token
6. Click the text to copy the value

#### Connect Dagster to Secoda

After retrieving the host domain and a suer token as needed, the next step is to connect to Secoda:

1. In the Secoda App, select **Add Integration** on the integration tab
2. Search for and select Dagster
3. Enter your Dagster host domain and user token for Dagster cloud instances
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/data-pipeline-tools/dagster.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.
