# Creating Tickets

## Create a Ticket

1. In the left navigation menu, select **Tickets Management** and then select **Tickets**.
2. In the middle of the window, select **+Create New**.<br>

   <figure><img src="/files/oq2AjALmpg5M99Ti0aNu" alt=""><figcaption></figcaption></figure>
3. Enter a **Title** for the ticket.&#x20;
4. Select a **Priority** for the ticket.\
   &#x20;![](/files/4gqkIzlLJZra12A8p9bB)<br>
5. Select the **Ticket type**.\
   ![](/files/Dm1pbUPKsoL59zc1UuW1)<br>
6. Select the **Platform Area.**\
   ![](/files/8JxtyzDSc3Xpdohr6PBp)<br>
7. For **Ticket status**, select **OPEN**.
8. The **Reporter** defaults to you, but you can click on the **Reporter** circle and select a different person.
9. Click on the circle next to **Assignee** to select the person to assign the ticket to.
10. If you like, you can CC: someone on the ticket (meaning they'll get a notification. Click on the circle next to **CC** and select a person to receive a notification. &#x20;
11. Select a **Start Date** and then a **Due Date**.&#x20;
12. In **Ticket Information**, enter any information necessary to help the Assignee complete the task.&#x20;
13. The **Request Reveald Support** setting is turned on by default <img src="/files/fh1iv4MLalElTR5mhPEf" alt="" data-size="line">. This notifies Reveald that you require support from Reveald for this ticket. If you don't want support from Reveald for this ticket, turn this setting off.&#x20;
14. Click on **Submit** to save the ticket. If the **Submit** button is dimmed and unselectable, it means you haven't filled out all the required fields for the form. Once you complete the required fields you'll be able to submit the ticket.

{% hint style="info" %}
You can use [markdown](/technical-documentation/admin-guides/epiphany-intelligence-platform-administrator-guide/epiphany-tools/tickets/supported-markdown.md) formatting in the **Ticket Information** box to decorate the text - for example to make some text bold, \*\*surround it with two stars\*\*.
{% endhint %}


---

# 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.reveald.com/technical-documentation/admin-guides/epiphany-intelligence-platform-administrator-guide/epiphany-tools/tickets/creating-tickets.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.
