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

# Permissions and errors

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

The following guides provide information on the permissions or errors related to
the Box API. It includes pages on <Link href="/guides/api-calls/permissions-and-errors/common-errors">Common Errors</Link>, <Link href="/guides/api-calls/permissions-and-errors/rate-limits">Rate Limits</Link>,
<Link href="/guides/api-calls/permissions-and-errors/scopes">Scopes</Link>, <Link href="/guides/api-calls/permissions-and-errors/expiration">Token/URL Expiration</Link>, and the <Link href="/guides/api-calls/permissions-and-errors/app-diagnostics-report">App Diagnostic Report</Link>.
