# 공유 정보(제목, 설명 등) 설정하기

### 1️⃣ OG 설정하기

* og 태그를 설정하면 외부에 URL 을 공유할시 표기되는 제목, 내용, 이미지를 변경할수 있습니다.
* 만드신 앱의 설정 페이지에서 오픈 그래프 설정 부분을 확인해 주세요.
* 제목, 내용, 이미지를 설정해 주세요.

<figure><img src="/files/7xfLowaFahhwHi76pCsK" alt=""><figcaption></figcaption></figure>

<details>

<summary>❓오픈 그래프를 설정해도 적용이 안될경우</summary>

일반적으로 이미 만드신 앱을 공유한 경우 해당 플랫폼에서 캐시가 적용되어 오픈그래프를 변경하더라도 곧바로 적용되지 않는 경우가 있습니다. 이런 경우는 일정 시간이 지나면 자동으로 적용되지만, 즉시 확인을 원하시면 각 플랫폼에서 캐시 초기화를 해 주셔야 합니다.

* 카카오톡의 경우 : [공유 디버거](https://developers.kakao.com/tool/debugger/sharing) 에서 이미 공유한 앱 URL 을 입력하고 "캐시 초기화" 를 진행해 주세요.
* 페이스북의 경우 : [일괄 무효화 도구](https://developers.facebook.com/tools/debug/sharing/batch/) 에서 이미 공유한 앱 URL 을 입력해 주세요.

</details>


---

# 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.waveon.io/etc/og.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.
