# Frequently Asked Questions

{% embed url="<https://discord.gg/X8dev>" %}

***

<details>

<summary><mark style="color:cyan;">What should I do if I encounter an error?</mark></summary>

Do not attempt to fix it yourself if you modified the script. Contact support **only for**\
**issues that occur without changes**.

</details>

<details>

<summary><mark style="color:cyan;">How do I contact support?</mark></summary>

Join our [Discord](https://discord.gg/X8dev) server and open a ticket in the dedicated support channel.

</details>

<details>

<summary><mark style="color:cyan;">What are the support working hours?</mark></summary>

Support is available from 2:00 PM to 9:00 PM (Saudi Time).

</details>

<details>

<summary><mark style="color:cyan;">Is it allowed to share the script?</mark></summary>

No, sharing or distributing the script is strictly prohibited. Violators will face severe consequences, including permanent access bans and potential legal action.

</details>

<details>

<summary><mark style="color:cyan;">Can I request additional features?</mark></summary>

Feature requests are considered by the team, but we cannot guarantee \
implementation.

</details>

<details>

<summary><mark style="color:cyan;">Can I give access or permissions to someone else (like a programmer)?</mark></summary>

No. Access to the script is strictly personal. **You may not share or grant permissions**\
**to anyone else**, even if they are a trusted friend or programmer. Any issues caused by sharing access are your <mark style="color:$danger;">responsibility</mark>, and support <mark style="color:$warning;">will not assist with them</mark>.

</details>

<details>

<summary><mark style="color:cyan;">What hapens if I break the rules?</mark></summary>

Any violation of the rules, including sharing, modifying, or giving access to others, may\
result in <mark style="color:$warning;">**permanent access loss**</mark> and **legal action if necessary**.

</details>


---

# 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://x8project.gitbook.io/x8project/getting-started/frequently-asked-questions.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.
