> For the complete documentation index, see [llms.txt](https://s-organization-887.gitbook.io/hostyle-web/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://s-organization-887.gitbook.io/hostyle-web/wordpress-1/undefined-1.md).

# 사이트 기본 정보 설정

* `설정 > 일반`에서 사이트 제목,사이트 아이콘 설정

<figure><img src="/files/lWaEqs1g7ichMdFCv4MH" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/336uSnZWcWir0z8Q1r7S" alt=""><figcaption></figcaption></figure>

* `설정 > 고유주소`에서 URL 구조를 "글 이름"으로 변경 (SEO에 유리)

{% hint style="info" %}
SEO는 "Search Engine Optimization"의 약자로, 검색 엔진 최적화를 의미합니다. 웹사이트나 온라인 콘텐츠가 검색 엔진 결과 페이지(SERP)에서 더 높은 순위에 노출되도록 만드는 일련의 기술과 전략을 통칭합니다. 간단히 말해, 사람들이 특정 정보를 찾기 위해 검색할 때, 여러분의 웹사이트가 더 쉽게 눈에 띄도록 만드는 작업이라고 할 수 있습니다.&#x20;
{% endhint %}

<figure><img src="/files/XuSM2qr4rdRUExckv6IP" alt=""><figcaption></figcaption></figure>


---

# 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://s-organization-887.gitbook.io/hostyle-web/wordpress-1/undefined-1.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.
