# In app support tickets

The Support page gives members multiple options to find what they are looking for. One option is in app support tickets.&#x20;

To start a support ticket:&#x20;

1. Go to the [Support](https://platform.hatchapps.com/support) page.&#x20;
2. Click on Submit a Ticket.&#x20;
3. In the modal, enter the Topic, Severity, Subject, and Description. Please be as detailed as possible to help our support team understand the situation.&#x20;
4. Once submitted, you will receive an automated email between you and our support team. Within 24 hours, a member of our support team will follow up via email.&#x20;
5. Once the issue is resolved, the ticket will be marked as closed on the Support Tickets data table on the bottom of the page.&#x20;

Note that only members have access to email support. This is not available to students or free tier users.&#x20;

<figure><img src="/files/dotErkFWdK26dJmV7Vuy" alt=""><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.hatchapps.com/platform/support/in-app-support-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.
