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

# Help content

Click [HERE](https://www.youtube.com/watch?v=0lDbBuinWJU) to **watch the video** about how to build up the Help contents in Lumise.

From the Dashboard, click on **Settings** > **Help contents.**

![](/files/-MN2kpbdOKX9narZNS1F)

![](/files/-MN2l1DVaf_W6CLZHaQe)

This is a tab for config help contents on the design editor. Including 5 tabs, all you need to do is fill in the content for each tab.

{% hint style="success" %}
Add the content as plain text, rick text, or HTML code, you can translate the title or the content to another language by creating new language text.
{% endhint %}

After filling in your content. Press the **SAVE SETTINGS** button to store data.


---

# 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://docs.lumise.com/settings/help-content.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.
