# Getting Started

## How to Start Using RPC Fast

#### Sign Up / Sign In

1. Start your registration on the [main page](https://rpcfast.com/). Use "Log In" button in the right side of the header.

   <figure><img src="/files/ya7GsygIM6k1gosjTpKg" alt=""><figcaption></figcaption></figure>
2. Enter your email and password. Otherwise, you can continue with your Google account.

   <figure><img src="/files/1w9gA1se0GI5VPaBOKWs" alt="sign up rpc fast"><figcaption><p>RPC Fast registration</p></figcaption></figure>
3. That’s all. Now you are signed up in our system.

#### First dApp Creation

Creating a project-based unit is your first step in sending RPC requests on our API. After entering the account, a user can see three apps for three different blockchain types that were created automatically. A user can choose one of existing apps or create a new one by following the instructions below.

1. Tap the button "Create app".

   <figure><img src="/files/VrXbloKZrptVk7cgwpNW" alt="dashboard rpc fast"><figcaption><p>Go to the Dasboard and click on "Create app"</p></figcaption></figure>
2. Name your app.
3. Give it a description (optionally).
4. Choose one of the chains available (Ethereum, BSC, Polygon, Arbitrum, or Velas).

   <figure><img src="/files/eKCdD2ZFpKgNMYugqeWK" alt="app rpc fast"><figcaption></figcaption></figure>
5. After tapping "Create", you will see the dashboard with information about requests, success rate, and other statistics.

   <figure><img src="/files/4m6ui1K7isxLMfopE4f3" alt="dashboard rpc fast"><figcaption><p>App has been successfully created</p></figcaption></figure>

#### Find API Endpoints

You will see the unique API Key in the "API Key" section. This information is strictly confidential, and anyone else should not see it. There are also Https and Websocket endpoints for your use.

#### Sending Requests

An API Key allows you to send requests on RPC Fast. Check out the limits of [Free Plan](/rpc-fast-saas-evm/pricing-and-plans.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.rpcfast.com/rpc-fast-saas-evm/getting-started.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.
