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

# Create and verify your Bundus account

Create a Bundus account for your business and verify the email address you will use to sign in.

> **Before you start:** Use an email address you can open. Bundus sends a secure verification link to that address.

### Create your account

1. Open the Bundus sign-in page.
2. Select **Create an account**.
3. Enter your **Business name**.
4. Choose your **Business Location**. Bundus uses this for regional settings and available currencies.
5. Enter your **First name**, **Last name**, and **Phone number**.

![The Bundus registration form with fictional business and owner details](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-e915c629fe6b65c37dc5aac9a205640390742302%2F13-registration-start.jpg?alt=media)

6. Enter your **Email**.
7. Enter a password with at least eight characters.
8. Enter a **Referral code** if you have one.
9. Read the Terms of Service and Privacy Policy, then select the agreement checkbox.
10. Select **Create account**.

![The completed registration form with a fictional email and the Create account button](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-9d13d1be57da4c6d305d93fc249c1e8954a5b05f%2F04-create-account-confirm.jpg?alt=media)

### Verify your email

Bundus opens **Check your email** and sends a verification link to the address you entered.

![The Check your email page with options to resend the email or continue to sign in](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-c2035d1739bb013d94e1f9807dafd37c27b1534d%2F05-check-your-email.jpg?alt=media)

1. Open the verification email from Bundus.
2. Select the verification link.
3. On **Email verified — your workspace is ready**, select **Continue to sign in**.

![The confirmation that the email is verified and the workspace is ready](https://1239150628-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0xEFjtRHcsV7HPwU6C74%2Fuploads%2Fgit-blob-d83b4f4133443fe083045362394ae929d097a682%2F08-email-verified.jpg?alt=media)

### Check the result

Sign in with your verified email and password. Bundus opens your new workspace and starts your free trial.

### Related guides

* [Sign in and sign out of Bundus](/help/account-access/sign-in-and-sign-out.md)
* [Resend your verification email](/help/account-access/resend-your-verification-email.md)
* [Complete your business profile](/help/getting-started/complete-your-business-profile.md)


---

# 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://bundus.gitbook.io/help/account-access/create-and-verify-your-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.
