# Overview

Advanced topics for power users and production deployments.

## Available Guides

* [Multi-GPU Setup](https://docs.clore.ai/guides/advanced/multi-gpu-setup) - Run large models across multiple GPUs
* [API Integration](https://docs.clore.ai/guides/advanced/api-integration) - Integrate AI into your applications
* [Batch Processing](https://docs.clore.ai/guides/advanced/batch-processing) - Process large workloads efficiently
* [CLI Automation Guide](https://docs.clore.ai/guides/advanced/cli-automation) - Automate GPU rentals with the clore CLI
* [Python SDK Guide](https://docs.clore.ai/guides/advanced/python-sdk) - Complete Python SDK guide for development


---

# 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.clore.ai/guides/advanced/advanced.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.
