> 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/administering-a-space/showcasing-your-community.md).

# Showcasing your community

### :question: What are we talking about?

As a Space Admin, you can highlight your community to visitors before they join.

Enable a public site for your space and customize the featured content. From there, you'll be able to manage the visibility and layout of this standalone website.

&#x20;:bulb: **Note:** If you make your site public, non-registered visitors will be able to view it before joining the platform.

### &#x20;:tools: How does it work?

1. Access the settings of a space you administer. From there, you can decide to create the public site.
2. Once created, the website is only available to space admins to leave you some time to manage its content.
3. Edit the site, add contents and manage navigation if needed.

FYI, we have set a default layout for you so you can start showcasing your community in few seconds. Thus, following items are inheritated from your own settings

* Space banner
* Description of your space
* Admin list
* Member list
* Space Name

### :eye: How to manage visibility and access of the site?&#x20;

First, decide which user type can access your website. Depending on your choice, the access to the site will be updated.

| Visibility                       | Access                                            |
| -------------------------------- | ------------------------------------------------- |
| Space Admin                      | <p>From the settings </p><p>Using a link</p>      |
| Members                          | <p>Using a link<br>From the Space Description</p> |
| Users excluding guests           | <p>Using a link<br>Before joining the space</p>   |
| Users and guests                 | <p>Using a link<br>Before joining the space</p>   |
| Anyone (non-registered visitors) | Using a link                                      |

:point\_down: More details in the video below

{% embed url="<https://www.loom.com/share/34af4cd88e71470a818a2c48527dcbec?sid=e169f38e-2f89-46e1-bf51-64dce4665796>" %}


---

# 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/administering-a-space/showcasing-your-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.
