> For the complete documentation index, see [llms.txt](https://help.decodeage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.decodeage.com/decode-age-support/return-and-exchange/received-something-different-heres-how-to-exchange-it.md).

# Received Something Different? Here's How to Exchange It

No matter where and what you purchase online, no customer can avoid issues related to product refunds and returns. There’s no need to worry; we’re here to help.

### Received a Faulty or Incorrect Item? <a href="#h_dbb022993a" id="h_dbb022993a"></a>

Don't stress! Simply reach out to us within 48 hours with an image of the item, and we'll swiftly send a replacement your way. There's no need for returns —it’s on us, ensuring a hassle-free resolution.

### What if My Product Has Expired? <a href="#h_c94295df45" id="h_c94295df45"></a>

We usually don't accept returns for expired products. However, if the purchase was for business use and you encounter this issue, please contact our customer support. We're ready to assist and find a satisfactory solution.

### Need Assistance with an Exchange? <a href="#h_c23c3a48d8" id="h_c23c3a48d8"></a>

Our customer service team excels in addressing your return-related queries. From processing refunds to liaising with the seller, we're here to support you every step of the way. If you're facing hurdles with the seller, remember, our customer service is just a call or message away, ready to aid you in resolving the matter.

If you’re unable to find an answer to your query in this article, chances are we may have missed something. Don’t hesitate to contact our customer service team. They’ll be more than happy to assist you and answer all related queries.


---

# 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://help.decodeage.com/decode-age-support/return-and-exchange/received-something-different-heres-how-to-exchange-it.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.
