# Manager node

Manager Node(s) are computers that handle API load balancing and manage Inferix's services, including Rendering, AI Training/Inference, and Remote PC services.

A manager node consists of two components: Service Controller and Job Controller. The rendering cost calculations based on the PoR algorithm will be sent by the Service Controller to the end users, allowing them to decide whether to submit an order. The [Job Controller](https://docs.inferix.io/inferix-whitepaper/decentralized-visual-computing/pages/Di2djAZNb70Mcrxp34yf##fig_rendering_flow) is responsible for dividing rendering jobs into different tasks and assigning them to Worker Nodes for execution. For example, a 1000-frame video rendering job can be divided into 200 tasks, with each task rendering 5 frames. These tasks are pushed into TaskQueue. Available workers that meet the minimum hardware capability requirements, based on the [Inferix Bench index](/inferix-whitepaper/economic-model/inferix-bench-and-ibme/ib-and-ibm.md), will be randomly assigned to perform the rendering tasks. The rendered results are then aggregated according to the process outlined in the [rendering flow](https://docs.inferix.io/inferix-whitepaper/decentralized-visual-computing/pages/Di2djAZNb70Mcrxp34yf##fig_rendering_flow).


---

# 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.inferix.io/inferix-whitepaper/decentralized-visual-computing/manager-node.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.
