> For the complete documentation index, see [llms.txt](https://zhangyz.gitbook.io/gather-users-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zhangyz.gitbook.io/gather-users-manual/welcome-to-gather.md).

# Welcome to Gather

{% hint style="info" %}
**Tip:** This document is a brief introduction of how to use Gather Town for CEPC participants. Visit Gather Town official [help center](https://support.gather.town/help) for further information.
{% endhint %}

## Overview

Welcome to [CEPC Work Shop](https://indico.ihep.ac.cn/event/17020/)!

Gather is a video chat platform designed to make virtual interactions more human. The posters will shown in Gather town from **Oct. 17th** to **Nov. 7th**. Feel free to visit [our town](https://app.gather.town/app/39naxvxLagbKlwbA/2022%20Workshop%20on%20CEPC) and chat with other participants at any time!

We will hold a post discussion at **Oct. 26th 20:00-22:00 & Oct. 28th 16:00-18:00 (Asia/Shanghai timezone)**, when the authors are welcomed to give a brief introduction to their posters.

> ### [Visit Gather Town!](https://app.gather.town/app/39naxvxLagbKlwbA/2022%20Workshop%20on%20CEPC)

*Contact YiZhou Zhang (<zhangyz@ihep.ac.cn>) if any problem occurs while using Gather.*

*Enjoy!*

## How to use Gather

{% content-ref url="/pages/lcmwh6grCAB51Ao9LPEs" %}
[Set Browser Permissions](/gather-users-manual/how-to-use-gather/set-browser-permissions.md)
{% endcontent-ref %}

{% content-ref url="/pages/QWrGVCr0rKTARVOXINjx" %}
[Customize Your Character](/gather-users-manual/how-to-use-gather/customize-your-character.md)
{% endcontent-ref %}

{% content-ref url="/pages/mOh4mFXwO7rJdVbNqeau" %}
[How to move](/gather-users-manual/how-to-use-gather/how-to-move.md)
{% endcontent-ref %}

## Explore the space

{% content-ref url="/pages/IO3EKrdZUMjti0M09Fl9" %}
[Find Others](/gather-users-manual/explore-the-space/find-others.md)
{% endcontent-ref %}

{% content-ref url="/pages/bbGYbW9Q685Kwednt69F" %}
[Proximity A/V](/gather-users-manual/explore-the-space/proximity-a-v.md)
{% endcontent-ref %}

{% content-ref url="/pages/HSUrrTU3ewV7yWGTmTaa" %}
[Read the poster](/gather-users-manual/explore-the-space/read-the-poster.md)
{% endcontent-ref %}

{% content-ref url="/pages/YIX4orxPwIpxRmCcZb2K" %}
[Leave the Gather Tab](/gather-users-manual/explore-the-space/leave-the-gather-tab.md)
{% endcontent-ref %}

{% content-ref url="/pages/CfXBoMu8lNYuYW9q8L3g" %}
[Screen Sharing](/gather-users-manual/explore-the-space/screen-sharing.md)
{% endcontent-ref %}

## Reference

{% content-ref url="/pages/i7bAH3qHRWtXodbNhS7Q" %}
[Links](/gather-users-manual/reference/links.md)
{% endcontent-ref %}


---

# 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://zhangyz.gitbook.io/gather-users-manual/welcome-to-gather.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.
