> For the complete documentation index, see [llms.txt](https://docs.oobeya.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oobeya.io/integrations/all-integrations/apm-monitoring-addons/dynatrace-integration.md).

# Dynatrace Integration

## 1. Generate a Dynatrace Access Token :tools:&#x20;

1. Click on the search box and search for “Access Tokens”.<br>

   <figure><img src="/files/en2OFghRaHIxq10lWPBF" alt=""><figcaption><p>Dynatrace Access Tokens</p></figcaption></figure>
2. Click on the "**Generate new token**" button: <br>

   <figure><img src="/files/0QR00gREsIBmkdoohGaw" alt=""><figcaption></figcaption></figure>
3. Select the required permission scopes. \
   **Required Scopes:** Read API token, Read entities, Read metrics\
   \
   The required **URL address** (https\://\*\*\*\*\*\*\*.live.dynatrace.com) for Oobeya's data source form is in the second box below. You can copy it.\
   \
   Then, click on the "Generate token" button.<br>

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

## 2. Install Dynatrace on Oobeya :jigsaw:&#x20;

1. Log in to [Oobeya](https://oobeya.io/) with an Administrator account.&#x20;
2. Navigate to **Integrations**, select Dynatrace, and click the "**Install**" button. <br>

   <figure><img src="/files/ImoucGsa789ZVmmMKyQm" alt=""><figcaption><p>Oobeya Dynatrace Integration</p></figcaption></figure>

## 3. Add A New Data Source :electric\_plug:&#x20;

1. Navigate to **Data Sources**, and select **Dynatrace** to add a new data source.&#x20;
2. Click the "**New Data Source**" button and fill in the form using the Token generated on Dynatrace in the first step. You can type any name for the "Data Source Name" field. <br>

   <figure><img src="/files/yuACUPoYj9qLx7AG2TVx" alt=""><figcaption><p>Dynatrace Data Source Connection Form</p></figcaption></figure>
3. &#x20;Click the "**Test Connection**" button to verify the connection.&#x20;

## Ready to Connect :rocket:&#x20;

Now Oobeya is connected to your **Dynatrace** account to diagnose, fix, and optimize the performance of the code.&#x20;

## **Next Steps** :dart:&#x20;

* [Add a new Widget](/dashboards/adding-a-new-widget.md)


---

# 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.oobeya.io/integrations/all-integrations/apm-monitoring-addons/dynatrace-integration.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.
