> For the complete documentation index, see [llms.txt](https://docs.bird.com/toky-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/toky-en/readme/how-can-i-close-my-toky-account.md).

# How can I close my Toky account?

You can close or unsubscribe from Toky services at any time by reaching out [here](https://tokyapp.zendesk.com/hc/en-us/requests/new). After the request was received we will process it within the same business day.

### What to expect afterward <a href="#what-to-expect-afterward" id="what-to-expect-afterward"></a>

* We will acknowledge the reception of your request and cancel your subscription immediately. Your account will continue working until the end of your subscription period but it will not renew automatically.
* With the spirit of improving our product we generally ask for feedback regarding the reason for the cancellation. If you can provide this information alongside your cancellation request we would greatly appreciate it.
* If you want to port out your existing Toky numbers, please refer to [this tutorial](https://tokyapp.zendesk.com/hc/en-us/articles/360020886078). Numbers will be permanently deleted within a 30 days period.
* Please have in mind that unused credits or subscriptions [are non-refundable](https://tokyapp.zendesk.com/hc/en-us/articles/4402291618449) as per our [Terms of Service](https://toky.co/tos) (section 3).


---

# 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.bird.com/toky-en/readme/how-can-i-close-my-toky-account.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.
