# Platform Landing Page

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

<div data-full-width="false"><figure><img src="/files/r0ynTCxJ351Wc5ZlX7Vs" alt=""><figcaption></figcaption></figure></div>

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

**Main Navigation Panel**

* [Product Catalog](/platform-documentation/catalog-2.0-docs/project-data/catalog.md) - contains all product catalog data, including attributes and configuration options.
* [Assets](/platform-documentation/catalog-2.0-docs/project-data/assets.md) - contains a list of all 3D Assets and visual collaterals
* [Stages](/platform-documentation/catalog-2.0-docs/project-data/stages.md) - contains a list of all Stages
* Apps - [Custom](https://developer.threekit.com/docs/custom-apps#/) and [General web apps](/tools/general-apps.md) that can be used for project maintenance or automation of tasks
* [Analytics ](/platform-documentation/catalog-2.0-docs/org-setup/analytics.md)- contains all Platform-specific metrics&#x20;

**Settings Panel**

* [Organizational Profile](/platform-documentation/catalog-2.0-docs/org-setup/admin-and-security/org-profile.md) - contains an overview of the Org profile
* [Members](/platform-documentation/catalog-2.0-docs/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/catalog-2.0-docs/org-setup/project-settings/features.md) - contains details of the current subscription and available Platform features
* Player Settings - contains settings that affect the appearance of the Classic 3D and 2D players.
* Performance - contains settings that affect the performance of the players.
* [Data Transfer](/platform-documentation/catalog-2.0-docs/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/catalog-2.0-docs/org-setup/project-settings/languages.md) - contains a list of language files uploaded to the Platform
* [Tokens](/platform-documentation/catalog-2.0-docs/org-setup/admin-and-security/tokens.md) - Interface for creating Access tokens used for external system integration
* Webhooks -&#x20;
* Pricebooks -&#x20;
* [Jobs](/platform-documentation/catalog-2.0-docs/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/catalog-2.0-docs/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/catalog-2.0-docs/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.
