# How to raise a support ticket for an issue

1. **Step 1:** Issue is discovered
2. **Step 2:** If you notice a system alert, simply navigate to the alert within the app to find instructions to solve it. Alternatively, you can refer to our [detailed FAQs for more info.](/core/troubleshooting/faqs.md)
3. **Step 3:** If our FAQs don’t cover the issue you’re experiencing, you can contact us through the in-app support widget. We’ll get back to you within 24 hours but if it’s urgent, it’ll be much sooner than that.

In the DotApparel app, you'll see a Support widget. Raise a ticket directly here to get in touch with our team for help. [Here's an example of raising a good problem ticket](/core/troubleshooting/good-and-bad-examples-of-a-problem-ticket.md).

## Access your tickets using our support portal

View all tickets in our support portal: [support.dotapparel.com.au](https://support.dotapparel.com.au)

If you haven't already done so, make sure to register for a support portal account to access your tickets. Simply **Sign up** to create an account.

If you'd like to view all of your historical tickets (resolved or closed), simply click on this button.

<figure><img src="/files/1STo15Qe5KprTTym10JF" alt="" width="375"><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.dotapparel.com.au/core/troubleshooting/how-to-raise-a-support-ticket-for-an-issue.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.
