# Create Ticket

* By clicking on the button "Create ticket" <img src="/files/eH65jwmXFlAWw2DUPt6O" alt="" data-size="line"> on the WorkFlow tool, immediately add it to the whiteboard.&#x20;

<figure><img src="/files/ZCUwne0X3x5PW7H07UBP" alt=""><figcaption><p>Block of Create Ticket in the whiteboard.</p></figcaption></figure>

* You can also edit this component when sending the ticket with the specific answer by using dynamic variables and text
  * Dynamic variables available: {{customer.name}}, {{customer.access\_token}} {{customer.email}} {{customer.phone\_number}} {{message.content}}.

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

* Click "Save changes" button on the top-right of the box to save your Workflow, and "Publish" to activate this feature.&#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/bots/workflow/workflow-components-1/create-ticket.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.
