> For the complete documentation index, see [llms.txt](https://docs.meeds.io/meeds-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.meeds.io/meeds-guides/user-guide/introduction/first-steps-as-a-member.md).

# First steps as a Member

### 🙋 Welcome to your new community space!

Glad to have you here 🎉\
Here are a few easy steps to help you settle in, personalize your experience, and start contributing.

{% hint style="info" %}
This page applies to the **Starter** and **Premium** plans. [👉 Compare all plans](https://www.meeds.io/pricing)
{% endhint %}

***

{% stepper %}
{% step %}

## ✅ Complete your profil

Let others know who you are.

On the homepage, **click the** ![](/files/SRTAdAheXn1jpBdoiIcw) **icon under your name**

* Add a photo, headline, short bio, and links if you like

📍 It helps people recognize you and connect more easily.\
🔗 [Update your profile](https://docs.meeds.io/meeds-guides/user-guide/setting-up-your-account/updating-your-profile)
{% endstep %}

{% step %}

## ⚙️ Adjust your settings

Make the space work the way you like.

Click the ![](/files/EmvChEful1DNVdk3Hc2R)icon, to open your **Settings**

* Update your **notification preferences**
* Find links to **download the** [**mobile app**](/meeds-guides/user-guide/setting-up-your-account/using-meeds-on-the-go.md)

🔗 [Configure your settings](/meeds-guides/user-guide/setting-up-your-account.md)
{% endstep %}

{% step %}

## 💬 Say hello in the Feed

Let others know you’ve joined.

* Go to the **Feed**
* Post a quick “hello” and tell others what you’re excited about
* React to others’ posts too — it’s your community!

🔗 [Sharing information](/meeds-guides/user-guide/collaborating-in-spaces/sharing-and-interacting.md)
{% endstep %}

{% step %}

## 🚀 Contribute to Quests

See how you can contribute.

* Go to the **Quests** tab
* Open **Community Campaigns**
* Look for open **Quests** — small missions that help your community grow

💡 Completing quests earns you points and recognition!\
🔗 [Participate in quests](/meeds-guides/user-guide/exploring-a-meeds-hub/contribution-center.md)
{% endstep %}
{% endstepper %}


---

# 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.meeds.io/meeds-guides/user-guide/introduction/first-steps-as-a-member.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.
