# GETTING STARTED

- [How to set up an account](https://docs.getblock.io/getting-started/how-to-set-up-an-account.md): To start using GetBlock's services, you need to register for an account. You’ll be ready to go in just a few clicks
- [Team accounts setup](https://docs.getblock.io/getting-started/how-to-set-up-an-account/team-accounts-setup.md): Set up your team account on GetBlock, invite and onboard team members with this step-by-step guide.
- [Access token management](https://docs.getblock.io/getting-started/authentication-with-access-tokens.md): GetBlock uses a secure authentication method based on access tokens to ensure that only authorized users can interact with blockchain nodes.
- [Plans and limits](https://docs.getblock.io/getting-started/plans-and-limits.md): GetBlock offers scalable plans tailored to developers and businesses, providing flexible solutions for both small projects and high-traffic platforms.
- [Choosing your plan](https://docs.getblock.io/getting-started/plans-and-limits/choosing-your-plan.md): Compare GetBlock's subscription options to find the one that fits your project.
- [Dedicated nodes: Manage & extend subscriptions](https://docs.getblock.io/getting-started/plans-and-limits/dedicated-nodes-manage-and-extend-subscriptions.md): Track and extend your dedicated node subscriptions on GetBlock.
- [CU and rate limits](https://docs.getblock.io/getting-started/plans-and-limits/cu-and-rate-limits.md): GetBlock provides access to over 100 blockchains. CU and rate limits depend on the selected plan.
- [What counts as a CU](https://docs.getblock.io/getting-started/plans-and-limits/what-counts-as-a-cu.md): Learn what Compute Units (CUs) are and how GetBlock calculates them to track and price API calls
- [Top up CUs and boost limits](https://docs.getblock.io/getting-started/plans-and-limits/top-up-cus-and-boost-limits.md): GetBlock users can top up their CU balance or upgrade to higher limits directly from their Dashboard, with a few click.
- [Payment methods](https://docs.getblock.io/getting-started/plans-and-limits/payment-methods.md): GetBlock supports both fiat and crypto payments.
- [Endpoint setup](https://docs.getblock.io/getting-started/endpoint-setup.md): Configure and manage blockchain node endpoints through GetBlock, offering easy creation of shared nodes
- [Creating node endpoints](https://docs.getblock.io/getting-started/endpoint-setup/creating-node-endpoints.md): Follow the steps below to set up an endpoint and generate access tokens for your project.
- [Enabling archive mode](https://docs.getblock.io/getting-started/endpoint-setup/enabling-archive-mode.md): Enable Archive Mode on your GetBlock Shared Node API to access the full blockchain history and run historical queries
- [Configuring dedicated nodes](https://docs.getblock.io/getting-started/endpoint-setup/configuring-dedicated-nodes.md): Deploy dedicated nodes from your GetBlock Dashboard. Fully self-service. This guide covers customizing your node settings and completing the setup process.
- [Dedicated node performance tiers](https://docs.getblock.io/getting-started/endpoint-setup/configuring-dedicated-nodes/dedicated-node-performance-tiers.md): GetBlock’s Dedicated Nodes are available in two performance tiers – High and Standard. Choose the right balance of performance and cost for your private infrastructure
- [Using GetBlock configuration files](https://docs.getblock.io/getting-started/endpoint-setup/using-getblock-configuration-files.md): GetBlock’s configuration file provides a more organized and flexible way to interact with blockchain nodes and networks without exposing sensitive API keys or credentials in the code.
- [Testing RPC connection](https://docs.getblock.io/getting-started/testing-rpc-connection.md): This section provides simple examples to help you test your connection to the blockchain, using Ethereum API as a reference.
- [Using cURL for testing](https://docs.getblock.io/getting-started/testing-rpc-connection/using-curl-for-testing.md): These examples provide a starting point for testing your connection and querying blockchain data using cURL commands.
- [Postman Collection](https://docs.getblock.io/getting-started/testing-rpc-connection/postman-collection.md): Download the Postman GetBlock’s collection to test our service. It includes all the accessible endpoints of our nodes and ready-to-go examples.
- [Errors and troubleshooting](https://docs.getblock.io/getting-started/testing-rpc-connection/errors-and-troubleshooting.md): This page provides a guide to common JSON-RPC and HTTP errors when testing your connection with GetBlock's API.
- [Monitoring and analytics](https://docs.getblock.io/getting-started/monitoring-and-analytics.md): Track and manage your usage and node service subscriptions with GetBlock.
- [Connect to GetBlock with MetaMask](https://docs.getblock.io/getting-started/connect-to-getblock-with-metamask.md): Learn how to set up custom RPC URL on MetaMask for faster, more reliable, and secure blockchain interactions.
- [Connect Brave Wallet to GetBlock](https://docs.getblock.io/getting-started/connect-brave-wallet-to-getblock.md): Explore how to add custom GetBlock RPC endpoints to Brave Wallet for greater security, transaction speed, and reliability


---

# 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.getblock.io/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.
