# Learn

Welcome to the official documentation repository for Meeda.

Meeda is developed and maintained by [MemoLabs](https://memolabs.org/). Meeda provides a data availability solution for Ethereum Layer 2.

## Features

* Safe and reliable
* High scalability
* Low cost
* Simple and efficient

## Directory Structure

* Learn: Contains a detailed introduction to Meeda.
* Node: Deployment, configuration, and startup guidance for all nodes.
* Developers: Some interface, interaction, development design documents for developers.
* FAQ: Some common questions and answers.
* Community: Our community links and other resource links, welcome to communicate with us.
* /images: Contains all images from this site.

## Contribution Guidelines

This documentation website is built by [GitBook](https://www.gitbook.com/). Any modifications on github will be synchronized to gitbook, and modifications on gitbook will also be synchronized to github.

[Meeda gitbook](https://memolabs.gitbook.io/meeda)

We welcome community contributions!

Please ensure to create a new branch for your changes and gives a correct and sufficient commit message before commit.


---

# 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://memolabs.gitbook.io/meeda/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.
