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