# Troubleshooting Guide

{% hint style="info" %}
We recommend checking our [**Self Debugging Guide**](https://docs.codesign.pro/coding-information/self-debugging#troubleshooting) before contacting support.

🔔 **Folder Name**\
Make sure the folder is named `cd_mechanic`.

🔔 **Escrowed Files**\
Do not edit escrowed files in any way.

If you can’t find a solution below, please open a support ticket in our [Discord](https://discord.gg/codesign).
{% endhint %}

***

## Error Codes

### Server

<details>

<summary><mark style="color:red;"><strong>0000</strong></mark></summary>

</details>

***

### Client

<details>

<summary><mark style="color:red;"><strong>0000</strong></mark></summary>

</details>

***

## Common Issues

<details>

<summary><mark style="color:$primary;"><strong>Title</strong></mark></summary>

**Example:** If all of a sudden players are not longer receiving dispatch calls.

**Reason:** This most likely means 1 or more players have enabled dispatcher mode, so only the dispatchers are receiving new calls.

**Solution:** The dispatchers either need to do their job and assign calls or disable dispatcher mode.

</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://docs.codesign.pro/paid-scripts/cd_mechanic/troubleshooting-guide.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.
