> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/ko/questions-and-answers/37-how-do-i-use-letters-with-accents-e.g.-in-french-or-portuguese.md).

# 악센트가 있는 글자(예: 프랑스어 또는 포르투갈어)는 어떻게 사용하나요?

악센트 문자를 사용하는 LaTeX 예시는 언어 조판에 관한 도움말 문서에서 찾을 수 있으며, 여기에는 [프랑스어](/latex/ko/languages/07-french.md), [스페인어](/latex/ko/languages/15-spanish.md) 또는 [독일어](/latex/ko/languages/08-german.md).

관심을 가질 만한 관련 문서는 다음과 같습니다:

* [polyglossia와 fontspec을 사용한 Overleaf의 다국어 조판](/latex/ko/languages/01-multilingual-typesetting-on-overleaf-using-polyglossia-and-fontspec.md)
* [babel과 fontspec을 사용한 Overleaf의 다국어 조판](/latex/ko/languages/02-multilingual-typesetting-on-overleaf-using-babel-and-fontspec.md)


---

# 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://overleaf-pro.ayaka.space/latex/ko/questions-and-answers/37-how-do-i-use-letters-with-accents-e.g.-in-french-or-portuguese.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.
