> For the complete documentation index, see [llms.txt](https://biggeo.gitbook.io/biggeo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://biggeo.gitbook.io/biggeo/onboarding/create-account.md).

# Create Account

Welcome to BigGeo! Follow these steps to create your account and set up your organization, enabling you and your team to access the BigGeo suite with ease.

***

## Sign up with your email

{% stepper %}
{% step %}
**Go to the** [**BigGeo Marketplace Sign-Up Page**](https://marketplace.biggeo.com/sign-in)**:** Begin the sign-up process by entering your **email address**.
{% endstep %}

{% step %}
**Receive Your One-Time Sign-Up Code:** Once you submit your email, a **one-time sign-up code** will be sent to the address you provided.

{% hint style="info" %}
If you don’t receive the code, please check your spam or junk folder, or select "Resend Code" on the sign-up page.
{% endhint %}

{% endstep %}

{% step %}
**Enter the One-Time Code:** After receiving the code, enter it on the verification page to authenticate your email.

{% hint style="success" %}
Upon successful entry, your **BigGeo Studio account** will be created.
{% endhint %}

{% endstep %}
{% endstepper %}

## Create your personal profile

After verifying your email and activating your account, you’ll need to set up your personal profile. This profile links your account to BigGeo Studio and is essential for identifying you within your organization.

{% stepper %}
{% step %}
**Enter Your First Name and Last Name**:

* Provide your first and last name as you’d like it displayed within the platform. This will help your team identify you in the workspace.
  {% endstep %}

{% step %}
**Add Your Phone Number**:

* Enter a contact number to associate with your profile. This step helps verify your identity and enables communication within your team, if needed.
  {% endstep %}

{% step %}
**Save Your Profile**:

* Once you’ve filled in your information, save your profile to complete this step.
  {% endstep %}
  {% endstepper %}

***

\[Insert Demo Video Here]

***

## FAQs

<details>

<summary>I didn’t receive my one-time sign-up code. What should I do?</summary>

Check your spam or junk folder first. If you still can’t find it, click “Resend Code” on the sign-up page or reach out to \[support contact].

</details>

<details>

<summary>Can I change my organization’s name after setup?</summary>

Yes, you can update your organization’s name in the Organization Settings section.

</details>

<details>

<summary>Do I have to add team members during setup?</summary>

No, you can skip this step and add team members later from your dashboard under Team Management.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://biggeo.gitbook.io/biggeo/onboarding/create-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
