> 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/pt-br/faq/pricing.md).

# Preços

<details>

<summary>Quanto custa o Premium?</summary>

Os preços são exibidos na página Premium do seu painel. É lá que você pode ver o valor do seu servidor. O [plano gratuito](https://ticketking.xyz/free-discord-ticket-bot) cobre a maioria dos servidores; veja [detalhes de preços](https://ticketking.xyz/pricing-details) para os valores do Premium por tamanho de servidor.

→ [Assinando](/docs/pt-br/premium/subscribing.md)

</details>

<details>

<summary>Onde posso ver minhas assinaturas?</summary>

[ticketking.xyz/user/subscriptions](https://ticketking.xyz/user/subscriptions) mostra todas as assinaturas que você iniciou em todos os servidores.

</details>

<details>

<summary>Como faço para cancelar?</summary>

Duas maneiras:

1. **Por servidor:** Painel → Premium → Cancelar assinatura.
2. **Por usuário.** Abra [ticketking.xyz/user/subscriptions](https://ticketking.xyz/user/subscriptions) e clique em Cancelar.

Você mantém o acesso até o fim do seu período de cobrança atual.

→ [Gerenciando sua assinatura](/docs/pt-br/premium/managing-your-subscription.md)

</details>

<details>

<summary>O que acontece se eu cancelar?</summary>

Você mantém o Premium até o fim do seu período de cobrança. Depois disso, os recursos Premium são bloqueados, mas seus dados (modelos, comandos personalizados e assim por diante) são preservados.

→ [Sem Premium](/docs/pt-br/premium/no-longer-premium.md)

</details>

<details>

<summary>E se meu pagamento falhar?</summary>

Você é notificado por e-mail. Se o pagamento não puder ser cobrado, o Premium expira na data de vencimento atual.

</details>

<details>

<summary>Posso transferir minha assinatura para outro servidor?</summary>

Sim. Painel → Premium → Transferir Premium.

Há um período de espera de 24 horas após cada transferência. O servidor de destino não pode já ter uma assinatura ativa.

→ [Gerenciando sua assinatura](/docs/pt-br/premium/managing-your-subscription.md)

</details>

<details>

<summary>Remover o bot cancela minha assinatura?</summary>

**Não.** Remover o bot do seu servidor não cancela a cobrança. Você precisa cancelar explicitamente.

</details>

<details>

<summary>Tenho uma dúvida sobre a conta que não está aqui</summary>

Contato <support@ticketking.xyz>.

</details>

## Relacionado

{% content-ref url="/pages/e44302dcbb64a172604e9af4aee8bfa193637cb1" %}
[Planos e preços](/docs/pt-br/premium/plans-and-pricing.md)
{% endcontent-ref %}

{% content-ref url="/pages/7c463af059c94e758314d9238ac4dc9d74730140" %}
[Gerenciando sua assinatura](/docs/pt-br/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/pt-br/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.
