> For the complete documentation index, see [llms.txt](https://community.threekit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://community.threekit.com/learn/trio-talks.md).

# Trio Talks

- [October 20, 2022 - Augmented Reality](https://community.threekit.com/learn/trio-talks/october-20-2022-augmented-reality.md)
- [September 15, 2022 - Order of Operations](https://community.threekit.com/learn/trio-talks/september-15-2022-order-of-operations.md)
- [August 18, 2022 - Performance & Model Optimization](https://community.threekit.com/learn/trio-talks/august-18-2022-performance-and-model-optimization.md)
- [July 21, 2022 - Collision Detection & Drag and Drop](https://community.threekit.com/learn/trio-talks/july-21-2022-collision-detection-and-drag-and-drop.md)
- [June 16, 2022 - Virtual Photography](https://community.threekit.com/learn/trio-talks/june-16-2022-virtual-photography.md)
- [May 2022: Conquering APIs: 10 Useful API Options You May Not Know About](https://community.threekit.com/learn/trio-talks/may-2022-conquering-apis-10-useful-api-options-you-may-not-know-about.md)
- [April 21, 2022: Adding Bling: Falloff, Glass, Iridescence, Bloom](https://community.threekit.com/learn/trio-talks/april-21-2022-adding-bling-falloff-glass-iridescence-bloom.md)
- [March 17, 2022 - Treble](https://community.threekit.com/learn/trio-talks/march-17-2022-treble.md)
- [January 20, 2022 - Modular Configuration](https://community.threekit.com/learn/trio-talks/january-20-2022-modular-configuration.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://community.threekit.com/learn/trio-talks.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.
