# Redeeming a Gift Code

Once logged in to the [FireAcademy.io Dashboard](https://dashboard.fireacademy.io), you can redeem gift codes by pressing on the drop-down showing your email address in the upper righ corner of the page and selecting 'Use Gift Code'. When redeeming a gift code, you will be asked to provide 1 things:

## Gift Code

The code that you want to redeem. This is an UUIDv4 string and should look something like this:

> 405dc08f-d6ce-4b44-b7ea-98770104eaac

## A Note About Credit Expirations

Credits redeemed though a gift code expire at the end of your current billing cycle, which is shown on the dashboard.


---

# Agent Instructions: 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:

```
GET https://docs.fireacademy.io/dashboard/redeeming-a-gift-code.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
