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

# Creating an Ormi account

> How to create your 0xGraph account in 1 minute

## **Step 1**: Head to the [Ormi App](https://app.ormilabs.com) to create an account

<Frame>
  <img src="https://mintcdn.com/ormilabs/QF_fmnEzWAEcNv02/images/0xgraph-signup.png?fit=max&auto=format&n=QF_fmnEzWAEcNv02&q=85&s=bec33610b329a4114e00cee79fbf6639" alt="0xGraph App registration" width="1884" height="894" data-path="images/0xgraph-signup.png" />
</Frame>

## **Step 2**: Choose how you want to get started

Once you created an account, you can start working with subgraphs in different ways depending on your needs and experience level.

<Frame>
  <img src="https://mintcdn.com/ormilabs/QF_fmnEzWAEcNv02/images/0xgraph-how-to-start.png?fit=max&auto=format&n=QF_fmnEzWAEcNv02&q=85&s=87c741002fb1ea9a0ab999bc43e79e56" alt="0xGraph Get started" width="1499" height="956" data-path="images/0xgraph-how-to-start.png" />

  <figcaption>Choose how to start</figcaption>
</Frame>

Ormi supports mutiple deployment methods, from beginner friendly to advance:

* **Basic**: [Explore existing subgraphs shared by the community.](/docs/subgraphs/deploy-a-subgraph/use-template-subgraphs)
* **Basic**: [Deploy a no-code subgraph using a smart contract address.](/docs/subgraphs/deploy-a-subgraph/deploy-with-contract)
* **Basic**: [Migrate an existing subgraph using a deployment ID](/docs/subgraphs/deploy-a-subgraph/migrate-subgraphs)
* **Intermediate**: [Deploy via The Graph CLI](/docs/subgraphs/deploy-a-subgraph/deploy-subgraphs-via-cli)
* **Advanced**: [Build from scratch with your own manifest, schema, and mappings](/docs/subgraphs/deploy-a-subgraph/build-subgraph)

## Next steps

<div
  className="grid grid-cols-1 md:grid-cols-2 gap-6 not-prose"
  style={{
marginBottom: '4rem',
maxWidth: '1200px',
margin: '0 auto 4rem auto',
alignItems: 'stretch'
}}
>
  <a
    href="/docs/subgraphs/quickstart/generate-an-api-key"
    style={{
textDecoration: 'none',
color: 'inherit',
display: 'flex'
}}
  >
    <div
      className="group border border-gray-200 rounded-xl p-6 hover:border-green-500 hover:shadow-lg transition-all duration-200 cursor-pointer"
      style={{
  minHeight: '200px',
  display: 'flex',
  flexDirection: 'column',
  width: '100%'
}}
    >
      <div className="flex items-center mb-4">
        <div className="mr-3" style={{ color: '#3E744D' }}>
          <img src="https://mintcdn.com/ormilabs/qV2VfGqVCCe99Ked/images/icons/key-round.svg?fit=max&auto=format&n=qV2VfGqVCCe99Ked&q=85&s=805229667e70255dd077948c8ad65e7d" alt="api key icon" width="20" height="20" data-path="images/icons/key-round.svg" />
        </div>

        <div className="text-lg font-semibold text-gray-900" role="heading" aria-level="3">Create an API key</div>
      </div>

      <p className="text-gray-600 text-sm flex-grow">
        Generate an API key to start querying your subgraph.
      </p>
    </div>
  </a>

  <a
    href="/docs/subgraphs/overview#new-to-subgraphs%3F"
    style={{
textDecoration: 'none',
color: 'inherit',
display: 'block'
}}
  >
    <div
      className="group border border-gray-200 rounded-xl hover:border-green-500 hover:shadow-lg transition-all duration-200 cursor-pointer"
      style={{
  padding: '1.25rem 1.5rem'
}}
    >
      <div style={{ display: 'flex', alignItems: 'center', marginBottom: '0.5rem' }}>
        <div style={{ color: '#3E744D', marginRight: '0.75rem' }}>
          <img src="https://mintcdn.com/ormilabs/qV2VfGqVCCe99Ked/images/icons/chevrons-right.svg?fit=max&auto=format&n=qV2VfGqVCCe99Ked&q=85&s=ae3cdeffaf318df49eddbe6836b3edbd" alt="start here icon" width="20" height="20" data-path="images/icons/chevrons-right.svg" />
        </div>

        <div className="text-lg font-semibold text-gray-900" role="heading" aria-level="3">
          Start here
        </div>
      </div>

      <p className="text-gray-600 text-sm" style={{ margin: 0, lineHeight: '1.4' }}>
        New to subgraphs? Learn the basics of indexing and querying before you deploy your first one.
      </p>
    </div>
  </a>
</div>
