> For the complete documentation index, see [llms.txt](https://lyssna.gitbook.io/lyssna-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lyssna.gitbook.io/lyssna-docs/readme.md).

# Lyssna, läs och upptäck

Spellistor, bloggtips och resmål för lugna stunder och nya upplevelser.

Välkommen till Lyssna! Här samlar vi sådant som gör vardagen lite trevligare: berättelser och musik att lyssna på, bloggar att läsa och platser att längta till. Oavsett om du vill varva ner med familjen, hitta något roligt i lurarna eller drömma om nästa resa finns här en ingång för dig.

### Spellistor

Hitta något att lyssna på för stunden. Här finns Spotify-listor med sagor, godnattvisor och lugn musik för barn, men också feelgood-böcker, roliga poddar och humoristiska ljudböcker. Välj en berättelse till läggdags, ett skratt på promenaden eller ett stillsamt sällskap i bakgrunden.

[Utforska spellistorna](https://lyssna.gitbook.io/lyssna-docs/spellistor)

### Läsvärda bloggar

Upptäck personliga röster och nya perspektiv. Vi presenterar bloggar om resor, vardagsliv och romantiska utflykter, med länkar som gör det lätt att läsa vidare. Här kan du hitta både inspiration till nästa äventyr och tankar som ger en vanlig dag lite mer innehåll.

[Hitta en blogg att läsa](https://lyssna.gitbook.io/lyssna-docs/lasvarda-bloggar)

### Resmål

Låt reslusten ta dig till Berlin, Hamburg, Alicante, Mallorca, Paris eller Gdansk. Våra korta presentationer ger en känsla för varje plats och vad som väntar där – från storstadens kultur och hamnkvarter till stränder, berg och promenader genom historiska miljöer.

[Upptäck resmålen](https://lyssna.gitbook.io/lyssna-docs/resmal)

### Vad är du sugen på i dag?

Börja med det som passar ditt humör. Lyssna på en saga tillsammans, låt en blogg väcka en ny tanke eller ta en paus och dröm dig bort till en annan plats. Du behöver inte ha en plan för att hitta något du tycker om.


---

# 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://lyssna.gitbook.io/lyssna-docs/readme.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.
