# Andor's Trail Docs

## About

Andor's Trail is a single-player quest-driven roguelike fantasy dungeon crawler RPG with a powerful story. Uncover the truths about your home village and the disappearance of your brother. Battle fierce monsters, gain experience and levels. Solve quests, find hidden treasures and improve your equipment.

This documentation provides comprehensive guidance for both developers working on the game's codebase and content creators developing quests, maps, items, and other game content.

### Development Philosophy

The project maintains high quality standards and follows a collaborative but carefully managed development process. All contributions are welcome, but they must align with the game's vision and undergo proper review processes.

## Community

The forums are located at [https://andorstrail.com/](https://andorstrail.com) for gameplay help, discussions, and sharing of ideas between players and content creators of Andor's Trail.

## Downloads

Get the game from [Google](https://play.google.com/store/apps/details?id=com.gpl.rpg.AndorsTrail), [our server](https://andorstrail.com/), or [F-Droid](https://f-droid.org/packages/com.gpl.rpg.AndorsTrail/).

## Contributing

Please read [here](https://andorstrail.com/viewtopic.php?f=6\&t=4560) for details on how to contribute, and the process for submitting any content.

## Licences

### Code

Andor's Trail code is released under GNU GPL v2 (or later).

### Content

Andor's Trail gameplay content is copyright by their respective authors and has only been licensed for use in Andor's Trail.

### Graphics

The graphics licenses and contributions can be found [here](https://github.com/AndorsTrailRelease/andors-trail/blob/master/gfxcontrib.md).


---

# 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://andorstrail.gitbook.io/docs/readme.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.
