# Other things to think about

- [Accessibility](https://global-game-jam.gitbook.io/ggj-manual/other-things-to-think-about/accessibility.md): Part of GGJs main mission is to make game making and the game making community as accessible as possible to as many people as possible. Here are some things to consider when planning your event.
- [Software and Platforms](https://global-game-jam.gitbook.io/ggj-manual/other-things-to-think-about/software-and-platforms.md)
- [Top 10 Jammer requests!](https://global-game-jam.gitbook.io/ggj-manual/other-things-to-think-about/top-10-jammer-requests.md): Every year GGJ conducts a jammer survey after the event. Here are the top 10 things that came up time and time again in our feedback for 2014.
- [Applying for Financial Support](https://global-game-jam.gitbook.io/ggj-manual/other-things-to-think-about/applying-for-sponsorship.md): A common question we get from Site Organisers is how to apply for sponsorship to help support their site. Here we list a few ideas on who to reach out to, and how to do it.
- [Gameplay Videos](https://global-game-jam.gitbook.io/ggj-manual/other-things-to-think-about/gameplay-videos.md): A lot of people (inc. media) are going to start browsing jam sites. There are a LOT of games made. People don't have time to play each and every game, so a great video will drag in the players.


---

# Agent Instructions: 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:

```
GET https://global-game-jam.gitbook.io/ggj-manual/other-things-to-think-about.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
