> For the complete documentation index, see [llms.txt](https://docs.melandlabs.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.melandlabs.ai/readme.md).

# Welcome

Welcome to the Meland Labs docs!&#x20;

Here you can find documentations related to Meland Labs products. Any requests for new documents or direct edits are welcome!

### Lumis User Docs

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-bolt">:bolt:</i></h4></td><td><a href="/pages/7FvWQMF0kTK7HGhlQfmo"><strong>Lumis 101</strong></a></td><td>The very basic introduction of Lumis</td><td></td><td></td><td><a href="/pages/7FvWQMF0kTK7HGhlQfmo">/pages/7FvWQMF0kTK7HGhlQfmo</a></td></tr><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><a href="/pages/QPzbTvC6XsT5gERiU43E"><strong>Getting Started</strong></a></td><td>Sign up, log in, and connect</td><td></td><td></td><td><a href="https://github.com/GitbookIO/gitbook-templates/blob/main/product-docs/broken-reference/README.md">https://github.com/GitbookIO/gitbook-templates/blob/main/product-docs/broken-reference/README.md</a></td></tr><tr><td><h4><i class="fa-rectangle-history">:rectangle-history:</i></h4></td><td><a href="/pages/LQyovE7bkxGOovuLMURw"><strong>Message Summary</strong></a></td><td>Get your summary asynchronously</td><td></td><td></td><td><a href="/pages/QPzbTvC6XsT5gERiU43E">/pages/QPzbTvC6XsT5gERiU43E</a></td></tr><tr><td><h4><i class="fa-message-bot">:message-bot:</i></h4></td><td><a href="/pages/jaWTKgJUR3g4GJ0xCkbH"><strong>Conversation</strong></a></td><td>Ask and get the answer</td><td></td><td></td><td></td></tr><tr><td><h4><i class="fa-reply">:reply:</i></h4></td><td><a href="/pages/0FwrVHgVx5mFcPzHV5Ni"><strong>Quick Reply</strong></a></td><td>Generate, translate, and send</td><td></td><td></td><td></td></tr><tr><td><h4><i class="fa-dailymotion">:dailymotion:</i></h4></td><td><a href="/pages/nDLAacmhDWIvt3gkwWa7"><strong>Daily Report</strong></a></td><td>Progress, to-dos, and what you’ve missed</td><td></td><td></td><td></td></tr><tr><td><h4><i class="fa-language">:language:</i></h4></td><td><a href="/pages/YNdcoTviGUCsojXaboRC"><strong>Language Settings</strong></a></td><td>Global language settings and switching</td><td></td><td></td><td></td></tr><tr><td><h4><i class="fa-layer-plus">:layer-plus:</i></h4></td><td><a href="/pages/AU13ST0dTe9qJkMyPwEn"><strong>Connect to Platforms</strong></a></td><td>Connect and authorize to more platforms</td><td></td><td></td><td></td></tr><tr><td><h4><i class="fa-arrow-up-right-dots">:arrow-up-right-dots:</i></h4></td><td><a href="/pages/LP2LDisSmySHHtlhc7aY"><strong>Upgrade Plan</strong></a></td><td>Upgrade your plan</td><td></td><td></td><td></td></tr></tbody></table>


---

# 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://docs.melandlabs.ai/readme.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.
