> For the complete documentation index, see [llms.txt](https://sdk.cordelsideral.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.cordelsideral.com/primeiros-passos/contribuindo-com-o-sdk.md).

# Contribuindo com o SDK

<figure><img src="/files/0WEFJosLzjBNltNRFptV" alt=""><figcaption><p>Arte por grandfailure</p></figcaption></figure>

Como o Cordel Sideral é um projeto aberto, qualquer pessoa pode contribuir com ideias, sugestões, personagens, localidades, histórias... e o que mais desejar :blush:

Ao colaborar, você ajuda a expandir o nosso universo ficcional e possibilita que contemos histórias inspiradas nas suas contribuições, tornando-se parte ativa desse universo.

## Colabore, crie e faça o que desejar

Você pode contribuir da forma com a qual se sentir mais confortável, por exemplo:

* Inscrevendo-se gratuitamente na nossa [newsletter](https://newsletter.cordelsideral.com) e tomando decisões que afetam a história;
* Explorando nosso SDK, uma coletânea de materiais diferentes que descrevem nosso universo ficcional, no site [https://sdk.cordelsideral.com](https://open.cordelsideral.com);
* Fazendo sugestões ao SDK, interagindo conosco nas redes, comunidade, ou enviando um e-mail para <sdk@cordelsideral.com>;
* Seguindo-nos no [Instagram](https://instagram.com/cordelsideral) e participando de quizzes e outras atividades.

## Fale conosco

Caso tenha alguma dúvida, envie um e-mail para <sdk@cordelsideral.com> e te ajudaremos. E lembre-se: qualquer pergunta é válida.


---

# 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://sdk.cordelsideral.com/primeiros-passos/contribuindo-com-o-sdk.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.
