> For the complete documentation index, see [llms.txt](https://docs.akebi.wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.akebi.wiki/issues/how-do-i-know-if-an-update-has-been-released-on-akebi.md).

# How do I know if an update has been released on Akebi ?

1. Go to <https://akebi-private.com/download/>
2. We'll have a page<br>

   <figure><img src="/files/6eqYGUXMa0T7zA5fq6qL" alt=""><figcaption></figcaption></figure>
3. There we can find out the date of the last update (underlined in red)<br>

   <figure><img src="/files/2B3gRoTR4zpHLc4uL5RH" alt=""><figcaption></figcaption></figure>
4. So we can find out if an update has been released by looking at the date.

&#x20;     Example:

* If <mark style="color:green;">**Akebi update date is 01.01.2010**</mark> and <mark style="color:yellow;">**Genshin update came out on 02.01.2010**</mark> then it gets <mark style="color:red;">**Akebi on update**</mark>.
* If the <mark style="color:green;">**date of update Akebi 02.01.2010**</mark> and <mark style="color:yellow;">**Genshin update came out 01.01.2010**</mark>, it turns out <mark style="color:green;">**Akebi is updated**</mark> for the current patch.


---

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

```
GET https://docs.akebi.wiki/issues/how-do-i-know-if-an-update-has-been-released-on-akebi.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.
