> For the complete documentation index, see [llms.txt](https://vector-privacy.gitbook.io/vector-privacy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vector-privacy.gitbook.io/vector-privacy/vector-messenger/intro/one-click-signup.md).

# One-Click Signup

{% hint style="success" %}
No KYC required. No email and no phone number needed. [Try it out!](https://vectorapp.io/)
{% endhint %}

<figure><img src="/files/zbr7Az4m2jF8Xg8Snae8" alt="Screen Recording - Create Account" width="290"><figcaption></figcaption></figure>

### Get Started

We have made it as easy as possible to create an anonymous and private account for new users with a one-click signup feature—just click "Create Account". To get started, find the version that matches your operating system or device to download and install Vector. You can download Vector Messenger from the official [website](https://vectorapp.io/) or through [GitHub](https://github.com/VectorPrivacy/Vector/releases).&#x20;

***

### Download from Website

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

Downloading from the [official website](https://vectorapp.io/) will automatically detect what operating system you use and provide you a direct download link. This was created to help beginners and those not as tech-savvy, that aren't familiar with open-source repositories on GitHub. It also provides the option to "Show all downloads", which opens a dropdown box and displays the other supported versions. From a beginner level to professional, the website was designed to give simple access to start using Vector Messenger.

***

### Download from GitHub

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

For most privacy advocates, developers, and open-source enjoyers GitHub will be the preferred method to download. Checksums are also provided to ensure the authenticity of the files and that nothing has been tampered with. Each release will also include developer documentation to see what has been updated. It is recommended to always use the `Latest` release for Vector Messenger, [here](https://github.com/VectorPrivacy/Vector/releases).

{% hint style="info" %}
Always verify links before downloading. Checksums available and use [VirusTotal](https://www.virustotal.com/) for added security.
{% endhint %}

***

### Installing

After downloading Vector, install it with whatever method is required based upon your operating system or device. As Vector is currently in Open Beta, you may receive a notification and be prompted to trust this download or confirm you want to install from an "untrusted developer". All this means is that at this stage of development, there is not a developer certificate for each operating system for Vector. Operating systems have this as an extra security measure to make sure the user understands the risks and confirming that they want to install the application. Need help? Read the guide, [here](https://vector-privacy.gitbook.io/vector-privacy/guides/guides/getting-started).

***

### Create Account

After properly installing Vector, you will see the main screen and see two options. If you are a new user, you will click "**Create Account**". It is as simple as that.&#x20;

***

### Create PIN Code

<figure><img src="/files/t9kHTFN1WH6pnKgClOJY" alt="Screen Recording - Create PIN Code" width="290"><figcaption></figcaption></figure>

As a mandatory security practice to help protect every user's privacy, Vector Messenger will prompt you to input a six-digit PIN code. For good security practices, make sure this number is a number only you would know and take the right measures to back it up offline. If you lose access to your PIN code, you may lose access to all of your private data that no one else can access but you.

***

### Create Password

<figure><img src="/files/wsJFjkOg4HarEbr04gWQ" alt="Screen Recording - Create Password" width="290"><figcaption></figcaption></figure>

This is the most secure method available for device encryption, though it is also the easiest to forget or lose. Your password must be a minimum of 4 characters, with no maximum length. For good security practices, make sure this password is one only you would know and take the right measures to back it up offline. If you lose access to your password, you may lose access to all of your private data that no one else can access but you.

***

### Skip Encryption&#x20;

{% hint style="danger" %}
This method is not recommended and puts your personal data more at risk.
{% endhint %}

By skipping encryption, Vector Messenger will not require a PIN code or password, allowing you to log in instantly. While this offers a faster and more convenient experience, it also means your private data is left unprotected, so anyone with access to your device may be able to access it as well. This method is not recommended, especially for your primary account or personal information. It may be suitable for a test account or burner-style account instead, where there's no personal data or anything valuable to lose.

***

If you have any issues or questions, you can visit [Help & Support](/vector-privacy/vector-messenger/more/help-and-support.md), [Guides](/vector-privacy/vector-messenger/more/guides.md), or join the helpful Vector Community on [Discord](https://discord.gg/ar2pnE9Huy).&#x20;

If you are already on Vector and would like join the official [Vector Community](https://chat.vectorapp.io/), this is the best place to get help from the developers and active community members from around the world.


---

# 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://vector-privacy.gitbook.io/vector-privacy/vector-messenger/intro/one-click-signup.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.
