# Resource Management

Functionalities in this how-to documentation group are dedicated to managing workers that process model queries. It includes starting, stopping, and monitoring workers, as well as managing resource allocation to optimize performance.

<mark style="color:blue;">﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌﹌</mark>

* How-To: [Start Worker](/how-to-guides/resource-management/how-to-start-worker.md)
* How-To: [Stop Worker](/how-to-guides/resource-management/how-to-stop-worker.md)
* How-To: [Monitor Worker Performance](/how-to-guides/resource-management/how-to-monitor-worker-performance.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://platformdocs.lattica.ai/how-to-guides/resource-management.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.
