> 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/da/apps-integrations/api-and-building-apps.md).

# API og udvikling af apps

Sesami tilbyder offentlig API-adgang og en app-platform, som giver udviklere værktøjerne til at udvide Sesami og bygge brugerdefinerede integrationer.

## API-adgang

Sesamis API lader dig integrere Sesami i dine egne systemer og arbejdsgange:

* **Automatiser opgaver** — synkroniser bookingsdata med eksterne systemer
* **Byg brugerdefinerede integrationer** — forbind Sesami med dit CRM, ERP eller interne værktøjer
* **Synkroniser data** — træk data om aftaler, सेवices og ressourcer ind i dine egne platforme
* **Opret brugerdefinerede bookingforløb** — byg skræddersyede oplevelser ved hjælp af Sesami SDK'et

Alle Sesami-abonnementer inkluderer **API- og SDK-adgang**.

{% hint style="success" %}
API-dokumentation: [sesami.dev](https://sesami.dev)
{% endhint %}

## Sesami-apps

Sesami-apps lader dig bygge indlejrede oplevelser, der kører direkte i Sesami Admin Portal og i bookingforløbet.

### Hvad Sesami-apps kan gøre

* **Integration med Admin Portal** — tilføj en side til indstillinger/konfiguration, hvor forhandlere administrerer din app
* **Udvidelser til bookingforløbet** — implementér funktionalitet på bestemte punkter i kundens bookingoplevelse (f.eks. indsamling af data under booking, visning af info i aftaledetaljer)
* **Forbedr arbejdsgange** — udvid Sesamis funktioner med brugerdefinerede funktioner

### Eksempel: Sesami Forms App

Den [Sesami Forms App](/da/apps-integrations/sesami-forms-app.md) er et godt eksempel — den indlejrer en formular direkte i bookingforløbet og indsamler kundeoplysninger under bookingprocessen.

### Offentlige og private apps

* **Private apps** — bygget til en specifik butik eller intern brug
* **Offentlige apps** — kan deles via Sesami App Store

{% hint style="success" %}
Lær, hvordan du bygger Sesami-apps: [sesami.dev/docs/sesami-apps/intro](https://sesami.dev/docs/sesami-apps/intro/)
{% endhint %}

## Kom godt i gang

1. Gennemgå API- og app-dokumentationen på [sesami.dev](https://sesami.dev)
2. Test i en Shopify-udviklingsbutik (Sesami er gratis på udviklingsbutikker)
3. Byg og implementér din integration eller app

## Support

* **Udviklerdokumentation**: [sesami.dev](https://sesami.dev)
* **Support**: <help@sesami.co>
* **Enterprise-integrationer**: [Professionelle tjenester](/da/kom-i-gang/onboarding/professional-services.md)

## Relateret

* [Sesami Forms App](/da/apps-integrations/sesami-forms-app.md) — eksempel på en Sesami-app
* [Sesami Flows](/da/automatiseringer/sesami-flows.md) — automatisering uden kode


---

# 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/da/apps-integrations/api-and-building-apps.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.
