# 힌트

유저가 앱에서 텍스트 수정이 가능한 경우에 '힌트'를 적용하여 유저에게 힌트를 줄 수 있어요. 주로 안내 문구 "내용을 입력하세요" 등에 많이 사용해요.&#x20;

* 형식 : 텍스트
* 추천 사용 값 : 검색어를 입력해 주세요, 내용을 입력해 주세요.

> \#힌트, #안내 문구, #글자 힌트, #내용을 입력하세요.

2023.08.03 Jinny

**Hint**&#x20;

When users can edit the text on the app page, you can apply the 'hint' feature to provide helpful cues, guiding them with informative prompts, such as "Enter the content."

* Format: Text&#x20;
* Recommended usage value: Please enter the search term, please enter the content.

2023.07.31 Song


---

# 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://docs.ohmyapp.io/main/guide/develop_app/4/style/hint.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.
