> For the complete documentation index, see [llms.txt](https://krjaeh0.gitbook.io/j-log/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://krjaeh0.gitbook.io/j-log/programming/cs_basics/web_technologies/browser-and-devtools/inspect.md).

# Inspect

요소 검사를 활용하면 특정 요소의 개괄적인 정보를 파악하고, 이와 관련된 코드를 쉽게 찾을 수 있습니다.

{% stepper %}
{% step %}

### 요소 검사 도구 활성화

요소 검사 버튼을 누릅니다.
{% endstep %}

{% step %}

### 요소 확인

웹 페이지에서 원하는 요소에 마우스를 올리면 해당 요소의 정보가 출력됩니다.

![](/files/38a8fd0ec0dda0829f5237096d8549d72ae4a807)
{% endstep %}

{% step %}

### 코드 하이라이팅

정보가 출력된 상태에서 요소를 클릭하면, 그 요소와 관련된 HTML 코드가 하이라이팅됩니다.

![](/files/553ff11998ca726bff9e9d10ae82d662e9912191)
{% endstep %}
{% endstepper %}


---

# 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://krjaeh0.gitbook.io/j-log/programming/cs_basics/web_technologies/browser-and-devtools/inspect.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.
