# COMPUTER SCIENCE

- [뮤텍스와 세마포어](https://incheol-jung.gitbook.io/docs/q-and-a/computer-science/undefined-1.md): 뮤텍스와 세마포어에 대해 알아보자
- [Context Switch](https://incheol-jung.gitbook.io/docs/q-and-a/computer-science/context-switch.md): 문맥교환에 대해 알아보자
- [REST API](https://incheol-jung.gitbook.io/docs/q-and-a/computer-science/rest-api.md): REST API에 대해서 알아보자
- [HTTP HEADER](https://incheol-jung.gitbook.io/docs/q-and-a/computer-science/http-header.md): HTTP 헤더에 대해 알아보자
- [HTTP METHOD](https://incheol-jung.gitbook.io/docs/q-and-a/computer-science/http-method.md): HTTP METHOD에 대해서 알아보자
- [HTTP STATUS](https://incheol-jung.gitbook.io/docs/q-and-a/computer-science/http-status-todo.md): HTTP 상태값에 대해 알아보자


---

# 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://incheol-jung.gitbook.io/docs/q-and-a/computer-science.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.
