> For the complete documentation index, see [llms.txt](https://jmperafan.gitbook.io/meetups/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jmperafan.gitbook.io/meetups/before-the-meetup/venue.md).

# Venue

## What are you looking for? <a href="#what-are-you-looking-for" id="what-are-you-looking-for"></a>

#### Size <a href="#size" id="size"></a>

Meetups on average attract between 30 to 100 guests. Very rarely you will go outside of that threshold. A lot of times, the venue will set up the maximum attendants allowed.

#### Facilities <a href="#facilities" id="facilities"></a>

You need a venue that has enough places to sit everybody, a place for the speaker to stand, a computer, a beamer, and hopefully a bar/social area.

{% hint style="info" %}
I was offered a venue for free… But I needed to bring chairs and a beamer. Needless to say, we didn’t take it.
{% endhint %}

#### Convenience <a href="#convenience" id="convenience"></a>

A lot of people won’t come if the venue is difficult to reach or far. The ideal venue is both car-friendly, but also easily accessible by public transport. Also, being close to a train station means you can expect more guests from outside of Amsterdam.

#### Price <a href="#price" id="price"></a>

Free venues are better, but price can be often be a constrain. Most hotels will be happy to host your Meetup… If you pay for it.

Please note that price not only refers to the cost of the venue. It might also refer what you need to bring (like bringing chairs) and the services they provide. For example, many venues will force you to buy catering from them at a higher price.


---

# 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://jmperafan.gitbook.io/meetups/before-the-meetup/venue.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.
