> For the complete documentation index, see [llms.txt](https://hylozoic.gitbook.io/hylo/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hylozoic.gitbook.io/hylo/guides/hylo-user-guide/joining-groups.md).

# Joining Groups

Either you can be invited to a community or can find groups organically.

* &#x20;Some groups are Open, while others are restricted or closed and require an invite.&#x20;
* You can join a restricted Group, but you may be required to answer “**join questions**” before you can enter the group.&#x20;
* Your request to join must be accepted by a Group Moderator. &#x20;

<figure><img src="/files/gdsdfJ6vwCQBmUzFeGzL" alt=""><figcaption><p>Joining a Group with restricted access</p></figcaption></figure>

### Group Invites and Join Requests

You can see your invitations from Hylo Groups and your open requests to join groups by clicking on your photo icon in the upper right corner, clicking on **Settings**, then clicking on **Invites & Requests**.&#x20;

Here you can accept or decline an invitation to join a Group and also cancel an open request to join a Group.

<figure><img src="/files/K8gdzDPsEL8IPtSMAjGS" alt=""><figcaption><p>Group Invites and Join Requests</p></figcaption></figure>

####

###


---

# 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://hylozoic.gitbook.io/hylo/guides/hylo-user-guide/joining-groups.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.
