# Decentralized Computing

**Step 1: Join the Network** Users join the Power AI network by installing our software on their devices, connecting their idle GPUs to the platform. This transforms individual GPUs into part of a global, decentralized computing network.

**Step 2: Submit AI Tasks** Developers, researchers, and organizations submit their AI tasks to the Power AI platform. The platform supports a wide range of AI frameworks and libraries, ensuring seamless integration with existing tools.

**Step 3: Distributed Computing** Power AI’s smart scheduling system distributes the submitted tasks across the network of available GPUs. This decentralized approach ensures efficient processing by utilizing the collective power of the global network, optimizing load balancing and minimizing latency.

**Step 4: Task Completion and Results** Once the tasks are processed, the results are returned to the users. This distributed method allows for faster, more cost-effective AI model training and inference.


---

# 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-whitepaper.gitbook.io/power-ai/how-it-works/decentralized-computing.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.
