# Onboarding

Here you will find a step-wise guide to set up your Typo account.

Setting up your Git provider account is the first step of the onboarding process.&#x20;

### Step 1: Connect Git

Navigate to <https://typoapp.io/> > Get Started with Git\
\
Select GitHub (or any of the other options) and you will land on it's respective authorization page

<div align="left"><figure><img src="/files/MHC5bIX5akd41exQfV3b" alt="" width="563"><figcaption></figcaption></figure></div>

{% hint style="info" %}
🚀 Tip - we only take read-only access
{% endhint %}

### **Step 2:** Add details

Once you complete the authorization step, the next step is to enter your details

<div align="left"><figure><img src="https://publish-01.obsidian.md/access/3e7b6a61a5fa1577cc59c4d6e50dfe09/Screenshot%202024-06-21%20at%2011.30.55%20AM.png" alt="" width="563"><figcaption></figcaption></figure></div>

### **Step 3: Connect Issue Tracker**

&#x20;In the next step, connect your issue tracker with Typo. Connecting issue tracker helps you get insights on sprint analysis and management. This step is optional, so you can also skip & move ahead and configure this later.

<div align="left"><figure><img src="https://publish-01.obsidian.md/access/3e7b6a61a5fa1577cc59c4d6e50dfe09/Screenshot%202024-06-21%20at%2011.32.18%20AM.png" alt="" width="563"><figcaption></figcaption></figure></div>

### **Step 4:** Connect Slack

The last step is to connect your Slack for real-time notifications. This step is optional, so you can also skip & move ahead and configure this later.

<div align="left"><figure><img src="https://publish-01.obsidian.md/access/3e7b6a61a5fa1577cc59c4d6e50dfe09/Screenshot%202024-06-21%20at%2011.32.43%20AM.png" alt="" width="563"><figcaption></figcaption></figure></div>

And done! Click on Go to Dashboard

<div align="left"><figure><img src="https://publish-01.obsidian.md/access/3e7b6a61a5fa1577cc59c4d6e50dfe09/Screenshot%202024-06-21%20at%2011.33.04%20AM.png" alt="" width="563"><figcaption></figcaption></figure></div>

You will now be redirected to your dashboard and your first level of insights will be published in a few minutes, depending on the volume of data. You can further customize your teams and integrations from the dashboard settings & integration section.


---

# 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/getting-started/onboarding.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.
