> 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/templates/template-organizacoes.md).

# Template — Organizações

### Objetivos

* Objetivo principal:
* Objetivos secundários:
* Interesses estratégicos:

***

### Ideologia e Valores

* Princípios fundamentais:
* Métodos considerados aceitáveis:
* Métodos proibidos (se houver):
* Visão sobre poder, sociedade ou religião:

***

### Estrutura

* Tipo de organização: (militar, religiosa, mercantil, secreta etc.)
* Nível de organização: (centralizada / descentralizada)
* Hierarquia interna:
* Forma de recrutamento:
* Treinamento dos membros:

***

### Liderança

* Líder atual:
* Forma de sucessão: (nomeação, eleição, força, tradição etc.)
* Conselho ou figuras importantes:

***

### Recursos e Poder

* Força militar ou operacional:
* Recursos financeiros:
* Influência política: (baixa / média / alta)
* Acesso a magia, tecnologia ou artefatos:
* Infraestrutura: (bases, fortalezas, sedes etc.)

***

### Área de Atuação

* Regiões principais:
* Presença fora da região original:
* Territórios controlados (se houver):

***

### Relações

#### Aliados

* Organização ou grupo — natureza da aliança

#### Rivais

* Organização ou grupo — motivo da rivalidade

#### Inimigos

* Organização ou grupo — conflito declarado

***

### Membros

* Perfil típico:
* Classes sociais mais comuns:
* Raças predominantes:
* Reputação entre a população:

***

### Locais Importantes

#### Sede principal

Descrição breve.

#### Base ou posto relevante

Descrição breve.

#### Outro local importante

Descrição breve.

***

### Atividades Conhecidas

* Operações recentes atribuídas ao grupo
* Eventos marcantes envolvendo a organização
* Expansão ou declínio atual

***

### O que todo mundo sabe

Informações consideradas conhecimento comum.

***

<details>

<summary>Informações menos conhecidas</summary>

Fatos restritos, dados incompletos ou relatos raros.

</details>

***

<details>

<summary>Rumores e Suspeitas</summary>

* Rumor 1
* Rumor 2
* Rumor 3

{% hint style="info" %}
A veracidade é incerta.
{% endhint %}

</details>

***

<details>

<summary>Observações</summary>

Qualquer informação adicional relevante.

</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/templates/template-organizacoes.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.
