# NIME Conference Cookbook

[This online book](https://nime-conference.github.io/cookbook/) is a semi-public working document for the organization of the [NIME conference](http://www.nime.org) series. It is split into a [general](https://nime-conference.github.io/cookbook/info) section, a section for the [chairs](https://nime-conference.github.io/cookbook/chairs) of the annual conferences, and another for the [officers](https://nime-conference.github.io/cookbook/officers/) responsible for the general operations of the community.

The cookbook is hosted on GitHub Pages at this location: <https://nime-conference.github.io/cookbook/>

The source can be found and edited in this GitHub Repository: <https://github.com/NIME-conference/cookbook/>

If you want comment on anything or get write access to the Cookbook, please get in touch with the [chair of the Steering Committee](http://people.uio.no/alexanje).


---

# 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://nime.gitbook.io/conference-cookbok/readme.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.
