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

# Part 2: Content Creator's Handbook

### Prerequisites

* You should of course have played the game a bit, to get a feel for the types of quests that are in the game right now.
* You should have a basic understanding of [ATCS](/docs/contributor-section/atcs.md) or your preferred content creation method.
* You should have a basic understanding of [Tiled](https://mapeditor.org), the map editor.
* You love creating creative content.
* Expect to write a lot of conversation text :)

### Contributor Guidelines

### [Player Character Development](/docs/contributor-section/the-player.md)

### [NPC Character Personalities](/docs/contributor-section/npcs-and-their-creation.md#character-personalities)

### [Choices](/docs/contributor-section/world.md#choices)

### [Conversations](/docs/contributor-section/quests-and-conversations.md)

### [Combat](/docs/contributor-section/combat.md)

### [Contributing Code](/docs/developer-tutorials/contributing-code.md)

### [Contributing to the Documentation](/docs/developer-tutorials/contributing-documentation.md)

### [Mapmaking Guidelines](/docs/developer-tutorials/mapmaking-guidelines.md)

### [Quests](/docs/contributor-section/quests.md)

### [Development Tutorials](/docs/developer-tutorials.md)

Various areas that might require more instruction for developing Andor's Trail.

### [ATCS](/docs/contributor-section/atcs.md)

### [Quest Creation](/docs/developer-tutorials/quest-making.md)

### [Map Making](/docs/developer-tutorials/mapmaking-guidelines/map-making.md)

### [Advanced Map Making](/docs/developer-tutorials/mapmaking-guidelines/map-making/advanced-map-making-tutorial.md)

### [Map Editor](/docs/developer-tutorials/mapmaking-guidelines/map-editor.md)

### [Translating](/docs/developer-tutorials/translating.md)

### [Development Environment](/docs/developer-tutorials/contributing-code/development-environment-setup-1.md)

### [World Map](/docs/contributor-section/world/world-map.md)


---

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