> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-console/support-cases/cancellation.md).

# Cancellation

You can request contract cancellation with **Skyone** directly through the platform via "**Support Cases"**.&#x20;

{% hint style="warning" %}
Support requests can only be made by users who have Admin permissions.
{% endhint %}

To do this, follow the steps below:

1. Go to the **"Support Cases"** menu and follow these steps:
2. Click "**Open Case**".

<figure><img src="/files/Dz2IidEy590xaCGqyj2o" alt=""><figcaption></figcaption></figure>

3. Select the appropriate fields:

**a) Department:** Accounts and Billing

**b) Support Method:**&#x20;

* **Ticket:** You will receive support directly through messaging on the platform.
* **Phone:** You will receive a call from one of our support representatives.

**c) Occurrence**

* **Topic:** cancellation
* **Item:** request
* **Category:**&#x20;

  * Total contract cancellation
  * Partial contract cancellation
  * Generation of credits for other services

  <figure><img src="/files/Lf2MpQYkr0Nh1IJpEkES" alt=""><figcaption></figcaption></figure>

4. After selecting the fields, click **“Next”** to provide more details about the request. To do this, fill in the following fields:

<figure><img src="/files/YsRFOTFmcWmGJJZhQByr" alt=""><figcaption></figcaption></figure>

* **Support Case Subject:** Write a clear subject to help with identification.
* **Message:** Describe the issue or request with all necessary details.

{% hint style="success" %}
Use formatting tools (italic, bold, and/or underline) to highlight important information.
{% endhint %}

* **Recipients** (optional): If desired, add colleagues from your company who should also receive messages related to the case.
* **Image (optional):** Finally, attach any files that could help provide context for your request, such as screenshots or videos .

{% hint style="success" %}
Accepted file formats: image/\*, .pdf, .csv, .txt, .xlsx, .xls, .doc, .docx, .zip, .rar, .pfx, .mp4, .mkv, .avi, .mov, .webm.&#x20;

You can upload up to 5 files, with a maximum size of 10MB per file.&#x20;
{% endhint %}

5. To complete, click "**Create Case**".

Done! You have opened a case, and the support team will contact you according to your chosen support method.


---

# 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.skyone.cloud/english/skyone-console/support-cases/cancellation.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.
