> For the complete documentation index, see [llms.txt](https://docs.bullcredtech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bullcredtech.com/readme.md).

# Comece a integrar com a Bull

### <mark style="color:$primary;">O que é a Bull?</mark>

A Bull é um Service-as-Software (SaS) de Crédito Consignado CLT. Você traz os clientes. A Bull fornece a tecnologia, os financiadores e opera do início ao fim junto com você.

#### <mark style="color:$primary;">Por onde começar?</mark>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><h4><i class="fa-key" style="color:$primary;">:key:</i></h4></td><td><strong>Acesse a API</strong></td><td>Solicite seu <code>client_id</code> e <code>client_secret</code> e gere seu token JWT via OAuth2 Client Credentials.</td><td><a href="/spaces/JRYzqyvx5iNDqiDdcsMh">/spaces/JRYzqyvx5iNDqiDdcsMh</a></td></tr><tr><td><h4><i class="fa-file-check" style="color:$primary;">:file-check:</i></h4></td><td><strong>Crie sua primeira proposta</strong></td><td>Siga o fluxo de 7 etapas para originar sua primeira proposta de crédito</td><td><a href="/spaces/JRYzqyvx5iNDqiDdcsMh/pages/WYe38A5SUTY7fGWPb5P0">/spaces/JRYzqyvx5iNDqiDdcsMh/pages/WYe38A5SUTY7fGWPb5P0</a></td></tr><tr><td><h4><i class="fa-webhook" style="color:$primary;">:webhook:</i></h4></td><td><strong>Configure webhooks</strong></td><td>Receba notificações de mudança de status em tempo real, sem precisar fazer polling</td><td><a href="/spaces/JRYzqyvx5iNDqiDdcsMh/pages/eGtpBVURKybuMVi0kUMH">/spaces/JRYzqyvx5iNDqiDdcsMh/pages/eGtpBVURKybuMVi0kUMH</a></td></tr></tbody></table>

#### <mark style="color:$primary;">Entenda o fluxo antes de integrar</mark>

{% columns %}
{% column width="50%" %}

<div data-with-frame="true"><figure><img src="/files/8TEsWry6jGnw6sgiCGDq" alt=""><figcaption></figcaption></figure></div>
{% endcolumn %}

{% column width="50%" valign="middle" %}
Documentação técnica completa com referência de endpoints, parâmetros e exemplos de requisição para cada etapa do fluxo.

<a href="/spaces/JRYzqyvx5iNDqiDdcsMh" class="button primary" data-icon="rectangle-api">Ver documentação</a>
{% endcolumn %}
{% endcolumns %}


---

# 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.bullcredtech.com/readme.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.
