# Como colaborar?

Para colaborar com o código do Documental, use o seguinte repositório no Github: <https://github.com/medialabufrj/documentalxyz>

Para colaborar ou aperfeiçoar nossas documentação, use o repositório: <https://github.com/medialabufrj/documental_docs/>

Caso tenha uma sugestão de melhoria no código ou em nossa documentação, use a função de *pull request* para enviar sua proposta de melhoria.

Abaixo, encontra-se uma lista de funcionalidades futuras desejáveis:

* Melhorar a interface para inserção das coordenadas geográficas;&#x20;
* Estudar implementações de alternativas *open source* ao Mapbox;
* Migrar o framework do tema para Bootstrap;

Caso queira compartilhar novas sugestões ou comentários em geral sobre a plataforma, você também pode abrir uma *issue*.

### Como creditar o projeto?

Solicitamos que projetos que façam uso da plataforma incluam a seguinte menção ao projeto, como forma de apoiar o desenvolvimento da plataforma:

`powered by` [`Documental`](https://documental.xyz)


---

# 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://docs.documental.xyz/como-colaborar.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.
