> 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/platform-documentation/readme.md).

# Platform Documentation

This section contains the technical documentation for the platform features that are available directly through the platform UI.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Guides</strong></td><td>Back to the Guides section</td><td></td><td><a href="https://2668731230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fknvt0jlDBXmk91mWaWXB%2Fuploads%2FR5WyP0o1mwGQRnpnSbe8%2FCard_GettingStarted.svg?alt=media&amp;token=76e04f13-3bce-4cb2-b30e-f6e8d3f5530a">Card_GettingStarted.svg</a></td><td><a href="https://community.threekit.com/">Guides</a></td></tr><tr><td><strong>Release Notes</strong></td><td>Switch to the Release Notes section</td><td></td><td><a href="https://2668731230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fknvt0jlDBXmk91mWaWXB%2Fuploads%2FyCyAdLLwdVfnGUISXKfR%2FCard_ReleaseNotes.svg?alt=media&amp;token=9e7b45ae-3357-42f6-87ce-1a30aa5094aa">Card_ReleaseNotes.svg</a></td><td><a href="https://community.threekit.com/releases/">Releases</a></td></tr><tr><td><strong>Platform Landing Page</strong></td><td>Overview of the platform landing page UI</td><td></td><td><a href="https://2668731230-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fknvt0jlDBXmk91mWaWXB%2Fuploads%2FgaXUmNbtQdp84r6Si00K%2FCard_PlatformDocs.svg?alt=media&amp;token=71724272-93e0-4e1b-abb0-322506b79577">Card_PlatformDocs.svg</a></td><td><a href="/platform-documentation/project-data/platform-landing-page.md">Platform Landing Page</a></td></tr></tbody></table>

## Project Data

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>BASIC CONCEPTS</strong></td><td>Building blocks of every ThreeKit project</td><td></td><td><a href="/platform-documentation/project-data/basic-concepts.md">Basic Concepts</a></td></tr><tr><td><strong>CATALOG</strong></td><td>Storing Product Data</td><td></td><td><a href="/platform-documentation/project-data/catalog.md">Catalog</a></td></tr><tr><td><strong>ASSETS</strong></td><td>Working with 3D assets</td><td></td><td><a href="/platform-documentation/project-data/assets.md">Assets</a></td></tr><tr><td><strong>OPERATORS</strong></td><td>Modifiers to the 3D Assets</td><td></td><td><a href="/platform-documentation/project-data/operators.md">Operators</a></td></tr><tr><td><strong>STAGES</strong></td><td>Shareable environments across multiple Items</td><td></td><td><a href="/platform-documentation/project-data/stages.md">Stages</a></td></tr><tr><td><strong>LOGIC</strong></td><td>Building Rules to setup configuration</td><td></td><td><a href="/platform-documentation/project-data/logic.md">Logic</a></td></tr><tr><td><strong>VIRTUAL PHOTOGRAPHY</strong></td><td>Generating pre-rendered 2D images</td><td></td><td><a href="/platform-documentation/project-data/virtual-photographer.md">Virtual Photographer</a></td></tr><tr><td><strong>AUGMENTED REALITY</strong></td><td>Working with AR assets</td><td></td><td><a href="/platform-documentation/project-data/augmented-reality.md">Augmented Reality</a></td></tr></tbody></table>

## Org Setup

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>ADMIN &#x26; SECURITY</strong></td><td>Managing Org Members, Tokens, and Migrations</td><td></td><td><a href="/platform-documentation/org-setup/admin-and-security.md">Admin &amp; Security</a></td></tr><tr><td><strong>JOBS SYSTEM</strong></td><td>Overview of the Jobs page</td><td></td><td><a href="/platform-documentation/org-setup/jobs-system.md">Jobs System</a></td></tr><tr><td><strong>ORDERS</strong></td><td>Working with Orders and Saved Configurations</td><td></td><td><a href="/platform-documentation/org-setup/orders.md">Orders</a></td></tr><tr><td><strong>PROJECT SETTINGS</strong></td><td>Global settings affecting the entire org</td><td></td><td><a href="/platform-documentation/org-setup/project-settings.md">Project Settings</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://community.threekit.com/platform-documentation/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
