> 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/key-features/quickstart.md).

# Find Events, Socials & Orgs

### Find Events

In \[Events], you can use **filters** or **search** to discover major swing dance events around the world in either a calendar or card view. You’ll find events featuring Lindy Hop, Balboa, Jazz, Shag, Boogie Woogie, Blues, and more, along with details such as dates, location, venue, organizer, teachers, bands and special guests, and whether classes are included.

If you find an event you’re interested in, you can mark it as a **Favorite**. This lets you quickly find it again in the \[Events] calendar and card views, as well as in the \[My Jam] -> \[Favorite] list.

{% hint style="info" %}
If you notice incorrect or outdated information, you can tap the icon \[Questions about this event?] in the top right corner and click \[Edit this Event] to update it. For more details, please read the [Share Information, Gain Rewards](/swing-jam-101/mindset/earn-jampoints-by-contributing.md).
{% endhint %}

### Find Social Dances

In \[Discover], you can quickly browse upcoming social dances over the next few weeks by selecting a city on the calendar. Each event includes details such as the party name, date, address, and organizer.

{% hint style="info" %}
If you notice incorrect or outdated information, you can tap the icon \[Questions about this social?] in the top right corner and click \[Edit this Social] to update it. For more details, please read the [Share Information, Gain Rewards](/swing-jam-101/mindset/earn-jampoints-by-contributing.md).
{% endhint %}

{% hint style="info" %}
If there are no party listings in your city yet, don’t be discouraged. We are continuously collecting and adding more events, and you’re warmly invited to share any parties you know about on the Post] page. This will help dancers in other cities learn about local parties and get connected with the community faster. For more details, please read the [Share Information, Gain Rewards](/swing-jam-101/mindset/earn-jampoints-by-contributing.md).
{% endhint %}

### Find Organizations

We are actively encouraging organizers around the world to register on Swing Jam so their events and social dances can reach more dancers.


---

# 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/key-features/quickstart.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.
