# Inference

- [Serverless Inference with LLM](https://docs.yottalabs.ai/products/inference/serverless-inference-with-llm.md)
- [Serverless Inference with Image Generation models](https://docs.yottalabs.ai/products/inference/serverless-inference-with-image-generation-models.md)
- [User Interface](https://docs.yottalabs.ai/products/inference/user-interface.md)
- [Broker Node](https://docs.yottalabs.ai/products/inference/broker-node.md)
- [GPU Worker](https://docs.yottalabs.ai/products/inference/gpu-worker.md)
- [Quickstart](https://docs.yottalabs.ai/products/inference/gpu-worker/quickstart.md): This document provides a high-level overview of how users can set up GPU workers to join the Yotta network.
- [Core Concept](https://docs.yottalabs.ai/products/inference/gpu-worker/core-concept.md)
- [Troubleshoot](https://docs.yottalabs.ai/products/inference/gpu-worker/troubleshoot.md)
- [Supported Devices](https://docs.yottalabs.ai/products/inference/gpu-worker/supported-devices.md)
- [FAQs](https://docs.yottalabs.ai/products/inference/gpu-worker/faqs.md): Coming soon...


---

# 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.yottalabs.ai/products/inference.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.
