> For the complete documentation index, see [llms.txt](https://asterix-division.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://asterix-division.gitbook.io/home/home/welcome-traveler.md).

# Welcome, Traveler!

&#x20;<a href="https://discord.gg/hsdCe5tKx3" class="button primary" data-icon="discord">Discord</a> |   <a href="https://konect.gg/asterixdiv" class="button primary" data-icon="share-nodes">Konect</a> |   <a href="https://x.com/asterixdiv" class="button primary" data-icon="x-twitter">Twitter╺╸X</a> |   <a href="https://www.instagram.com/asterixdiv/" class="button primary" data-icon="instagram">Instagram</a>

{% hint style="info" %}
**Contact**: <comms@asterixdivision.eu>
{% endhint %}

> "For the players, by the players."

## About Us

**ASTERIX\* DIVISION** is an Esports organization based in Lithuania.

## Three key Values

While expanding our horizons and looking for partners, these are the key values we refer to at any given time:

* **Loyalty** — one of our biggest aims is to ensure and foster long-lasting relationships with current and future partners, rather than leaning into short-term or one-and-done deals;
* **Privacy** — we fully believe and make an effort to secure data and use it for only it's intended purpose and to keep it for as long as necessary (see: [Privacy Policy](/home/documentation/privacy-policy.md));
* **Transparency** — we are only interested in working with individuals who communicate with absolute honesty, we do **not** tolerate any purposeful miscommunication and misdirection to ensure any party's gain, including our own.

To cement our values in stone, all of our documentation regarding how we function, our policies, etc. is displayed on our main page for ease of access to the public.


---

# 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://asterix-division.gitbook.io/home/home/welcome-traveler.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.
