# Getting started with a Private Network

This will guide you in setting up your Spydra account, Creating organizations, and deploying apps onto private blockchain networks.

### Steps to get started with Spydra

1. Create a Spydra account
2. Create an organization
3. Create a Network
4. Deploy app

## 1. Create a Spydra account

**Using your details**&#x20;

* Navigate to <https://console.spydra.app/>
* Enter the required details&#x20;
* Enter the verification code that will be sent to your email
* &#x20;Post email verification, and you'll be successfully Signed up.

**Using Google Signup**&#x20;

* Navigate to <https://console.spydra.app/>
* Use Sign up with Google.
* Verify your email by logging into your account.
* After verification, you'll be signed up and redirected to Spydra's platform.

[Create an Account](/how-to/private-network/account/create-an-account.md)

## 2. Create an organization

* Navigate to the Organization listing page here [https://console.spydra.app/organizations](https://console.spydra.app/) and click on 'Create Organization'.
* Enter Organization Name, Country, Primary Contact Email address, Industry, Employee Size, and Use Case, then click on **Create Organization.**
* Your organization will be created.

[Create an Organization](/how-to/private-network/organizations/create-an-organization.md)

## 3. Creating a Network

* You can create a network or an organization admin only when you create a network.
* Navigate to the Network listing page from [https://console.spydra.app/networks](https://console.spydra.app/) and click Create Network.
* Enter the required details and click on Create.
* Your network will be created.

[Create a Network](/how-to/private-network/networks/create-a-network.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.spydra.app/getting-started/getting-started-with-a-private-network.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
