> For the complete documentation index, see [llms.txt](https://moon-9.gitbook.io/moon-and-co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://moon-9.gitbook.io/moon-and-co/general/roadmap.md).

# Roadmap

Après 2 ans d'idéation, de recherches, on s'est lancé en 2023.&#x20;

* [ ] **15 Mai 2023**\
  nous ouvrirons la pré-commande. Il n'y en aura pas pour tout le monde !<br>
* [ ] **30 septembre 2023**\
  nous closons notre levée de fonds.<br>
* [ ] **Octobre 2023**\
  Nous lançons les travaux de notre premier kiosk 1<br>
* [ ] **T4 2023**\
  1ère Ouverture prévue <br>
* [ ] **T1 2024**\
  Nous lançons les travaux de notre premier flagship 1\
  (Si autorisation administrative en cours obtenu, sinon retour à la case recherche d'un nouveau lieu)

Prêt à la conquête avec nous ?<br>


---

# 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://moon-9.gitbook.io/moon-and-co/general/roadmap.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.
