# Andor's Trail Documentation

## Andor's Trail Documentation

- [Andor's Trail Docs](https://andorstrail.gitbook.io/docs/readme.md)
- [Part 1: Player's Guide](https://andorstrail.gitbook.io/docs/player-faq.md): FAQ
- [Game and World Lore](https://andorstrail.gitbook.io/docs/player-faq/game-and-world-lore.md)
- [Main Storyline](https://andorstrail.gitbook.io/docs/player-faq/game-and-world-lore/main-storyline.md)
- [Main Storyline Characters](https://andorstrail.gitbook.io/docs/player-faq/game-and-world-lore/main-storyline/main-storyline-characters.md): List of all characters related to the main storyline
- [Main Questlines](https://andorstrail.gitbook.io/docs/player-faq/game-and-world-lore/main-questlines.md): These quests advance the central narrative of searching for your missing brother Andor and uncovering the deeper mysteries of Dhayavar.
- [Side Quests](https://andorstrail.gitbook.io/docs/player-faq/game-and-world-lore/main-questlines/side-quests.md): These are will discuss quests that are not tied into the main story line.
- [Side Quests v2](https://andorstrail.gitbook.io/docs/player-faq/game-and-world-lore/main-questlines/side-quests/side-quests-v2.md)
- [Lore](https://andorstrail.gitbook.io/docs/player-faq/game-and-world-lore/lore.md): Below is a list of resources that provide brief introductions to concepts in the world of Andor's Trail.
- [Villages](https://andorstrail.gitbook.io/docs/player-faq/game-and-world-lore/villages.md)
- [Battles](https://andorstrail.gitbook.io/docs/player-faq/battles.md)
- [Experience and Leveling Up](https://andorstrail.gitbook.io/docs/player-faq/experience-and-leveling-up.md)
- [Skills](https://andorstrail.gitbook.io/docs/player-faq/list-of-skills.md): This is a list of skills that are available for players in Andor's Trail.
- [Equipment and Inventory](https://andorstrail.gitbook.io/docs/player-faq/equipment-and-inventory.md)
- [Actor Conditions](https://andorstrail.gitbook.io/docs/player-faq/actor-conditions.md)
- [Title Screen](https://andorstrail.gitbook.io/docs/player-faq/title-screen.md)
- [Options](https://andorstrail.gitbook.io/docs/player-faq/options.md)
- [GUI](https://andorstrail.gitbook.io/docs/player-faq/gui.md): Descriptions of what the icons do on the main game.
- [Part 2: Content Creator's Handbook](https://andorstrail.gitbook.io/docs/contributor-section.md): Andor's Trail is developed as open-source, roughly meaning that anyone can add new content or code to the game. If you want to help in making Andor's Trail even better, you are encouraged to help.
- [Project Structure](https://andorstrail.gitbook.io/docs/contributor-section/project-structure.md)
- [ATCS](https://andorstrail.gitbook.io/docs/contributor-section/atcs.md): All about Andor's Trail Content Studio
- [Quick Start Guide](https://andorstrail.gitbook.io/docs/contributor-section/atcs/quick-start-guide.md)
- [The Player](https://andorstrail.gitbook.io/docs/contributor-section/the-player.md): You, the brother of Andor.
- [Quest Creation](https://andorstrail.gitbook.io/docs/contributor-section/quests.md)
- [Tiled Map Editor](https://andorstrail.gitbook.io/docs/contributor-section/tiled-map-editor.md)
- [Map Development](https://andorstrail.gitbook.io/docs/contributor-section/tiled-map-editor/map-development.md)
- [Worldbuilding](https://andorstrail.gitbook.io/docs/contributor-section/world.md): This area aims to provide key background information for the various areas and developments in the world of Andor's Trail.
- [World Map](https://andorstrail.gitbook.io/docs/contributor-section/world/world-map.md): Map of the game world as of v0.7
- [NPCs and their creation](https://andorstrail.gitbook.io/docs/contributor-section/npcs-and-their-creation.md): This section will list all NPC's and game characters and guidelines on their creation.
- [Conversations](https://andorstrail.gitbook.io/docs/contributor-section/quests-and-conversations.md)
- [Combat](https://andorstrail.gitbook.io/docs/contributor-section/combat.md)
- [Rejected Ideas](https://andorstrail.gitbook.io/docs/contributor-section/rejected-ideas.md): This page will provide details about various content for the game and feature for the engine that have been rejected or unavailable due to lack of content.
- [Development FAQ](https://andorstrail.gitbook.io/docs/contributor-section/development-faq.md): The sections listed below should point you in the right direction for finding frequently asked developer questions.
- [Part 3: Content Creation Tutorials](https://andorstrail.gitbook.io/docs/developer-tutorials.md): Various areas that might require more instruction for developing Andor's Trail.
- [Content Creation Workflow](https://andorstrail.gitbook.io/docs/developer-tutorials/content-creation-workflow.md)
- [Quest Creation](https://andorstrail.gitbook.io/docs/developer-tutorials/quest-making.md): This document describes the concepts that make up a quest in Andor’s Trail. It is aimed to be a tutorial for those who want to help create new quests in Andor’s Trail.
- [Define the Structure](https://andorstrail.gitbook.io/docs/developer-tutorials/quest-making/define-the-structure.md)
- [Dialogue](https://andorstrail.gitbook.io/docs/developer-tutorials/quest-making/dialogue.md)
- [Creating and Placing NPC's](https://andorstrail.gitbook.io/docs/developer-tutorials/quest-making/creating-and-placing-npcs.md)
- [Mapmaking Guidelines](https://andorstrail.gitbook.io/docs/developer-tutorials/mapmaking-guidelines.md): Making the maps look good and fun to play is a very important part in the success of Andor's Trail. Therefore, it is worth putting some effort into making them.
- [Map Editor](https://andorstrail.gitbook.io/docs/developer-tutorials/mapmaking-guidelines/map-editor.md)
- [Map Making](https://andorstrail.gitbook.io/docs/developer-tutorials/mapmaking-guidelines/map-making.md): This is a tutorial on how to make beautiful looking maps for Andor's Trail.
- [Advanced Map Making Tutorial](https://andorstrail.gitbook.io/docs/developer-tutorials/mapmaking-guidelines/map-making/advanced-map-making-tutorial.md): This is a tutorial on how to create maps with a higher difficulty level for Andor's Trail.
- [Contributing Code](https://andorstrail.gitbook.io/docs/developer-tutorials/contributing-code.md)
- [Development Environment Setup](https://andorstrail.gitbook.io/docs/developer-tutorials/contributing-code/development-environment-setup.md): This guide walks through setting up your development environment to contribute code to Andor's Trail.
- [Development Workflow](https://andorstrail.gitbook.io/docs/developer-tutorials/contributing-code/development-environment-setup-1.md)
- [Core Code Components](https://andorstrail.gitbook.io/docs/developer-tutorials/contributing-code/core-code-components.md)
- [Code Contribution Workflow](https://andorstrail.gitbook.io/docs/developer-tutorials/contributing-code/code-contribution-workflow.md): This guide explains how to contribute code to the Andor's Trail project.
- [ATS](https://andorstrail.gitbook.io/docs/developer-tutorials/contributing-code/ats.md): Andor's Trail Scripting Language
- [Translating](https://andorstrail.gitbook.io/docs/developer-tutorials/translating.md): Andor's Trail uses both PO files and the regular Android resource management to support different translations of the game's content. We gladly accept translations into other languages.
- [Contributing Documentation](https://andorstrail.gitbook.io/docs/developer-tutorials/contributing-documentation.md): Outline of the Documentation style


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
