> For the complete documentation index, see [llms.txt](https://docs.digitalturbine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalturbine.com/dt-console/finance/managing-payouts-in-the-dt-console.md).

# Managing Payouts in the DT Console

The Finance section within the DT Console provides a centralized hub to configure your payment information and review payments history.

<div align="left"><figure><img src="/files/xl5e1lnw7eGlWsBfVxWp" alt=""><figcaption></figcaption></figure></div>

You can navigate through the following areas to manage your earnings:

* **Payment Details.** A record of your personal and banking information used for receiving payouts from DT. You can use this section to securely set up or update your preferred payment methods.
* **Invoices.** A list of revenue sharing statements from DT. This area provides comprehensive, itemized breakdowns of your earnings for each billing cycle, giving you full visibility into your generated revenue and performance over time.
* **Payment History.** A list of completed payments from DT. You can view this tab to verify past transactions, confirm the exact dates of successful payouts, and reconcile the data with your own financial accounting.


---

# 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.digitalturbine.com/dt-console/finance/managing-payouts-in-the-dt-console.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.
