> For the complete documentation index, see [llms.txt](https://codedthemes.gitbook.io/mantis/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codedthemes.gitbook.io/mantis/v3.2.0/support.md).

# Support

## Before submitting the ticket

1. Make sure that you are running the latest version of the theme.
2. Make sure that you deeply checked the theme's documentation and try to search for public tickets in case of someone else asked the same question before.
3. Please watch Template Introduction, folder structure, and customization videos to see if you get the answer.

## While submitting the ticket

Please be as specific as possible when starting a new ticket, it really helps us to identify the root of your problem when you provide a link to your site, a screenshot of your error message, snippet, or all of the above.

## After submitting the ticket

* Normally, we will get back to customers in 12-24 hours on normal business days.
* The tickets will prioritize as came to us, first come first serve basis.

## Note:

* We solely focus on delivering the UI interface and do not offer support for functionalities beyond the product scope. If any additional service like fake backend or other, is provided for customer convenience and faster integration, customer advise to make change as per his needs.
* If you have specific features in mind, feel free to submit a feature request. We'll assess its feasibility, and if deemed appropriate, we'll consider including it in the next version release.
* Additionally, we offer a fee-based service tailored to meet our customers' individual requirements and preferences.

## Support

Please submit your ticket to [https://codedthemes.support-hub.io](https://codedthemes.support-hub.io/). We would love to hear from you anytime.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://codedthemes.gitbook.io/mantis/v3.2.0/support.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
