> ## 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>

# Learn Box Platform

export const SignupCTA = ({children}) => {
  return <div className="flex flex-wrap items-center gap-4 p-5 rounded-lg border border-gray-200 dark:border-gray-700 my-6" style={{
    background: "linear-gradient(135deg, rgba(0, 97, 213, 0.06), rgba(0, 97, 213, 0.02))"
  }}>
      <div className="flex-1 text-sm leading-relaxed text-gray-700 dark:text-gray-300" style={{
    minWidth: "280px"
  }}>
        {children}
      </div>
      <div className="flex flex-col items-center gap-2">
        <a href="https://account.box.com/signup/developer#ty9l3" className="signup-cta-button inline-flex items-center whitespace-nowrap px-5 py-2 text-sm font-semibold text-white no-underline">
          Get started for free
        </a>
        <a href="https://account.box.com/developers/console" className="signup-cta-login text-xs text-gray-500 dark:text-gray-400 no-underline whitespace-nowrap">
          Already have an account? Log in
        </a>
      </div>
    </div>;
};

If you are new to Box, **start here**!
In the following pages, you'll learn how all the Box Platform
concepts and components work together to help you create an application quickly.

<Frame center>
    <img src="https://mintcdn.com/box/wmUGjKQXEcjtSKpy/platform/images/header.png?fit=max&auto=format&n=wmUGjKQXEcjtSKpy&q=85&s=45d8128882de181e26fb1bb2586e5fe1" alt="Learn" width="1024" height="512" data-path="platform/images/header.png" />
</Frame>

<SignupCTA>
  A free developer account gives you access to the Developer Console, where you can create apps, explore APIs, and start building on Box Platform.
</SignupCTA>

## Learn Sections

These pages go into more depth on each topic. Checkout each one and become
a Box Platform expert.

* [Free Developer Plan][free-dev-plan]
* [Box Platform 101][platform101]
* [Use Cases][usecases]
* [User Types][usertypes]
* [Application Types][apptypes]
* [Authentication Methods][authtypes]
* [Support][support]
* [Tools][tools]

<Next>
  Get Started
</Next>

[free-dev-plan]: /platform/free-developer-plan

[platform101]: /platform/box-platform-101

[usecases]: /platform/use-cases

[usertypes]: /platform/user-types

[apptypes]: /platform/application-types

[authtypes]: /platform/authentication-methods

[support]: /platform/support

[tools]: /platform/tools
