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

# Kann ich Overleaf ausprobieren, ohne mich anzumelden?

Um auf Overleaf mit dem Schreiben zu beginnen, müssen Sie zunächst ein Konto erstellen; sobald Sie angemeldet sind, werden alle Projekte, die Sie erstellen oder hochladen, automatisch in Ihrem neuen Konto gespeichert. Um es auszuprobieren, klicken Sie einfach [hier](https://www.overleaf.com/docs?template=overleaf\&rich_text=true) um mit der Standardvorlage von Overleaf ein neues Dokument zu erstellen; Sie werden dann aufgefordert, sich bei Bedarf anzumelden oder zu registrieren.

Wenn Sie kein Konto haben oder Overleaf nicht verwenden möchten, um Ihre eigenen Dokumente zu schreiben, können Sie ein Overleaf-Dokument trotzdem ansehen, indem Sie den Dokumentenbesitzer bitten, Ihnen [den Nur-Lese-Link zu diesem Dokument zu senden](/latex/de/readme.md), den Sie ohne Anmeldung ansehen können. Beachten Sie, dass der Besitzer des Dokuments [die Linkfreigabe aktivieren muss](/latex/de/wissensdatenbank/130-sharing-a-project.md) um Ihnen den Nur-Lese-Link zur Verfügung zu stellen.

Wenn Sie neu bei LaTeX sind und mehr erfahren möchten, haben wir eine Reihe von Einführungsinhalten, die auf unserer [Tutorials-Seite](/latex/de/weitere-themen/48-tutorials.md) aufgeführt sind, zusätzlich zu den Materialien dieses [Learn-Wikis](/latex/de/readme.md). Um Ihnen den Einstieg zu erleichtern, werfen Sie einen Blick auf unseren Schnellstartleitfaden namens [LaTeX in 30 Minuten lernen](/latex/de/latex-grundlagen/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/de/wissensdatenbank/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.
