# Ticketing Systems

Xygeni allows users to create tickets from issues found.

{% hint style="info" %}
Supported ticketing systems are [**Jira** ](#integration-with-jira)and [**GitHub**](#integration-with-github-issues).
{% endhint %}

After configuring the integration, you will be able to create tickets from the details slide of any issue.

<figure><img src="/files/jsKagMOdxfAr6XyUfupq" alt="" width="375"><figcaption></figcaption></figure>

Go to **Settings >> Integrations >> Ticketing Systems** to configure the integration with them.

<figure><img src="/files/jcwWHdzl03NsZkMwuoTh" alt="" width="153"><figcaption></figcaption></figure>

### Integration with Jira

To configure **Jira**, you should provide URL and credentials to your Jira installation.

* URL: URL of the instance of Jira to be used
* Username: email of the Jira Admin user that created the token
* Token: token created by a Jira Admin. Use a standard tokens.

<figure><img src="/files/PDFODf2nazebUVZ1y5RN" alt="" width="251"><figcaption></figcaption></figure>

### Integration with GitHub Issues

To configure **GitHub**, you should provide URL and GitHub Token

<figure><img src="/files/zpeqcxIf2GMdMr8oaGE1" alt="" width="257"><figcaption></figcaption></figure>


---

# 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.xygeni.io/xygeni-administration/platform-administration/integrations/ticketing-systems.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.
