> For the complete documentation index, see [llms.txt](https://docs.skydeck.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skydeck.ai/da/control-center/billing/buy-credits.md).

# Køb Kredit

## Oversigt

Credits er en form for forudbetalt valuta, der bruges til at få adgang til AI-funktioner inden for GenStudio. Når du bruger AI-modeller, reduceres din kreditbalance baseret på antallet af tokens, der bruges af modellen. Du kan købe yderligere credits når som helst. **Kun kontoejere på en betalt plan kan købe yderligere credits.**

## Trin til at Købe Kredit

1. **Naviger til Faktureringssektionen:** Gå til fanen "Konto" i SkyDeck.ai Kontrolcenteret, og vælg derefter "Fakturering".
2. **Klik på "Køb Kredit" Knappen:** "Køb Kredit" knappen er kun synlig for kontoejere på en betalt plan. Klik på den, hvis den er tilgængelig.

   <figure><img src="https://github.com/skydeckai/docs/blob/production/da/.gitbook/assets/Screenshot%202025-01-24%20at%2017.33.01.png" alt=""><figcaption><p>Køb Kredit Knappen</p></figcaption></figure>
3. **Indtast Beløbet:** Et modalvindue vil dukke op. Indtast det beløb af kredit, du ønsker at købe, i inputfeltet.

   <figure><img src="https://github.com/skydeckai/docs/blob/production/da/.gitbook/assets/Screenshot%202025-01-24%20at%2017.33.54.png" alt=""><figcaption><p>Køb Kredit Modal</p></figcaption></figure>
4. **Bekræft Dit Køb:** Klik på "Køb Kredit" knappen i modalvinduet.
5. **Bekræftelse:** Du vil se en bekræftelsesmeddelelse, hvis dit køb var vellykket. Transaktionen kan tage et øjeblik at behandle. Din kreditbalance vil blive opdateret snart.

## Vigtige Bemærkninger

* Kredit er ikke refunderbar.
* Det mindste beløb, du kan købe, er $1.
* Det maksimale beløb, du kan købe, er $100.000.
* Kredit forbruges baseret på dit forbrug af LLM'er inden for GenStudio.

Hvis du oplever problemer, mens du køber kredit, bedes du kontakte <support@skydeck.ai> for assistance.


---

# 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://docs.skydeck.ai/da/control-center/billing/buy-credits.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.
