# Debuging

The most complete information on debugging in PHP Storm is presented on the [official website](https://www.jetbrains.com/help/phpstorm/debugging-with-phpstorm-ultimate-guide.html).&#x20;

In this section we will describe the main features of debugging MikoPBX

* [Configuring IDE](/mikopbx-development/module-developement/debuging/configuring-ide.md)
* [Debug PHP-AGI](/mikopbx-development/module-developement/debuging/debug-php-agi.md)
* [Debug PHP Worker](/mikopbx-development/module-developement/debuging/debug-php-worker.md)
* [Debug PHP Script](/mikopbx-development/module-developement/debuging/debug-php-script.md)


---

# 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.mikopbx.com/mikopbx-development/module-developement/debuging.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.
