> For the complete documentation index, see [llms.txt](https://aigpu.gitbook.io/whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aigpu.gitbook.io/whitepaper/technology-and-development.md).

# Technology and Development

- [Intellectual Property - Optimizing Multiple RTX 4090 GPUs for Parallel Processing](https://aigpu.gitbook.io/whitepaper/technology-and-development/intellectual-property-optimizing-multiple-rtx-4090-gpus-for-parallel-processing.md)
- [Our GPU Multi-Strategy](https://aigpu.gitbook.io/whitepaper/technology-and-development/our-gpu-multi-strategy.md)
- [Proof of Compute Model](https://aigpu.gitbook.io/whitepaper/technology-and-development/proof-of-compute-model.md): Building Trust through Transparency
- [Side-by-Side Comparison - NVIDIA RTX 4090 & H100 GPUs](https://aigpu.gitbook.io/whitepaper/technology-and-development/side-by-side-comparison-nvidia-rtx-4090-and-h100-gpus.md)
- [How to Achieve Similar Performance as H100 by Using Multiple RTX 4090s](https://aigpu.gitbook.io/whitepaper/technology-and-development/how-to-achieve-similar-performance-as-h100-by-using-multiple-rtx-4090s.md)
- [Impact of Multi-Modal Large Language Models](https://aigpu.gitbook.io/whitepaper/technology-and-development/impact-of-multi-modal-large-language-models.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://aigpu.gitbook.io/whitepaper/technology-and-development.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.
