# Platform Landing Page

Upon logging into Threekit, the user is greeted with the following page:

![](/files/5ZoHsLVI5B4pnfwysVDP)

**Threekit Environment** - a visual indicator of which Threekit Environment the user is currently in

**Main Navigation Panel**

* Product Catalog - contains all Catalog Items including all product and part information
  * [Catalog Items](/platform-documentation/project-data/catalog/items.md) - contains a list of all Products, their building blocks, and part information
  * [Attributes](/platform-documentation/project-data/basic-concepts/attributes.md) - contains the configurator qualities of a Product
  * Categories - contains a list of all Categories used in Items
  * [Tags](/platform-documentation/project-data/basic-concepts/tagging.md) - contains a list of all tags used in Items and Assets
  * [Data tables](/platform-documentation/project-data/catalog/data-tables.md) - contains a list of all Data Tables used
* [Assets](/platform-documentation/project-data/assets.md) - contains a list of all 3D Assets and visual collaterals
* [Stages](/platform-documentation/project-data/stages.md) - contains a list of all Stages
* [Renders](/platform-documentation/project-data/virtual-photographer/view-renders.md) - contains a listing of all Render Jobs
* Orders - provides visibility on placed orders from an eCommerce system
  * [Orders](/platform-documentation/org-setup/orders.md) - contains purchases/orders from an eCommerce site&#x20;
  * [Configurations](/platform-documentation/org-setup/orders/configurations.md) - contains specific Product configurations captured from a defined user interaction
* Apps -&#x20;
* Analytics - contains all Platform-specific metrics&#x20;
  * [Player views](/platform-documentation/org-setup/analytics/player-views.md) - contains a summary of player views
  * Render usage - contains a summary of render hours used

**Settings Panel**

* [Organizational Profile](/platform-documentation/org-setup/admin-and-security/org-profile.md) - contains an overview of the Org profile
* [Members](/platform-documentation/org-setup/admin-and-security/users-and-permissions/members.md) - contains a list of current members and pending invites to the Threekit org, and the ability to add new members
* [Features](/platform-documentation/org-setup/project-settings/features.md) - contains details of the current subscription and available Platform features
* Player Settings -&#x20;
* Performance -&#x20;
* [Data Transfer](/platform-documentation/org-setup/admin-and-security/org-migration-data-transfer.md) - used to migrate all or some of your data between Orgs on the same or different environments
* [Languages](/platform-documentation/org-setup/project-settings/languages.md) - contains a list of language files uploaded to the Platform
* [Tokens](/platform-documentation/org-setup/admin-and-security/tokens.md) - Interface for creating Access tokens used for external system integration
* Webhooks -&#x20;
* Pricebooks -&#x20;
* [Jobs](/platform-documentation/org-setup/jobs-system.md) - contains a listing of all jobs, providing relevant information for all imports, exports, and renders

**Organizational Switcher** - contains a list of Recently-accessed orgs and All orgs of which the user is a part

**Header Actions**

* Job Listing Button - Provides visibility on the status for the most recently-queued jobs and a path to the Jobs tab
* Resource Center - contains a list of all Threekit documentation and resources
  * Knowledge base - search within the Platform knowledge base while remaining inside the Platform
  * [Product updates](https://threekit.gitbook.io/community/v/release-notes/) - a summary of the latest releases and link to release notes
  * [Getting started](/getting-started/project-prep/1.-what-should-i-expect-during-onboarding.md) - a link to a comprehensive guide to your Threekit project implementation
  * [Support](https://threekit.force.com/) - an external link to the Threekit Support portal where you can submit and view support cases (requires separate invite and login)
  * [Community](https://forum.threekit.com/) - an external link to the Threekit Forums where a user can ask questions and review documentation
* User - provides access to current [User Profile Settings](/platform-documentation/org-setup/admin-and-security/users-and-permissions/user-profile.md) and Sign-out


---

# 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://community.threekit.com/platform-documentation/project-data/platform-landing-page.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.
