# Introduction

Welcome to the documentation for the Lunchbot Python Library. The Lunchbot Python Library provides integration with the[ Lunchbot API](https://eatery.nero2k.com/api), created by [Nero2k](https://github.com/NERO2k). This library is maintained by [Sotpotatis](https://github.com/sotpotatis/).

Eatery is a chain of restaurants in Sweden, and the Lunchbot API provides the weekly lunch menu for the restaurant Eatery Kista Nod.

Want to contribute? Found an issue? The entire source code for the library is available on [GitHub](https://github.com/sotpotatis/Lunchbot-Python). Contributions, pull requests, and issues are appreciated.

### Getting started

Click here for a [quickstart ](https://lunchbot-python.albins.website/quickstart)tutorial. For more usage examples, click [here](https://lunchbot-python.albins.website/usage-examples).

### Naming

The library is referenced here to as the "Lunchbot Python Library", however, in your code, the end-user will refer to it as simply `EateryNod` . The -Nod addition is to prevent misunderstanding since the Lunchbot API only supports the Eatery restaurant location "Kista Nod". Some internal functions don't use the "Nod" addition, but the user will not refer to these. If you're a package owner, and the package naming interferes with your plans, drop me an email at <albinsmejladress@protonmail.com> and I'll see what I can do.

### Documentation coverage

This documentation covers everything that you need to know how to code in the recommended way with the code that you should be using. However, some internal functions, classes, and exceptions are not documented yet. I am working to get that done in the near future. The source code is well-documented and has code comments for pretty much everything, which makes it easy to reverse-engineer.


---

# 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://lunchbot-python.albins.website/master.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.
