# Endpoints

- [Accounts & Transactions](https://developers.nuvio.io/endpoints/accounts-and-transactions.md)
- [Customers & Suppliers](https://developers.nuvio.io/endpoints/customers-and-suppliers.md): All API Operations related with Customers & Suppliers
- [Expenses](https://developers.nuvio.io/endpoints/expenses.md): All API Operations related with Expenses
- [Income](https://developers.nuvio.io/endpoints/income.md): All API Operations related with Income
- [Payments](https://developers.nuvio.io/endpoints/payments.md): All API Operations related with payments of income and expenses
- [Products & Services](https://developers.nuvio.io/endpoints/products-and-services.md): All API Operations related with products & services
- [Projects](https://developers.nuvio.io/endpoints/projects.md): All API Operations related with projects
- [Tags](https://developers.nuvio.io/endpoints/tags.md): All API Operations related with tags
- [Taxes](https://developers.nuvio.io/endpoints/taxes.md)


---

# 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://developers.nuvio.io/endpoints.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.
