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

# Tooling

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

Box offers several options for using our APIs, including the <Link href="/guides/cli">Box CLI</Link>,
<Link href="/guides/tooling/postman">Postman</Link>, <Link href="/guides/tooling/salesforce-toolkit">Salesforce Developer Toolkit</Link>, and <Link href="/guides/tooling/sdks">various SDKs</Link>.
