> For the complete documentation index, see [llms.txt](https://typo.gitbook.io/typo-help-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://typo.gitbook.io/typo-help-docs/getting-started/onboarding.md).

# 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

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

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

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

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

And done! Click on Go to Dashboard

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
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:

```
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.
