# Distribute For Inference Providers

- [Chrome Extension](https://docs.distribute.ai/distribute-for-inference-providers/chrome-extension.md)
- [Installing Extension](https://docs.distribute.ai/distribute-for-inference-providers/chrome-extension/installing-extension.md): How to install the DistributeAI Browser Extension
- [Enabling Chrome Flags](https://docs.distribute.ai/distribute-for-inference-providers/chrome-extension/installing-extension/enabling-chrome-flags.md): To provide compute, certain browser features need to be enabled.
- [Chrome GPU Setup Guide](https://docs.distribute.ai/distribute-for-inference-providers/chrome-extension/installing-extension/chrome-gpu-setup-guide.md): Any devices which contain an integrated GPU in addition to an external GPU (Laptops and some desktop computers) should follow these instructions.
- [Updating the Extension](https://docs.distribute.ai/distribute-for-inference-providers/chrome-extension/updating-the-extension.md): How to Update the Chrome Extension:
- [Desktop App](https://docs.distribute.ai/distribute-for-inference-providers/desktop-app.md)
- [Installing Desktop App](https://docs.distribute.ai/distribute-for-inference-providers/desktop-app/installing-desktop-app.md): How to install the DistributeAI Desktop Runtime
- [Desktop App Debugging](https://docs.distribute.ai/distribute-for-inference-providers/desktop-app/desktop-app-debugging.md)
- [Windows Debugging](https://docs.distribute.ai/distribute-for-inference-providers/desktop-app/desktop-app-debugging/windows-debugging.md)
- [MacOS Debugging](https://docs.distribute.ai/distribute-for-inference-providers/desktop-app/desktop-app-debugging/macos-debugging.md)
- [Linux Debugging](https://docs.distribute.ai/distribute-for-inference-providers/desktop-app/desktop-app-debugging/linux-debugging.md)
- [Desktop System Requirements](https://docs.distribute.ai/distribute-for-inference-providers/desktop-app/desktop-system-requirements.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.distribute.ai/distribute-for-inference-providers.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.
