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

# Support

> The resources in this section cover information related to marketing and partnerships with Solana Mobile.

export const FooterDisclaimer = () => {
  return <p className="not-prose mt-16 text-center text-xs text-gray-500 dark:text-gray-400">
      Code samples on this page are subject to the{" "}
      <a className="underline underline-offset-2" href="https://www.apache.org/licenses/LICENSE-2.0">
        Apache 2.0 license
      </a>
      .
    </p>;
};

For other resources, view our documentation regarding the [dApp Store](/dapp-store/intro) or [App Development](/get-started/development-setup).

## Discord

For any further questions, you can also chat with us on our [Discord](https://discord.gg/solanamobile) in the `#dapp-store` channel.

<FooterDisclaimer />
