> For the complete documentation index, see [llms.txt](https://docs.soda.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soda.io/soda-documentation/soda-v3/integrate-soda/integrate-atlan.md).

# Integrate Soda with Atlan

Integrate Soda with Atlan to access details about the quality of your data from within the data catalog.

* Run data quality checks using Soda and visualize quality metrics and rules within the context of a data source, dataset, or column in Atlan.
* Use Soda Cloud to flag poor-quality data in lineage diagrams.
* Give your Atlan users the confidence of knowing that the data they are using is sound.

<figure><img src="/files/MKcvJR8ImJsS3mvZT4qQ" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/addKzLT07AOweTIGGDxP" alt=""><figcaption></figcaption></figure>

<br>

## Prerequisites

* You have completed at least one [Soda scan](/soda-documentation/soda-v3/run-a-scan.md) to validate that the data source’s datasets appear in Soda Cloud as expected.
* You have an Atlan account with the privileges necessary to allow you to set up a Connection in your Atlan workspace.

## Set up the integration

1. Follow the instructions to [Generate API keys](/soda-documentation/soda-v3/use-case-guides/api-keys.md) in Soda to use for authentication in your Atlan connection.
2. Follow [Atlan's documentation](https://ask.atlan.com/hc/en-us/articles/7524581020175-How-to-crawl-Soda#select-the-source-0-0) to set up the Connection to Soda in your Atlan workspace.

🎥 Watch the [Atlan-Soda integration](https://www.soda.io/resources/achieving-trusted-data-atlan-soda-integration-showcase) in action!

## Go further

* Access a list of [all integrations](https://www.soda.io/integrations) that Soda Cloud supports.
* Use a webhook to integrate with Jira, ServiceNow, and other tools your team already uses.

> Need help? Join the [Soda community on Slack](https://community.soda.io/slack).


---

# 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.soda.io/soda-documentation/soda-v3/integrate-soda/integrate-atlan.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.
