> For the complete documentation index, see [llms.txt](https://docs.gitconnector.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gitconnector.com/master/getting-started-jira-user.md).

# Getting Started (Jira User)

{% hint style="info" %}
[Integration panels](/master/ui-locations.md) should be visible on a [Jira work item](https://www.atlassian.com/software/jira/guides/issues/overview#what-are-parent-and-child-work%20items), where you can **connect** your Git account. If panels are not visible, ask your Jira administrator to enable the integration for your Jira Space (project).
{% endhint %}

## Connect with GitHub

{% content-ref url="/pages/GOZ2dUfVKogAAIn2KpDU" %}
[GitHub OAuth](/master/github-oauth.md)
{% endcontent-ref %}

{% content-ref url="/pages/qBj9GVJuILkvtKJc6Ag0" %}
[Personal Access Token (PAT)](/master/using-personal-access-tokens.md)
{% endcontent-ref %}

## UI Locations

{% content-ref url="/pages/RnpM05HTLrQbLsyTPQ38" %}
[UI Locations](/master/ui-locations.md)
{% endcontent-ref %}

## Features

{% content-ref url="/pages/8CUjUs3ymz06p9SfU8WT" %}
[Create Branch](/master/features/create-branch.md)
{% endcontent-ref %}

{% content-ref url="/pages/cnwkNy4jAfeJY9hyhBS1" %}
[Auto Branch Discovery](/master/features/auto-branch-discovery.md)
{% endcontent-ref %}

{% content-ref url="/pages/f1uMkEbFauqEV2FAPHYo" %}
[Manual Branch Linking](/master/features/manual-branch-linking.md)
{% endcontent-ref %}

{% content-ref url="/pages/7FkrcCvfqjhyZw7zU7fI" %}
[Delete Branch](/master/features/delete-branch.md)
{% endcontent-ref %}

{% content-ref url="/pages/dHDtUsVpgis3qqci1Asi" %}
[Create Pull Request](/master/features/create-pull-request.md)
{% endcontent-ref %}


---

# 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.gitconnector.com/master/getting-started-jira-user.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.
