> For the complete documentation index, see [llms.txt](https://yuno-learning.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yuno-learning.gitbook.io/docs/learners/refund-and-cancellation.md).

# Refund & Cancellation

#### 1. No-Questions-Asked Refund (Before Class Commences)

If you choose to cancel your enrollment before the commencement of the first live class of the course you paid for, you are eligible for a 100% refund, no questions asked.

***

#### 2. Conditional Refund (After Class Commencement)

You may request a refund after the course has started, but only under the following conditions:

* Refunds will be considered only if the customer has attended **no more than one class** (excluding any demo or trial session conducted before the official start of the course).
* The customer must provide a clear and valid reason for requesting the refund at this stage. (see Section 3 for valid reasons)

***

#### 3. Valid Grounds for Refund (Post-Commencement)

To request a refund after the course has started but before the refund window closes i.e. before your second class starts, the following valid reasons must be cited and verified:

**Acceptable Reasons:**

1. Language Mismatch: The instructor does not use the language of instruction as advertised or confirmed during enrollment.<br>

2. Misaligned Curriculum: Core learning objectives are not being covered as outlined in the course description or syllabus.<br>

3. Fewer and inadequate exercises, assignments, or interactive components that were promised during the enrollment.<br>

4. Classes are rescheduled frequently or cancelled without notice.

5. Instructor Performance:
   1. The instructor is not responsive or fails to engage with student queries.
   2. The teaching quality is significantly below acceptable standards.<br>

Note: Subjective dissatisfaction (e.g. "I didn’t like the content") without a breach of the above will not be considered grounds for refund.

***

#### 4. Refund Request Process

To initiate a refund request:

* Submit an email to <support@yunolearning.com> within the eligible window.
* Mention:
  * Course name and start date
  * Number of sessions attended
  * Reason for refund with clear explanation<br>

**Resolution Time:**

Refunds, if approved, will be processed within 7-10 business days of verification.


---

# 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://yuno-learning.gitbook.io/docs/learners/refund-and-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.
