> For the complete documentation index, see [llms.txt](https://docs.distribute.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.distribute.ai/distribute-for-inference-providers/desktop-app/desktop-app-debugging.md).

# Desktop App Debugging

## Architecture

It's important when debugging to understand how the Distribute AI desktop app works. Internally, there is a background service, known as a Daemon, that runs in the background. This Daemon is registered with the operating system to run at startup. This lets us earn you points while using as little performance overhead as possible. The desktop GUI app then talks to this daemon to show your points and configure settings. This architecture also means that the same system is run on Linux servers without a desktop environment.

## Platforms

Depending on your operating system, there are different debugging steps and quirks to be mindful of, follow one of the links to your operating system to learn more:

{% content-ref url="/pages/KLHHPPgKMMplF5MPpQEi" %}
[Windows Debugging](/distribute-for-inference-providers/desktop-app/desktop-app-debugging/windows-debugging.md)
{% endcontent-ref %}

{% content-ref url="/pages/4SrirchWK00yctsUvKqB" %}
[MacOS Debugging](/distribute-for-inference-providers/desktop-app/desktop-app-debugging/macos-debugging.md)
{% endcontent-ref %}

{% content-ref url="/pages/r1haI8TlITnKDhYLYr1o" %}
[Linux Debugging](/distribute-for-inference-providers/desktop-app/desktop-app-debugging/linux-debugging.md)
{% endcontent-ref %}


---

# 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://docs.distribute.ai/distribute-for-inference-providers/desktop-app/desktop-app-debugging.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.
