> For the complete documentation index, see [llms.txt](https://ticketking.xyz/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ticketking.xyz/docs/fr/faq/pricing.md).

# Tarifs

Questions fréquentes sur les tarifs et la facturation.

<details>

<summary>Combien coûte Premium ?</summary>

Les tarifs sont affichés sur la page Premium de votre tableau de bord. C’est là que vous pouvez voir le montant pour votre serveur. Le [plan gratuit](https://ticketking.xyz/free-discord-ticket-bot) couvre la plupart des serveurs ; voir [détails des tarifs](https://ticketking.xyz/pricing-details) pour les montants Premium selon la taille du serveur.

→ [S’abonner](/docs/fr/premium/subscribing.md)

</details>

<details>

<summary>Où puis-je voir mes abonnements ?</summary>

[ticketking.xyz/user/subscriptions](https://ticketking.xyz/user/subscriptions) affiche tous les abonnements que vous avez lancés sur l’ensemble des serveurs.

</details>

<details>

<summary>Comment annuler ?</summary>

Deux façons :

1. **Par serveur :** Tableau de bord → Premium → Annuler l’abonnement.
2. **Par utilisateur.** Ouverture [ticketking.xyz/user/subscriptions](https://ticketking.xyz/user/subscriptions) et cliquez sur Annuler.

Vous conservez l’accès jusqu’à la fin de votre période de facturation actuelle.

→ [Gérer votre abonnement](/docs/fr/premium/managing-your-subscription.md)

</details>

<details>

<summary>Que se passe-t-il si j’annule ?</summary>

Vous conservez Premium jusqu’à la fin de votre période de facturation. Après cela, les fonctionnalités Premium sont verrouillées, mais vos données (modèles, commandes personnalisées, etc.) sont préservées.

→ [Plus de Premium](/docs/fr/premium/no-longer-premium.md)

</details>

<details>

<summary>Que se passe-t-il si mon paiement échoue ?</summary>

Vous êtes notifié par e-mail. Si le paiement ne peut pas être prélevé, le Premium expire à l’échéance existante.

</details>

<details>

<summary>Puis-je transférer mon abonnement vers un autre serveur ?</summary>

Oui. Tableau de bord → Premium → Transférer Premium.

Il y a un délai de 24 heures après chaque transfert. Le serveur cible ne peut pas déjà avoir un abonnement actif.

→ [Gérer votre abonnement](/docs/fr/premium/managing-your-subscription.md)

</details>

<details>

<summary>Le fait de supprimer le bot annule-t-il mon abonnement ?</summary>

**Non.** Supprimer le bot de votre serveur n’annule pas la facturation. Vous devez annuler explicitement.

</details>

<details>

<summary>J’ai une question liée au compte qui n’est pas ici</summary>

Contact <support@ticketking.xyz>.

</details>

## Lié

{% content-ref url="/pages/05acaee2b55403f7c5e02bbe22010c7dd0e3a3a0" %}
[Forfaits et tarifs](/docs/fr/premium/plans-and-pricing.md)
{% endcontent-ref %}

{% content-ref url="/pages/c894fd2c0a7b089203b4740902af131b602b565f" %}
[Gérer votre abonnement](/docs/fr/premium/managing-your-subscription.md)
{% endcontent-ref %}


---

# 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://ticketking.xyz/docs/fr/faq/pricing.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.
