# Integrations

To support you with a seamless onboarding experience, we have integration guides depending on your Git & Issue Management platforms that will help you integrate with Typo in minutes.

### **Git Version Controls**

* Onboarding with [GitHub](/typo-help-docs/getting-started/integrations/git/github.md)
* Onboarding with [Bitbucket](/typo-help-docs/getting-started/integrations/git/bitbucket.md)
* Onboarding with [Gitlab](/typo-help-docs/getting-started/integrations/git/gitlab.md)
* Onboarding with [Gitlab On-prem](/typo-help-docs/getting-started/integrations/git/gitlab-on-prem.md)
* Onboarding with [Azure Repos](/typo-help-docs/getting-started/integrations/git/azure-repos.md)

### **Issue Trackers**

* Integration with [JIRA](/typo-help-docs/getting-started/integrations/issue-tracker/jira.md)
* Integration with [ClickUp](/typo-help-docs/getting-started/integrations/issue-tracker/clickup.md)
* Integration with [Linear](/typo-help-docs/getting-started/integrations/issue-tracker/linear.md)
* Integration with [GitHub Issue](/typo-help-docs/getting-started/integrations/issue-tracker/github-issue.md)
* Integration with [Shortcut](/typo-help-docs/getting-started/integrations/issue-tracker/shortcut.md)

### **AI Coding Assistants**

* Integration with [Cursor](/typo-help-docs/getting-started/integrations/ai-coding-assistants/cursor.md)
* Integration with [Github Copilot](/typo-help-docs/getting-started/integrations/ai-coding-assistants/github-copilot.md)
* Integration with [Claude Code](/typo-help-docs/getting-started/integrations/ai-coding-assistants/claude-code.md)

### **CI/CD Tools**

* Integration with [Jenkins](/typo-help-docs/getting-started/integrations/ci-cd-tool/jenkins.md)
* Integration with [Azure DevOps](/typo-help-docs/getting-started/integrations/ci-cd-tool/azure-devops.md)
* Integration with [Circle CI](/typo-help-docs/getting-started/integrations/ci-cd-tool/circle-ci.md)
* Integration with [GitHub Actions](/typo-help-docs/getting-started/integrations/ci-cd-tool/github-actions.md)
* Integration with [Custom Deployment Webhook](/typo-help-docs/getting-started/integrations/ci-cd-tool/custom-deployment-webhook.md)

### **Slack**

* Integration with [Slack](/typo-help-docs/getting-started/integrations/slack.md)

### Google Calendar

* Integration with [Google Calendar](/typo-help-docs/getting-started/integrations/google-calendar.md)

<br>


---

# 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/integrations.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.
