> For the complete documentation index, see [llms.txt](https://docs.zata.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zata.ai/getting-started-with-zata.ai/create-and-activate-account.md).

# Create & Activate Account

This guide explains how to create and activate a new account on **Zata**.\
To ensure security and compliance, **both your email address and phone number must be verified** during signup.

### Overview

Creating a Zata account enables you to:

* Access the Zata web console
* Create and manage storage buckets
* Generate access and secret keys
* Use Zata with S3-compatible tools and applications

Account activation requires **successful verification of both email and phone number**.

### Prerequisites

Before starting, ensure that:

* You have a valid and accessible email address
* You have an active phone number that can receive OTPs
* You can access your email inbox and mobile device during signup
* You are using a supported web browser (Chrome, Firefox, Safari, or Edge)

### Sign Up for a Zata Account

#### 1. Visit the Zata signup page:

[**https://zata.ai/signup**](https://zata.ai/signup)

#### 2. Enter your Personal Details:

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

* Fill in the required details
* Verify your email address
* Click **Next**

#### 3. Verification:&#x20;

<figure><img src="/files/9HeNMXtrKXVDjTdcidXh" alt=""><figcaption></figcaption></figure>

* Fill in the required details
* Verify your phone number using OTP
* Accept the **Privacy Policy**
* Click **Start Free Trial**

### Account Activation Confirmation

Once **both your email address and phone number are successfully verified**, your Zata account is **automatically activated**.

You will see an on-screen confirmation message, after which you will be **redirected to the login page**.

You can log in and access your account using **either your username or registered email address**, along with your password, to access the Zata console.


---

# 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://docs.zata.ai/getting-started-with-zata.ai/create-and-activate-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.
