# Dinero

{% hint style="info" %}
💪 **Difficulty:** easy

⏳ **Time to complete**: approx. 2 minutes
{% endhint %}

## 💬 Description

Dinero is an accounting software used by more than 75.000 companies. Less can extract accounts, contacts, entries, invoices, products, sales, and more.

## 🤑 Use Case

We’ve helped organizations build live financial reporting. Another use case could be to calculate profit/loss by each client - all you need is a detailed understanding of your costs to get started. Dinero can also work well to integrate with data from CRM systems.

## 🛠️ Setup

Extracting data from Dinero is fairly simple as its an OAuth connector. That simple means you can give Less permission to see Dinero data without copy/pasting too much. The below steps show you what to do.

### Step #1: Authenticate through Dinero

After clicking **Connect to Dinero** on Less you’ll be directed to the window below. After clicking **Accept**, you’ll be redirected back to Less.

<figure><img src="/files/L74XvBM3qeTc7Lhu8fyE" alt=""><figcaption></figcaption></figure>

### Step #2: Input your Organization ID

We need you the organization ID from the Dinero account you want to extract data from. Below you’ll see where to find that. Click **Overblik/Overview** and you see it in the left-hand bottom corner. It's **181034** in the example picture below. Copy/Paste this number into Less where it says **Dinero Organization ID.** And you’re done!

<figure><img src="/files/xgU2Qg15uUlu65ABtmNL" alt=""><figcaption></figcaption></figure>


---

# 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://resources.less.tech/less-tech/connectors/connector-guides/dinero.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.
