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

# Johdanto ohjeisiin

<h2 align="center">Mitä voimme auttaa sinua löytämään?</h2>

<p align="center">Opi ja hallitse <strong>Sesami-varausalusta</strong>. Selaa alla olevia aiheita tai käytä Sesami Help AI -avustajaa kysyäksesi mitä tahansa apua tarvitsemaasi.</p>

<p align="center"><button type="button" class="button primary" data-action="search" data-query=" " data-icon="magnifying-glass">Kysy Sesami AI:ltä</button> <a href="/pages/b62075d8b843cc08d8374533edc8759d337d65da" class="button secondary">Ota yhteyttä tukeen</a></p>

<table data-view="cards"><thead><tr><th></th><th></th><th></th></tr></thead><tbody><tr><td><h4><i class="fa-leaf">:leaf:</i></h4></td><td><a href="/pages/a0ebc7aff5cceb7166785f6a24d7ce6755ceb8a5"><strong>Aloita tästä</strong></a></td><td>Saat apua perusteisiin</td></tr><tr><td><h4><i class="fa-calendar-star">:calendar-star:</i></h4></td><td><a href="/pages/d2ee805902e9599d34f7b3b441f4f4187d2f9620"><strong>Varaukset</strong></a></td><td>Liity yhteisöömme</td></tr><tr><td><h4><i class="fa-envelope">:envelope:</i></h4></td><td><a href="/pages/69002d71f93ee569c5d9b86cca67396c93e1467d"><strong>Ilmoitukset</strong></a></td><td>Lähetä vahvistussähköposteja</td></tr><tr><td><h4><i class="fa-computer-mouse">:computer-mouse:</i></h4></td><td><a href="/pages/0878c9495cda0ee3f67cebf833bc4cff261e75d2"><strong>Ylläpitäjäportaali</strong></a></td><td>Hallitse alustaa</td></tr><tr><td><h4><i class="fa-plug">:plug:</i></h4></td><td><a href="/pages/b54d79bdc3dd13bb2c5edacb56542ba49352f3a5"><strong>Sovellukset ja integraatiot</strong></a></td><td>Laajenna työkalupakkiasi</td></tr><tr><td><h4><i class="fa-paper-plane-top">:paper-plane-top:</i></h4></td><td><a href="/pages/d035c60299af6b3cc624ef4b3636e3bedc5c789f"><strong>Automatisoinnit</strong></a></td><td>Rakenna ja hallitse työnkulkuja</td></tr><tr><td><h4><i class="fa-credit-card">:credit-card:</i></h4></td><td><a href="/pages/f64faf51e875362d89a38d875c2fca36d5d5bcb9"><strong>Maksut</strong></a></td><td>Ota maksut/kassa käyttöön</td></tr><tr><td><h4><i class="fa-chart-pie-simple">:chart-pie-simple:</i></h4></td><td><a href="/pages/fd7def6fa978fd544d36e276023bb7ca9e6a74d6"><strong>Analytiikka ja raportit</strong></a></td><td>Seuraa onnistumistasi</td></tr><tr><td><h4><i class="fa-money-bill-wave">:money-bill-wave:</i></h4></td><td><a href="/pages/2dde35b2a59721c351068cf359f7b01132c99c0b"><strong>Tilinhallinta</strong></a></td><td>Saat apua laskutukseesi</td></tr></tbody></table>

{% hint style="info" %}
**💜** [**Sesami-arvostelut**](https://apps.shopify.com/sesami/reviews?ratings%5B%5D=5)
{% endhint %}


---

# 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://help.sesami.co/fi/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.
