> For the complete documentation index, see [llms.txt](https://phaver.gitbook.io/phaver-help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phaver.gitbook.io/phaver-help-center/phaver-onboarding/start-phaving-around/join-your-first-community.md).

# Join your first community

You can join your first community easily. Here steps:

* Go to community page by clicking community icon at bottom bar
* If you didn't join one, you will see plus button on top and whenever you joined different communities, you will see your communities on top
* To understand communities read more: <https://phaver.gitbook.io/phaver-help-center/phaver-communities>

<div><figure><img src="/files/J7Q2b6e5wcU9fMozTNIC" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/Tn05OXsY3PKi8VloT2eR" alt="" width="188"><figcaption></figcaption></figure></div>

* If you scroll down, you will see categories, based on your interest click one of them
* Now you see different communities, there is a join button, click and join one of them

<div><figure><img src="/files/uUxtiF6m8IrHMnagUPPv" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/lmNiy1LsVD97FnDR8HXW" alt="" width="188"><figcaption></figcaption></figure></div>

* Or if you click community card itself, you will go community page, also you can join from there by clicking "JOIN COMMUNITY" button
* You can leave from the community by clicking 3 dot on top right, you will see "Leave Community"
* To earn more about communities read more: <https://phaver.gitbook.io/phaver-help-center/phaver-communities>

<div><figure><img src="/files/0gQptVk65nkv5i3I12qt" alt="" width="188"><figcaption></figcaption></figure> <figure><img src="/files/zEFjUYgGwCNLvlkdkAx8" alt="" width="188"><figcaption></figcaption></figure></div>


---

# 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://phaver.gitbook.io/phaver-help-center/phaver-onboarding/start-phaving-around/join-your-first-community.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.
