> 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/home/home-en/readme.md).

# Start integrating with Bull

### <mark style="color:$primary;">What is Bull?</mark>

Bull is a Service-as-Software (SaS) for payroll-deducted loans for CLT employees. You bring the customers. Bull provides the technology, the funders, and operates end to end with you.

#### <mark style="color:$primary;">Where to start?</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>Access the API</strong></td><td>Request your <code>client_id</code> and <code>client_secret</code> and generate your JWT token 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>Create your first proposal</strong></td><td>Follow the 7-step flow to originate your first credit proposal</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>Receive real-time status change notifications without needing to poll</td><td><a href="/spaces/JRYzqyvx5iNDqiDdcsMh/pages/eGtpBVURKybuMVi0kUMH">/spaces/JRYzqyvx5iNDqiDdcsMh/pages/eGtpBVURKybuMVi0kUMH</a></td></tr></tbody></table>

#### <mark style="color:$primary;">Understand the flow before integrating</mark>

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

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

{% column width="50%" valign="middle" %}
Complete technical documentation with endpoint references, parameters, and request examples for each step of the flow.

<a href="/spaces/JRYzqyvx5iNDqiDdcsMh" class="button primary" data-icon="rectangle-api">View documentation</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/home/home-en/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.
