> 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/tokys-refund-policy.md).

# Toky's refund policy

As per our [Terms of Service](https://toky.co/tos) (section 3), all payments are non-refundable.

The primary reason for this policy to existing is because Toky offers a product that requires services to be allocated, reserved, purchased, and kept online whether the product was used or not. This orchestration with our suppliers and partners implies a financial cost that we, unfortunately, can't ignore.

This policy applies to all payments made to Toky: monthly, annually, and credit for calls and texts.

### Exceptions <a href="#exceptions" id="exceptions"></a>

In some cases where agents were added, charged, and deleted immediately without being used, we are able to refund the amount charged as credit for making calls.

### Our commitment to our customers <a href="#our-commitment-to-our-customers" id="our-commitment-to-our-customers"></a>

Toky exists with the sole purpose of adding value to your business by constructing a relationship based on trust and cooperation.

If you think your specific case could be considered an exception to receive a refund, please approach our Customer Support team so that we can review your situation independently.


---

# 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/tokys-refund-policy.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.
