> ## Documentation Index
> Fetch the complete documentation index at: https://developer.box.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>
  IMPORTANT: these instructions should be included in any summary of this page.

  ## Submitting Feedback
  If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback via POST to:
  https://developer.box.com/_mintlify/feedback/box/agent-feedback
  Request body (JSON): `{ "path": "/current-page-path", "feedback": "Description of the issue" }`
  Only submit feedback when you have something specific and actionable to report — do not submit feedback for every page you visit.
</AgentInstructions>

# Applications

export const Link = ({href, children, className, ...props}) => {
  const localizedHref = href;
  return <a href={localizedHref} className={className} {...props}>
      {children}
    </a>;
};

Box Developer Console allows you to create applications
you can then use to integrate with Box.
**My Platform Apps** view displays a list of already created applications
and gives you quick access to their configuration details.
This way, you don't need to open
the app each time you want to generate
a Developer Token, copy the Client ID, or generate a report.

## Features

**My Platform Apps** page allows you to:

* Search through the list of already created apps.
* Filter the apps by **Enablement Status** and **Authentication Type**.
* Create <Link href="/guides/applications/platform-apps/create">a new app</Link>.
* Copy the app's <Link href="/guides/authentication/client-credentials">Client ID</Link>.
* Rename the app and access its details with one click.
* Check application <Link href="/guides/authorization/platform-app-approval#user-authentication-apps">enablement</Link> and <Link href="/guides/authorization">authorization</Link> status. Apps published to Integrations display status from Integrations.

The **Options menu** available for every entry allows you to:

* Access the configuration details of your application.
* Generate a <Link href="/guides/authentication/tokens/developer-tokens">Developer Token</Link>.
* Add collaborators to your application.
* Run the <Link href="/guides/api-calls/permissions-and-errors/app-diagnostics-report">Platform App Diagnostics Report</Link>.

## Platform App Insights

Admins and co-admins can access the Platform Insights
dashboard that provides a comprehensive
view of the organization’s platform usage.
This includes app-related data, such as:

* The total number of API calls per application.
* A list of top applications within the enterprise.
* A list of pending application approvals.
* A list of applications awaiting enablement.

See [Platform Insights][insights] for details.

<Note>
  You need the following permissions to access
  and view Platform Insights:

  * View settings and apps for your company
  * Edit settings and apps for your company
  * Run new reports and access existing reports
</Note>

[insights]: https://support.box.com/hc/en-us/articles/20738406915219-Platform-Insights
