# Phase 1 - Setting Up Data Sources

Here’s a quick checklist for the phase 1 setup -

### **Integrations**&#x20;

Connect all the required tools from “Settings > Integrations” -

* Git/VCS like GitHub, BitBucket
* Issue Tracker like JIRA, Linear
* Communication Channel like Slack
* CI/CD like GitHub Actions, Jenkins

<div align="left"><figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2FmYKkEoayX76Qz0ifWoUY%2FScreenshot%202025-02-06%20at%2012.32.31%E2%80%AFAM.png?alt=media&#x26;token=1868fa5b-5d6c-4841-b3c3-4467778a9f8c" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}
You can send deployment data using a custom webhook if you don’t see your CI/CD tool listed on our Integrations page.
{% endhint %}

### **Contributors**&#x20;

* Adjust active contributors from the “Settings > Members” from the dashboard. You can also perform bulk actions and individual adjustments.
* Ensure all the required Git contributors are marked as ‘Active’ in the platform
* Any new user added to your Git account will be added to Typo as ‘Inactive’. So, you will have to manually mark them as active if need be
* See all the Git <> JIRA data mapping is done to correctly map data across systems

<div align="left"><figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2Fm7yUfOzNrjJb9JEIGv4p%2FScreenshot%202025-02-06%20at%2012.35.41%E2%80%AFAM.png?alt=media&#x26;token=0d53ba36-8f86-45f1-ab27-49d03b1517df" alt="" width="563"><figcaption></figcaption></figure></div>

### **Teams**&#x20;

* Ensure the teams are correctly configured from “Settings > Teams”. As a default, the teams are synced from Git
* Assign managers to each team to ensure updates/data insights are correctly delivered
* You can create new teams, add members, and assign managers in the dashboard

<div align="left"><figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2FqeEfheKbM59q1Ztde8gS%2FScreenshot%202025-02-06%20at%2011.36.12%E2%80%AFPM.png?alt=media&#x26;token=9590702a-9859-44b4-80c5-10763c95019f" alt="" width="563"><figcaption></figcaption></figure></div>

### **Repos**&#x20;

* Ensure all the required Git repos are connected
* Check whether the repositories are enabled for both Dev360 & Code Health modules

<div align="left"><figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2FjbFTGgTETHtoBmA5HMfo%2FScreenshot%202025-02-06%20at%2011.36.36%E2%80%AFPM.png?alt=media&#x26;token=51436edf-8e72-47b0-b9df-ec4c81a0c31d" alt="" width="563"><figcaption></figcaption></figure></div>

### **Projects**&#x20;

* Ensure all the required JIRA projects are synced. If not, click on “Sync Projects” on the right side.

<div align="left"><figure><img src="https://813988662-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FeCZyG1kSmV84geZ9Ws6s%2Fuploads%2Fy6qUT7EbFgBO9avrK2GW%2FScreenshot%202025-02-06%20at%2011.36.56%E2%80%AFPM.png?alt=media&#x26;token=3e81a5b2-c159-42b9-8a55-c76c4bb61ed7" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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://typo.gitbook.io/typo-help-docs/implementation-plan/phase-1-setting-up-data-sources.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.
