# Use Case: Build financial models from raw transactional data and generate P\&L statements.

You can link your spreadsheet containing a list of payments or transactions to AI and write a query describing the desired outcome.

Here are some examples of queries you can make to AI:

1. Create a P\&L. Create a separate column for each year. For each Category of transactions create a row.
2. Find growth for the full period for every client. Also average monthly revenue value.
3. Show days when Fact CPA and Goal CPA gap more than 15%.


---

# 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://docs.getconduit.app/use-cases/use-case-build-financial-models-from-raw-transactional-data-and-generate-p-and-l-statements..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.
