> For the complete documentation index, see [llms.txt](https://developers.make.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.make.com/custom-apps-documentation/debug-your-app.md).

# Debug your app

- [Overview](https://developers.make.com/custom-apps-documentation/debug-your-app/overview.md): Learn how to use the Make DevTool to debug your app.
- [Make DevTool](https://developers.make.com/custom-apps-documentation/debug-your-app/make-devtool.md)
- [Live Stream](https://developers.make.com/custom-apps-documentation/debug-your-app/make-devtool/live-stream.md)
- [Scenario Debugger](https://developers.make.com/custom-apps-documentation/debug-your-app/make-devtool/scenario-debugger.md)
- [Tools](https://developers.make.com/custom-apps-documentation/debug-your-app/make-devtool/tools.md)
- [Pagination in list/search modules](https://developers.make.com/custom-apps-documentation/debug-your-app/debugging-of-pagination-in-list-search-modules.md): Debug pagination issues in list and search modules by creating test records and results
- [Remote Procedure Calls](https://developers.make.com/custom-apps-documentation/debug-your-app/debugging-rpc.md): Use the Make web interface to debug Remote Procedure Calls (RPCs)
- [Custom IML functions](https://developers.make.com/custom-apps-documentation/debug-your-app/debugging-of-custom-iml-functions.md): Debug custom IML functions with a variety of tools


---

# 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:

```
GET https://developers.make.com/custom-apps-documentation/debug-your-app.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.
