> For the complete documentation index, see [llms.txt](https://swing-jam.gitbook.io/swing-jam-101/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://swing-jam.gitbook.io/swing-jam-101/frequently-asked.md).

# Frequently Asked

<details>

<summary>Can I use this app without logging in?</summary>

Yes! You can browse all event, social, and organization information freely until you want to favorite events, share information, or save your personal data.

</details>

<details>

<summary>It seems I can edit event and social information directly in the app—does that involve any risk?</summary>

Please don’t worry. All submitted information will be reviewed by us before it is published. In addition, any changes to an event’s details will appear under \[Questions to this event/social?] in the top-right corner of the event detail page. If you notice any incorrect information or have questions about a listing, you can request an update or contact us.

</details>

<details>

<summary>I am an organizer, where should I register my organization or post my event?</summary>

You can register your organization from the **Settings** page. Click the “**Register My Organization**” button to start the registration process. Once your organization application is approved by the admin, your organization page will become visible to everyone on the platform.

\
After your organization is successfully registered, the registrant and any authorized organization members will see two additional buttons on the “**+**” Post page: “**Publish Event as Organizer**” and “**Publish Social as Organizer**". Using these buttons, you can publish events and socials on behalf of the organization directly without review.\
In addition, on the event or social detail pages created under the organization, you will see a green “**Edit**” button in the top bar. This allows you to edit the event or social information directly without requiring approval.

</details>

<details>

<summary>I am an organizer, does other dancer can edit my event, socials or even org info?</summary>

Yes. We understand that many organizers are busy with regular work and can’t always update every single detail in time. That’s why, on Swing Jam, every dancer can suggest changes to event information, as long as the updates are accurate and made in good faith.

But no worries, we'll review every event and social submission to make sure everything looks right before it goes live.

</details>

<details>

<summary>Can my passport be seen by others?</summary>

Only if you are tagged in an event page successfully. And your profile is public by **Default.**

Your passport visibility settings control what others can see:

* **Public** — All information is visible to others.
* **Partially Visible** — Others can see your basic info, your 3 most recent events, awards, and contribution roles.
* **Private** — Others can only see your avatar and nickname.

To change this, visit the **Passport Visibility Settings** page.

</details>

<details>

<summary>I am from Mainland China and why I can't use this app directly?</summary>

We're working on making this more accessible. Currently, the app runs on Google Cloud and requires a VPN to access.

</details>

If you didn't find the answers you need, please contact us.

* Instagram: <https://instagram.com/swingjamapp>
* Facebook: <https://facebook.com/swingjamapp>
* Email: <swingjamapp@gmail.com>


---

# 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://swing-jam.gitbook.io/swing-jam-101/frequently-asked.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.
