# Setup

### How can I create a profile on Keet?

To start using Keet, no email or phone number is required. To begin chatting, install the app and create a profile to connect with others.\
Creating a unique username is optional and will help other users to find you and send DM[^1] requests or [group chat invitations](/keet-groups/joining-groups.md).

Follow these steps to create your Keet profile:

{% stepper %}
{% step %}

#### [Download & Open Keet](/installation-and-setup/installation.md)

On launch, select “I’m new to Keet. Set up a private profile”.&#x20;

<figure><img src="/files/untJEf4AEzvnAOPxFNGI" alt="" width="284"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Set up a recovery phrase

A recovery phrase is a 24-word code that works as a password. If you lose your device or reinstall the app, you can use it to restore your profile and messages.

{% hint style="success" %}
Setting a pass phrase is a critical step, as it’s the only way to **recover your account** or move it to a new device. 🔏&#x20;
{% endhint %}

* **Quick setup**\
  Automatically generates a recovery phrase and securely stores it on your device.

<figure><img src="/files/pGAnhl1L1GEGpzozmQAH" alt="" width="563"><figcaption></figcaption></figure>

* **Manual setup**\
  Allows you to write down and manage the recovery phrase yourself.

{% hint style="warning" %}
In case of Manual setup, you should copy or write down the recovery phrase immediately and store it securely. 🔑&#x20;
{% endhint %}

<figure><img src="/files/zlZcJqDqGyKbV5sdOcS1" alt="" width="375"><figcaption></figcaption></figure>

Learn more about recovery phrases and account recovery by the [link](/technical-support-and-troubleshooting/profile-recovery.md).
{% endstep %}

{% step %}

#### Choose a display name

Your display name is what other users will see in groups and private chats.&#x20;

A display name can be changed at any time.

<figure><img src="/files/bHohTxMpudu2YiMC4E7L" alt="" width="284"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Choose a username (optional, but recommended)

Your username is how others can find you on Keet. You can choose your username now, or skip and add one later.&#x20;

<figure><img src="/files/VGgPQz9n90N5DBzqSP8l" alt="" width="285"><figcaption></figcaption></figure>

{% hint style="info" %}
If you prefer to remain undiscoverable by a username, **skip this step.**

Just remember: other users won’t be able to find you unless you share your profile QR code with them 🔎&#x20;
{% endhint %}

<figure><img src="/files/jmG556YAkSG4XEYGZoHF" alt="" width="492"><figcaption></figcaption></figure>

You can learn more about usernames in the [Keet Username](/installation-and-setup/keet-username.md) section.&#x20;
{% endstep %}

{% step %}

#### Complete setting up

<figure><img src="/files/PXE62uo3McMMcqbOMH08" alt="" width="287"><figcaption></figcaption></figure>

Once your profile is created, click '**Finish** **setup'** to move forward.
{% endstep %}

{% step %}

#### Feel free to add a profile picture to express your personality&#x20;

<figure><img src="/files/SNymI6GNFvd3WJ3dJAuR" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="success" %}
That’s it! 🖍️ You’re ready to go!&#x20;
{% endhint %}

\
You can now [join groups](/keet-groups/joining-groups.md), [discover communities](/keet-groups/groups-to-join.md) or [chat peer-to-peer](/voice-and-video-calls/voice-calls.md) and explore Keet!

[^1]: Direct Message


---

# 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://support.keet.io/installation-and-setup/setup.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.
