> For the complete documentation index, see [llms.txt](https://docs.talesofelleria.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.talesofelleria.com/references/official-links.md).

# Official Links

{% hint style="success" %}
Official Game Site: <https://app.talesofelleria.com>
{% endhint %}

| Socials/Info                  | Link                                                                     |
| ----------------------------- | ------------------------------------------------------------------------ |
| Twitter                       | <https://twitter.com/talesofelleria>                                     |
| Discord                       | <https://discord.gg/xmt7FaEZfY>                                          |
| Medium                        | <https://medium.com/@talesofelleria>                                     |
| Landing Page                  | <https://www.talesofelleria.com>                                         |
| Whitepaper (Change Proposals) | <https://gitlab.com/tales-of-elleria-source/whitepaper/-/issues>         |
| Smart Contract Source Codes   | <https://gitlab.com/tales-of-elleria-source/contracts/elleria-contracts> |

{% hint style="info" %}
For transparency, security, and to encourage ecosystem growth, our contracts are all verified on arbiscan.io and their sources are available as above.
{% endhint %}

| Marketplace       | Link                                                                                                                                          |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Trove - Heroes    | [https://trove.treasure.lol/collection/tales-of-elleria](https://trove.treasure.lol/collection/tales-of-elleria?tab=storefront)               |
| Trove - Relics    | [https://trove.treasure.lol/collection/tales-of-elleria-relics](https://trove.treasure.lol/collection/tales-of-elleria-relics?tab=storefront) |
| Trove - Equipment | <https://trove.treasure.lol/collection/tales-of-elleria-equipment>                                                                            |

### Submitting a Whitepaper Change Proposal (using Gitlab)

1. Go to the Whitepaper's Gitlab page: <https://gitlab.com/tales-of-elleria-source/whitepaper/-/issues> (and sign in/register to Gitlab if you haven't)
2. Click on "New Issue"

   <figure><img src="/files/FzeX7sza7GdsNJcUVPpV" alt=""><figcaption></figcaption></figure>
3. Enter a Title and Description. You can copy the following template for the description:

```
### Relevant Page(s):
https://app.gitbook.com/s/RkCojz7b5iZw9GcV2pjT/~/changes/7/references/official-links

### Original Content:
Insert content here.

### Proposed Changes/Missing Content to Add/Outdated Content/...:
Insert proposed changes here.

### Notes:
...
```

4. Click 'Create Issue', and done! Ping us in Discord if you want us to take a look more quickly!


---

# 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.talesofelleria.com/references/official-links.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.
