# Getting Started

> **Note:** This quickstart guide will help you set up your account and deploy your first model on the platform.

Getting started is easy!

The first step is to create an [account](https://console.nebulablock.com/register) (for more details, see our [docs](/quickstart/manage_accounts.md)).

Using our products then depends on your account tier. In short:

* [Inference Models](/core-services/overview.md) are available to all tiers (request and token limits increasing with tier level)
* [GPU Instances](/core-services/overview-1.md) require a 10$ credit purchase

For more details on how the tier system works, please see the [Tier](/overview-1.md) section.

## See Also

* [Glossary](/glossary.md)
* [Overview](https://github.com/Nebula-Block-Data/docs/blob/main/Overview.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.nebulablock.com/quickstart.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.
