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

# Account Creation

> How to create your 0xGraph account

## Setup Steps

### 1. Create Account

Visit [dolomite.0xgraph.xyz](https://dolomite.0xgraph.xyz) to create your account.

<Frame>
  <img src="https://mintcdn.com/ormilabs/j8jlYGf8fuhxRlxb/images/dolomite/0xgraph-signup.png?fit=max&auto=format&n=j8jlYGf8fuhxRlxb&q=85&s=53c834242de318dfe6cd9ced142c3b35" alt="0xGraph App Registration" width="3436" height="1850" data-path="images/dolomite/0xgraph-signup.png" />
</Frame>

### 2. Choose Subscription Plan

Choose a plan that best fits your needs in [Settings page](https://dolomite.0xgraph.xyz/dashboard/settings).

<Frame>
  <img src="https://mintcdn.com/ormilabs/j8jlYGf8fuhxRlxb/images/dolomite/0xgraph-pricing.png?fit=max&auto=format&n=j8jlYGf8fuhxRlxb&q=85&s=6ec8219fefcc61033736e6a62d4b1ab1" alt="0xGraph Subscription Plans" width="3498" height="1830" data-path="images/dolomite/0xgraph-pricing.png" />

  <figcaption>Choose a subscription plan</figcaption>
</Frame>

### 3. Generate API Key

Go to the [API Keys Page](https://dolomite.0xgraph.xyz/dashboard/api) to create your API key.

<Frame>
  <img src="https://mintcdn.com/ormilabs/j8jlYGf8fuhxRlxb/images/dolomite/0xgraph-api-key.png?fit=max&auto=format&n=j8jlYGf8fuhxRlxb&q=85&s=8985bfc8fbd7fa13df8459589c2825ed" alt="0xGraph API Keys" width="3500" height="1854" data-path="images/dolomite/0xgraph-api-key.png" />

  <figcaption>API Keys</figcaption>
</Frame>

After clicking the 'Create API Key' button in the top-right corner, your API key will be generated. You can then copy and paste it into your commands as needed.

<Frame>
  <img src="https://mintcdn.com/ormilabs/j8jlYGf8fuhxRlxb/images/dolomite/0xgraph-generated-api-key.png?fit=max&auto=format&n=j8jlYGf8fuhxRlxb&q=85&s=efd768cd51cb76c076fc869d96846d04" alt="0xGraph API Keys" width="3458" height="1844" data-path="images/dolomite/0xgraph-generated-api-key.png" />

  <figcaption>API Keys</figcaption>
</Frame>

<Info>
  Warning: Always handle your API keys securely. Do not expose them in
  client-side code or share them publicly. Store them in a secure location, such
  as environment variables, and rotate them regularly to minimize security
  risks. If compromised, regenerate your API key immediately. For public
  repositories, store API keys in a .env file and add .env to .gitignore to
  prevent accidental exposure in your codebase.
</Info>

You are all set and ready to go for deploying a subgraph.
