# Ticket Settings

## How to Access

* Go to **Bots** in the left navigation menu.
* Under **Development**, select **Ticket Settings**.

<figure><img src="/files/20v2iD5aGOqxJqloZ8jI" alt=""><figcaption></figcaption></figure>

## General

Control key ticket behaviors inside the workspace:

* **Create ticket in chat session** – Allow agents to create tickets directly from chat.
* **Default language** – Set the ticket’s display language.
* **Translate keywords to English** – Automatically translate ticket fields for consistency.

## Domain

* Personalize the ticket link to suit your business

```javascript
https://ticket.cxgenie.ai?wid=c445baa2-42b3-4908-9a09-80b3ac9106c7
```

* Assuming you own the domain your-awesome-website.com and wish to configure example.your-awesome-website.com as a ticket, please follow these steps:

1. Access the DNS Management panel of the "your-awesome-website.com" domain.
2. Establish a CNAME record, directing "example.your-awesome-website.com" to "ticket.cxgenie.ai".

<figure><img src="https://app.cxgenie.ai/images/example_custom_domain.png" alt=""><figcaption></figcaption></figure>

3. If your DNS Management panel has proxied settings, temporarily disable it until the verification is complete.

<figure><img src="https://app.cxgenie.ai/images/proxy.png" alt=""><figcaption></figcaption></figure>

4. Input "example.your-awesome-website.com" in the provided input box and save the settings.
5. Allow approximately 30 minutes to 24 hours for the configuration to take effect.
6. Choose favicon (PNG format), we suggest resolution is 48px x 48 px.

* A favicon is your website logo that appears next to the meta title on your browser tab.

  <figure><img src="https://app.cxgenie.ai/images/guide_meta_data.png" alt=""><figcaption></figcaption></figure>

## Integration

### Website

<figure><img src="/files/oiLL4w6Af0ukmDHi6Hb4" alt=""><figcaption></figcaption></figure>

1. Select language: you can freely choose the language of the ticket. You can also choose automation for using multiple languages.

<figure><img src="/files/Wgc42YgNkTAEYxSvLvqQ" alt=""><figcaption></figcaption></figure>

2. Translate keywords to English: You can also edit the keywords displayed in the langage you are selecting to suit your context and preferences

<figure><img src="/files/CrE5S1IKQZsdX1ONEjl9" alt=""><figcaption></figcaption></figure>

3. You can use one of two codes based on your purposes: code snippet or send directly to the customer.

### Mobile

* You can integrate your mobile app by using the sample code React Native or Flutter. You can choose the language before embedding the code. See more in the settings.&#x20;


---

# 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://documents.cxgenie.ai/ticket-system-add-on/ticket-settings.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.
