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

# Get Started

> Learn how to get started with 0xCord and provision web3 infrastructure for your first decentralized application (dApp).

## Accessing 0xCord

To begin, go to [0xCord.com](https://0xCord.com). If you already have an account, click on the "Login" button to initiate the login process. If you are new to 0xCord, click on the "Sign Up" button to create a new account and proceed with the login process.

<CardGroup cols={2}>
  <img src="https://mintcdn.com/0xcord/NIueglWxmG48dw-i/images/signup.png?fit=max&auto=format&n=NIueglWxmG48dw-i&q=85&s=50b8fa36e6af909053652cdce53f338a" width="2286" height="1968" data-path="images/signup.png" />

  <img src="https://mintcdn.com/0xcord/NIueglWxmG48dw-i/images/dashboard.png?fit=max&auto=format&n=NIueglWxmG48dw-i&q=85&s=60fd29515b44a3522c666655d91c7d96" width="2282" height="1964" data-path="images/dashboard.png" />
</CardGroup>

## Login and Email Verification

To access your 0xCord account, you will receive a magic link via email. Enter your email address and click "Send Magic Link". Check your inbox for the email from 0xCord and click on the magic link to proceed with the login process.

## Creating a New dApp

Once logged in, you will be redirected to your 0xCord dashboard. Click on the "Create New dApp" button and provide a name for your dApp. Click "Create" to proceed.

<CardGroup cols={2}>
  <img src="https://mintcdn.com/0xcord/NIueglWxmG48dw-i/images/new-dapp.png?fit=max&auto=format&n=NIueglWxmG48dw-i&q=85&s=f5ca17d387057e082698d0d2922b53e4" width="2284" height="1962" data-path="images/new-dapp.png" />

  <img src="https://mintcdn.com/0xcord/NIueglWxmG48dw-i/images/dapp.png?fit=max&auto=format&n=NIueglWxmG48dw-i&q=85&s=b93505662c64d8e6f2a21fb189e2525a" width="2282" height="1964" data-path="images/dapp.png" />
</CardGroup>

## Provisioning Infrastructure

After creating your dApp, you will be taken to the Infrastructure Hub. Here, you can provision the required infrastructure for your dApp, including Chainlink and other services.

To provision infrastructure, select the desired services and click "Add new Service".

<CardGroup cols={2}>
  <img src="https://mintcdn.com/0xcord/NIueglWxmG48dw-i/images/hub.png?fit=max&auto=format&n=NIueglWxmG48dw-i&q=85&s=0fa4c09120f65147c9db921e915c064d" width="2282" height="1958" data-path="images/hub.png" />

  <img src="https://mintcdn.com/0xcord/NIueglWxmG48dw-i/images/provision-chainlink.png?fit=max&auto=format&n=NIueglWxmG48dw-i&q=85&s=20f09c626330373c2e781efce893dbe6" width="2288" height="1968" data-path="images/provision-chainlink.png" />
</CardGroup>

## Configuring Variables

Upon provisioning infrastructure, you will receive configuration variables for your dApp. These variables are essential for connecting and authenticating with the services. Access them in the "Config Vars" section of your dApp settings.

<CardGroup cols={2}>
  <img src="https://mintcdn.com/0xcord/NIueglWxmG48dw-i/images/config-vars.png?fit=max&auto=format&n=NIueglWxmG48dw-i&q=85&s=f8e7643cfe24f971c24b450c7bf5da5f" width="2284" height="1964" data-path="images/config-vars.png" />
</CardGroup>

Now that you have set up 0xCord and learned the basics, it's time to explore the powerful features of Chainlink VRF V2 and Chainlink Functions to enhance your decentralized applications. Discover how to incorporate secure randomness and integrate external computations using Chainlink, taking your 0xCord experience to the next level.

<CardGroup cols={2}>
  <Card title="Chainlink VRF V2" icon="dice" href="/infrastructure/chainlink-vrf-v2">
    Generate provably random numbers with Chainlink VRF V2 for fairness and randomness in your dApps.
  </Card>

  <Card title="Chainlink Functions" icon="code-branch" href="/infrastructure/chainlink-functions">
    Integrate external computations, data, and services using Chainlink Functions.
  </Card>
</CardGroup>
