# 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: 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/contributor-section.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.
