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

# eVOLVER Community

## Check out the forum!

New to eVOLVER, or have any questions about how something works or how to do something? Head over to our Discourse forum! We have many guides and resources available and are happy to start a conversation about your eVOLVER and science! [https://evolver.bio](https://evolver.bio/)

## What are the different platforms used for?

### Forum

For questions, discussion, and knowledge building

Should users find a problem, they should characterize it and submit it to group discussion on the forum

### GitHub

For tracking and distributing code and hardware development.

Not for discussion

### Wiki - Documentation

Basic information about the eVOLVER (about the project, contributing, where to buy)

Guides

In-depth hardware / software documentation

[How to Edit the Wiki](/evolver/contributing/documentation/how-to-edit-the-wiki.md)

### Publications

Background, final data and experiments

Extensive documentation in the supplements, meant for reference


---

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

```
GET https://khalil-lab.gitbook.io/evolver/general/evolver-community.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.
