> For the complete documentation index, see [llms.txt](https://fluxo.kisoul.com.br/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://fluxo.kisoul.com.br/acordos-e-politicas/beneficios.md).

# Benefícios

### Orçamento e custeio de Cursos & Treinamentos (T\&D)

A Kisoul hoje opta por não fixar uma reserva orçamentária a partir do caixa ou resultado financeiro da empresa para investimento em T\&D. Isso não significa que a empresa não possa contribuir diretamente, inclusive financeiramente, com cursos e treinamentos para seus colaboradores.

Se um colaborador tem interesse em realizar determinado curso de Ciência de Dados, por exemplo, ele pode consultar a pessoa que assume o papel relacionado 'no Financeiro' para entender se a Kisoul poderia contribuir com parte do investimento no curso, e se sim, com quanto.

Caso esse colaborador entenda que a resposta dessa pessoa 'do Financeiro' não foi satisfatória, e gostaria de buscar uma outra solução, vale como sempre, trazer essa tensão (ver [Tensões Criativas](/meta-acordos-da-kisoul/1.-organizacao.md#1-3-tensoes-criativas)) para a reunião de círculo, seguindo o processo padrão de resolução de tensões da empresa.


---

# 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://fluxo.kisoul.com.br/acordos-e-politicas/beneficios.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.
