# Getting Started

### Create an Account

Visit [solvercf.com](https://solvercf.com/auth/register?ref=4ANE5BW3) and sign up for a new account. You'll need to provide:

<figure><img src="/files/0qlYUTChkCqTlLV1Izzo" alt=""><figcaption></figcaption></figure>

### Get Your API Client Key

After logging in, navigate to your dashboard to obtain your API key:

1. Click on your profile or dashboard
2. Find the API Client Keys section
3. Copy your API Client key (keep it secure!)

**Security Warning:** Never share your API key publicly or commit it to version control. Store it securely using environment variables or secure vaults.

<figure><img src="/files/dO2mMM8Xhoq7gufESwh5" alt=""><figcaption></figcaption></figure>

### Add Balance

Before making requests, you need to add balance to your account:

1. Go to the Deposit section in your dashboard
2. Choose a payment method (PayPal, Credit Card, etc.)
3. Add the desired amount
4. Wait for confirmation

### Make Your First Request

Now you're ready to make your first API request


---

# 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://nguyens-organization-105.gitbook.io/solvercf.com/solver-cloudflare/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.
