> For the complete documentation index, see [llms.txt](https://help-documents.gitbook.io/hmieditorp-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help-documents.gitbook.io/hmieditorp-manual/5.-project-settings/untitled.md).

# 5.4 Extend

## Into setup

**Introduction**

\[Into setup] provides entering ways of the HMI setup interface and encrypting the setup screen;

**Operating procedure of setting into setup way**

1. Open \[Project setting] windows;
2. Open \[extend] sub-windows;
3. Select \[Startup] or \[Running];
4. Set \[Time];

![](/files/-M149oACqgq2cP_L_sRj)

{% hint style="success" %}
**Result**

1. If select \[Startup] mode, and the \[Time] is 5 seconds
2. When HMI is starting, holding press the top right corner of screen;
3. Keep press 5 seconds;
4. HMI will display setup screen;

2\. If select \[Running] mode, and the \[Time] is 5 seconds

* When HMI is running, holding press the top right corner of screen;
* Keep press 5 seconds;
* HMI will display setup screen;
  {% endhint %}

**Operating procedure of encrypting the setup**

1. Open \[Project setting] windows;
2. Open \[extend] sub-windows;
3. Set password

{% hint style="success" %}
**Result**

Password is required during entering the setup screen;
{% endhint %}

## Special expansion

**Introduction**

\[Special expansion] is for extending audio play and camera input functions for special HMI models;

![](/files/-M149oADzc5X9GkuMOEN)

**Operating procedure**

1. Open \[Project setting] windows;
2. Open \[extend] sub-windows;
3. Check function;
4. Click \[Set] button to open setting screen;
5. Do configuration for function;
6. Click \[OK] to save and exist;

{% hint style="success" %}
**Result**

Enbale audio play function and camera function in HMI project
{% endhint %}

{% hint style="info" %}
**Note:**

Those two functions are not available for all HMIs, only special HMI models could support them;

The details of function settings please refer to [Advanced function](broken://pages/-M149oABheUPk-BTyVfH#_Advanced_Functions);
{% endhint %}

## Input device

**Introduction**

\[Input device] is used for enable input devices, like keyboard and mouse.

![](/files/-M149oAEWw6-CLZFValA)

**Operating procedure**

1. Open \[Project setting] windows;
2. Open \[extend] sub-windows;
3. Check \[Enable keyboard] and \[Display cursor]
4. Click \[OK] to save and exist;

{% hint style="success" %}
**Result**

The arrow will be display in screen when HMI is running, and keyboard could be used for entering code and control cursor.
{% endhint %}


---

# 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://help-documents.gitbook.io/hmieditorp-manual/5.-project-settings/untitled.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.
