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

# Marketing & Partnerships FAQ

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>;
};

<Tabs>
  <Tab title="Partnerships">
    <AccordionGroup>
      <Accordion title="How can we partner with Solana Mobile?">
        In general, we do not directly partner with dApps or ecosystem teams. However, we can provide co-marketing support for dApps and ecosystem teams
        that are engaging with the Solana Mobile community (e.g Publishing an app on the dApp Store).

        For more information, view the [Co-marketing Guidelines](/marketing/comarketing-guidelines) documentation.
      </Accordion>

      <Accordion title="Can we have our app preinstalled on the phone?">
        We are not supporting any pre-installed apps for the Seeker.
      </Accordion>

      <Accordion title="How can I engage with Seeker users?">
        Ecosystem teams are entirely free to decide if (and if so, how) they wish to interact with Seeker users.

        For more information, view the [Engaging with Seeker Users](/solana-mobile-stack/seeker-genesis-token) documentation.
      </Accordion>

      <Accordion title="Can we have discounted Seekers for development or marketing purposes?">
        We are not running a DVT program for the Seeker, and generally will not be running nor any discounts or free distributions for any audience.
      </Accordion>
    </AccordionGroup>
  </Tab>

  <Tab title="Marketing">
    <AccordionGroup>
      <Accordion title="How can we get marketing support from Solana Mobile?">
        Under some circumstances, we can provide co-marketing support to ecosystem teams and dApps that want to engage with the Solana Mobile community.

        For more information, view the [Co-marketing Guidelines](/marketing/comarketing-guidelines) documentation.
      </Accordion>

      <Accordion title="How can I engage with Seeker users?">
        Seeker users receive a Seeker Genesis Token NFT when they activate their Seed Vault Wallet.  Ecosystem teams are entirely free to decide if (and if so, how) they wish to interact with these users.

        For more information, view the [Engaging with Seeker Users](/solana-mobile-stack/seeker-genesis-token) documentation.
      </Accordion>

      <Accordion title="How can I see user statistics for my app in the dApp Store?">
        Developers are free to implement their own metric collection and logging
        within their apps. For example, [Google Analytics for
        Firebase](https://firebase.google.com/docs/analytics/get-started?platform=android)
        is a popular measurement solution that provides mobile SDKs.
      </Accordion>
    </AccordionGroup>
  </Tab>
</Tabs>

<FooterDisclaimer />
