# Creating Your Account

## Sign up

1. Go to [app.knowbase.ai](https://app.knowbase.ai) and click **Get Started**
2. Enter your email and create a password, or sign up with **Google**
3. You're in — every new account gets a **3-day Pro trial** with all features unlocked

## What's included in the trial

During your Pro trial you get access to:

* **2,000 queries/month** and **500 file uploads**
* **Thinking Mode** for deep multi-step analysis
* **AI Assistants** — create and deploy a chatbot
* **Connectors** — Google Drive, Notion, Dropbox
* **Web Search** on custom domains
* **API access**

After the trial ends, you'll switch to the Free plan. You can upgrade anytime from **Account > Plans & Billing**.

## Next step

Now let's [upload your first file](/getting-started/uploading-your-first-file.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.knowbase.ai/getting-started/creating-your-account.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.
