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

# Subgraph

> Deploy The Graph subgraphs with Mobula on any blockchain.

Deploying a subgraph on Mobula is as easy as deployed to The Graph hosted services.

<Steps>
  <Step title="Install Mobula CLI">
    First, install our CLI tool using npm:

    ```bash theme={null}
    npm i mobula-cli
    ```
  </Step>

  <Step title="Setup API Key">
    Configure your API key with the CLI. You can get your API key from the [Dashboard](https://admin.mobula.io).
    Please refer to the [authentication section](/indexing-stream/authentification) for detailed steps on obtaining your API key.

    ```bash theme={null}
    mob apikey set
    ```
  </Step>

  <Step title="Deploy your subgraph">
    Deploy your subgraph using the Mobula CLI:

    ```bash theme={null}
    mob deploy -n subgraphName
    ```
  </Step>
</Steps>

Regarding auth, please read [this section](/indexing-stream/authentification).

If you're not familiar to The Graph, please explore their [documentation](https://thegraph.com/docs/en/quick-start/) to get started.

<CardGroup>
  <Card title="Support" icon="Telegram" href="https://t.me/mobuladevelopers?start=Mobula_API_Support_Key">
    Telegram
  </Card>

  <Card title="Support" icon="Slack" href="https://join.slack.com/t/mobulaapi/shared_invite/zt-29zrrpjnl-I0tyD73sy7zKy8q~KLL3Ug">
    Slack
  </Card>

  <Card title="Support" icon="Discord" href="https://discord.gg/JVT7xKm3AD">
    Discord
  </Card>

  <Card title="Need help?" icon="envelope" href="mailto:contact@mobulalabs.org">
    Email
  </Card>
</CardGroup>
