# la plante

### La Plante is a virtual house plant hosted in its own autonomous system, powered by a generator.

This project serves as a playground to explore and tame various technologies. This micro site was created to explain this process. Everything below refers to an interactive version of the project which is currently on hold.

<figure><img src="https://3543828044-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8qGmCv93tIj6naHAsA9%2Fuploads%2FAQR8b2tRIFARl7mbcVjR%2FResolve_o7kLFWm48v.png?alt=media&#x26;token=e6bb6730-9868-481f-bd16-cb3f93b38434" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3543828044-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8qGmCv93tIj6naHAsA9%2Fuploads%2FVXD8PJog6dtWSKBPMk5M%2FResolve_c9ctS1IxEY.png?alt=media&#x26;token=44a3fbf5-9a90-4340-bdfd-8a6ad5e263fa" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3543828044-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8qGmCv93tIj6naHAsA9%2Fuploads%2FdMiFda2agj4LFEahrC9J%2FResolve_s3C4U7oD86.png?alt=media&#x26;token=5681d982-474e-4524-b03e-8e3a27573186" alt=""><figcaption></figcaption></figure>

This project is a work in progress; nothing is set in stone. You are invited to experiment and feedback is more than welcome. For this reason, there is an online component to La Plante. A series of events will be published on a [Discord Server](https://discord.gg/Pm6My7HNSX). Users are invited to vote on the events.

A first version of La Plante is being presented at [Sporobole, Sherbrooke, CA](https://sporobole.org/en/programming/baron-lanteigne-intangible-in-between-zoom-out-sortir-de-zoom/) from September 9th 2022 until October 15th 2022. This time around, a single plant will grow. You are free to help it bloom or let it die.

### Project Structure

![](https://3543828044-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FL8qGmCv93tIj6naHAsA9%2Fuploads%2FFA6XPo3lv6eViAtrpDdp%2FMiro_AwZAM2UXDS.png?alt=media\&token=4169be63-89f2-4893-964c-bc2c09800b0e)

#### Users

Users are invited to join a discord server where the game takes place under the form of a series of events about the growth of a small virtual house plant.

#### Events

Events are short prompts generated by an AI writing tool. Each event offers two actions that will impact the simulation but its effect has to be deducted. Users then vote for one action based on a speculated outcome.

#### Chat Bot

The chat bot records the votes and update the simulation accordingly. The bot acts as an intermediary between the users and the simulation.

#### Plant Simulation

Following multiple rules, the plant parameters influence its growth. Most of this data is hidden to the online users but can be seen as a print log on the sculpture.

#### Visualization

A parametric plant system created in Blender with Geo Nodes is controlled by the simulation. This visual output is accessed either online on the discord server or on the sculpture itself.

#### NFT

A unique token is generated based on the visualization. The simulation parameters are also stored as attributes. It is sent to everyone who contributed to its creation.

### Next Step:

{% content-ref url="how-to-play" %}
[how-to-play](https://baronlanteigne.gitbook.io/la-plante/how-to-play)
{% endcontent-ref %}

{% content-ref url="project-contributors-and-contact" %}
[project-contributors-and-contact](https://baronlanteigne.gitbook.io/la-plante/project-contributors-and-contact)
{% endcontent-ref %}

{% embed url="<https://discord.gg/Pm6My7HNSX>" %}


---

# 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://baronlanteigne.gitbook.io/la-plante/la-plante.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.
