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

# Kan jag prova Overleaf utan att registrera mig?

För att börja skriva i Overleaf behöver du först skapa ett konto; när du sedan är inloggad kommer alla projekt som du skapar eller laddar upp automatiskt att sparas i ditt nya konto. För att prova det, bara [klicka här](https://www.overleaf.com/docs?template=overleaf\&rich_text=true) för att skapa ett nytt dokument med standardmallen i Overleaf; då uppmanas du att logga in eller registrera dig vid behov.

Om du inte har ett konto eller inte planerar att använda Overleaf för att skriva dina egna dokument kan du ändå visa ett Overleaf-dokument genom att be dokumentets ägare att [skicka dig länken med skrivskyddad åtkomst till det dokumentet](/latex/sv/readme.md), som du kan visa utan att logga in. Observera att dokumentets ägare behöver [aktivera länkdelning](/latex/sv/kunskapsbas/130-sharing-a-project.md) för att kunna ge dig länken med skrivskyddad åtkomst.

Om du är nybörjare i LaTeX och vill lära dig mer har vi ett antal introduktionsmaterial listade på vår [handledningssida](/latex/sv/fler-amnen/48-tutorials.md) utöver materialet på denna [lärwiki](/latex/sv/readme.md). För att hjälpa dig komma igång kan du ta en titt på vår snabbstartsguide som heter [Lär dig LaTeX på 30 minuter](/latex/sv/latex-grunder/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/sv/kunskapsbas/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.
