> For the complete documentation index, see [llms.txt](https://docs.grups.jarnia.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.grups.jarnia.com.br/geografia-e-regioes/mapa-de-hexagonos.md).

# Mapa de Hexágonos

> Índice central das localizações no mapa hexagonal. Cada local também traz seu Hex na própria página. Coordenadas no formato **Letra+Número** (ex: N26).

### Localizações conhecidas

| Hex     | Local                                                            | Notas                                                                             |
| ------- | ---------------------------------------------------------------- | --------------------------------------------------------------------------------- |
| **Q14** | [Calenost](/cidades/calenost.md)                                 | Cidadela élfica                                                                   |
| **S16** | [Masmorra do Anão](/geografia-e-regioes/masmorra-do-anao.md)     | Na Floresta de Calenost                                                           |
| **W16** | [Phlan](/cidades/phlan.md)                                       | Grande cidade, devota da Ferrugem                                                 |
| **X16** | [Fazenda do Corvo](/geografia-e-regioes/fazenda-do-corvo.md)     | Fazenda miserável que paga impostos a Phlan                                       |
| **V17** | [Vila do Pântano](/cidades/vila-do-pantano.md)                   | Conhecida, ainda **não explorada**                                                |
| **M20** | [Cidade dos Lobisomens](/cidades/cidade-dos-lobisomens.md)       | Linha 20, a oeste de Sorrente, seguindo o rio                                     |
| **Q20** | [Torre do Lich](/geografia-e-regioes/torre-do-lich.md)           | Escombros do Lich de Sorrente; linha 20, entre a Cidade dos Lobisomens e Sorrente |
| **R20** | [Sorrente](/cidades/sorrente.md)                                 | Vila protegida por Torrente; linha 20                                             |
| **L25** | [Dungeon de Goblins](/geografia-e-regioes/dungeon-de-goblins.md) | Próxima de Vila Covas                                                             |
| **N26** | [Vila Covas](/cidades/vila-covas.md)                             | Vila portuária                                                                    |
| **T27** | [Orkaki](/cidades/orkaki.md)                                     | Cidade orc                                                                        |

***

### Floresta de Calenost (hexes explorados)

Ao redor de [Calenost](/cidades/calenost.md) (Q14). Hexes já explorados: **R14, R15, S14, S15, T15, U15**. Abriga a [Masmorra do Anão](/geografia-e-regioes/masmorra-do-anao.md) e adentra a [Floresta Negra](/geografia-e-regioes/floresta-negra.md).

***

### Sem coordenada ainda

Locais já documentados no wiki que **ainda não têm hex definido**:

| Local                            | Observação                                  |
| -------------------------------- | ------------------------------------------- |
| [Dulgaman](/cidades/dulgaman.md) | Capital dos anões; região sequer confirmada |

> [Corvandor](/visao-geral-do-mundo/corvandor.md) não entra nesta lista: é a **região que abrange todo o mapa**.

***

<details>

<summary>Observações</summary>

* Página viva — novas coordenadas entram aqui conforme o mapa é preenchido.

</details>


---

# 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://docs.grups.jarnia.com.br/geografia-e-regioes/mapa-de-hexagonos.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.
