# Use Scenario

<figure><img src="https://8804015-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHMeZ8gsPnFKTlTZUH1AQ%2Fuploads%2FKggHrCmodxYF4JSZRT6y%2FFrame%2014383.jpg?alt=media&#x26;token=daec9c69-0584-4ca1-828e-8df256ae348a" alt=""><figcaption></figcaption></figure>

GPU providers can offer GPU resources on the cloud through containers. Nodes configure the GPU resources gathered in a GPU pool into queues suited for specific tasks. Clients upload the necessary data for their tasks to dedicated storage. The Node then fetches the optimized queue for the task and begins GPU computation. During this process, the GPU provider's device enters a busy state. The Node continuously manages the task until completion, removing any malfunctioning GPU devices and replacing them with standby devices as needed. Once the task is finished, the Node evaluates and records the performance of the GPU device. Clients pay for the usage in USDT or $GP


---

# 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://gpgpu.gitbook.io/gpgpu/system/use-scenario.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.
