> 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/explore-your-group.md).

# Explore your Group

## About your Group

On the banner image of your group, click the "info'' to read about your Group.&#x20;

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

## The Group Menu

The Group Menu is the left-hand navigation panel within your group. It's fully customizable by group stewards, so you'll likely see different layouts across the various groups you belong to. This menu contains curated content that stewards have selected as most important, including chat rooms, posts, the member, directory, links, and specialized views.&#x20;

You will see a "Home" view at the top of the menu, which is your group's landing page.\
\
What you see here represents what your group's stewards have prioritized for member attention and access.

## All Views

Scroll down the Group Menu to access All Views to see all your group's content, including views that might not be in your Group Menu. Below is a list of the content you will see in All Views. In addition, any custom view created in your group will also display here.

#### About your Group

#### All [Broken mention](broken://pages/j4KYRXIRM6Y206oxegEa)

Here you will see a list of all the #Topics used in your group.&#x20;

* Search for Topics and Sort the list by Name, Popular, or Recent.&#x20;
* Click on a #Topic to view a stream of content associated with that #Topic.&#x20;
* Subscribe to a #Topic to get notified when there is new content with that #Topic.&#x20;

<figure><img src="/files/6FTkBzQbZ8KSMhbVtLvA" alt=""><figcaption><p>All Topics View</p></figcaption></figure>

#### Chatrooms

See [Broken mention](broken://pages/JZUdSKBt9CmPFfseorzc)

#### Discussions

Stream of Discussions in the Group&#x20;

#### Events

Takes you to a calendar view of the Events in your Group.&#x20;

#### Projects

Stream of Projects in the Group&#x20;

#### Proposals

Stream of Proposals in the Group&#x20;

#### Requests & Offers

Stream of Requests & Offers in the Group

#### Resources

Stream of Resources in the Group

#### The Stream

Shows all the Posts in the Group

#### Groups

The Groups tab takes you to a network map with all related groups.

A network map is generated and you can see all the parent and child groups associated with your group. At the moment, you will only see one generation of parent/child groups.&#x20;

You can join affiliated groups by clicking the join button. Depending on the privacy settings for that Group, you may need to answer Join Questions or request access.

#### The Map

The Group Map shows a geographic view of all Posts, Groups, and Members within a specified geographic location. \
\
Read more about the Map here!


---

# 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/explore-your-group.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.
