# Contracts

The Conversions API allows you to submit events that you would like to report on and potentially pay partners for. There are many types of conversions, with the usual examples being sales, leads, and subscriptions. Conversions may include item-level data. For instance, if you are tracking a sale you may want to include each item purchased (e.g. 2 lego sets at $40 each and 1 doll at $6.99).

Once a conversion is attributed to a source and a payout is determined it is then considered an Action. See the [Actions API](/brand-api-reference/brand-api-reference-v11/reference/actions.md) for more details on attributed conversions.


---

# 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://integrations.impact.com/brand-api-reference/brand-api-reference-v11/reference/contracts.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.
