> 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/knowledge-base/010-can-i-try-overleaf-without-signing-up.md).

# 가입하지 않고 Overleaf를 사용해 볼 수 있나요?

Overleaf에서 글을 쓰기 시작하려면 먼저 계정을 만들어야 합니다. 그런 다음 로그인하면, 만들거나 업로드한 모든 프로젝트가 새 계정에 자동으로 저장됩니다. 직접 사용해 보려면 그냥 [여기를 클릭하세요](https://www.overleaf.com/docs?template=overleaf\&rich_text=true) 기본 Overleaf 템플릿으로 새 문서를 만들려면; 그러면 필요에 따라 로그인하거나 등록하라는 안내가 표시됩니다.

계정이 없거나 Overleaf를 사용해 직접 문서를 작성할 계획이 없다면, 문서 소유자에게 [해당 문서의 읽기 전용 링크를 보내 달라고 요청하세요](/latex/ko/readme.md), 그러면 로그인하지 않고도 볼 수 있습니다. 문서의 소유자는 [링크 공유를 켜야 합니다](/latex/ko/knowledge-base/130-sharing-a-project.md) 읽기 전용 링크를 제공하기 위해.

LaTeX가 처음이고 더 알아보고 싶다면, 저희의 다양한 입문 콘텐츠가 다음에 목록으로 정리되어 있습니다 [튜토리얼 페이지](/latex/ko/more-topics/48-tutorials.md) 이 자료 외에도 이 [Learn 위키](/latex/ko/readme.md). 시작하는 데 도움이 되도록, 다음의 빠른 시작 가이드를 살펴보세요 [30분 만에 LaTeX 배우기](/latex/ko/latex/01-learn-latex-in-30-minutes.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/knowledge-base/010-can-i-try-overleaf-without-signing-up.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.
