# Quickstart

Follow these simple steps to start using CoinVera’s WebSocket API:

1. **Create your account**\
   Visit [coinvera.io](https://www.coinvera.io) and sign up for a free account.
2. **Generate an API key**
   * Log in and navigate to the **API Keys** section in your dashboard.
   * Click **Create New Key** and give it a descriptive name.
   * Copy your API key— you’ll need it for authentication.
3. **Choose a subscription plan**
   * Go to the **Plans** page.
   * Select the plan that best fits your requirements.
   * If you’re just testing, the **FREE** plan is a great way to get started.
   * You can always upgrade as your needs grow.
4. **Connect and start streaming**
   * Use your API key to authenticate your WebSocket connection.
   * Subscribe to price feeds, trade events, or wallet activity in real time.

You’re all set! 🚀


---

# 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.coinvera.io/getting-started/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.
