> For the complete documentation index, see [llms.txt](https://docs.dpdevs.com/fivem/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dpdevs.com/fivem/overview/support.md).

# Support

{% hint style="info" %}
**Support Hours:** Opening times: Monday to Saturday  - 10:00am - 20:00pm BST
{% endhint %}

## How to get support

If you need help, we are more than happy to assist. Support will only be provided via Discord through the Ticket System. Before opening a ticket, please ensure that you have consulted the documentation and that your problem is not already notes within the documentation.

**Tickets will not be monitored our answered outside of these hours.**

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

## When to get support

Tickets will only be monitored during our support schedule hours which are&#x20;

**Monday to Saturday | 10am to 8pm (BST).**

Tickets will not be monitored or responded to outside these hours.&#x20;

Before attempting to seek support, please ensure that you have first read our documentation and have at least a basic understanding of programming to allow us to effectively provide support.

*Failure to follow these steps / requirements may result in your ticket getting closed.*

*We reserve the right to reject or decline to provide support to anyone without reason. We will only attempt to provide support to customers who have purchased assets directly from our store or through an authorised third party seller\**

> ***\*Please reach out to us before purchasing through a third party seller to ensure that the seller is authentic and an authorised third party seller. We are not responsible for any misrepresentation made by any other party or any purchases made from an unauthorised party.***


---

# 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://docs.dpdevs.com/fivem/overview/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.
