# Use Cases

- [Use Cases Overview](https://docs.growthepie.com/use-cases/use-cases.md): High-intent landing pages that answer practical growthepie questions and point readers to the live platform and API.
- [How To Compare Layer 2 Transaction Count Over Time](https://docs.growthepie.com/use-cases/use-cases/how-to-compare-layer-2-transaction-count-over-time.md): Compare Layer 2 transaction count over time with growthepie and the public API.
- [How To Compare Base vs Arbitrum](https://docs.growthepie.com/use-cases/use-cases/how-to-compare-base-vs-arbitrum.md): Compare Base and Arbitrum with growthepie using live dashboards and the API.
- [How To Compare Stablecoin Supply Across Chains](https://docs.growthepie.com/use-cases/use-cases/how-to-compare-stablecoin-supply-across-chains.md): Compare stablecoin supply across chains with growthepie and stables\_mcap exports.
- [How To Find Which Metrics A Chain Supports](https://docs.growthepie.com/use-cases/use-cases/how-to-find-which-metrics-a-chain-supports.md): Find which metrics a chain supports in growthepie before generating queries or code.
- [How To Get Chain Overview Data For Arbitrum](https://docs.growthepie.com/use-cases/use-cases/how-to-get-chain-overview-data-for-arbitrum.md): Get the Arbitrum chain overview from growthepie and understand what it includes.
- [How To Identify Chains With Stale Data](https://docs.growthepie.com/use-cases/use-cases/how-to-identify-chains-with-stale-data.md)
- [How To Use owner\_project In The growthepie API](https://docs.growthepie.com/use-cases/use-cases/how-to-use-owner-project-in-the-growthepie-api.md): Use owner\_project correctly in growthepie project coverage and app-detail endpoints.
- [How To Use projects\_filtered.json](https://docs.growthepie.com/use-cases/use-cases/how-to-use-projects-filtered-json.md): Use projects\_filtered.json to find which projects have real datapoints and app-detail coverage.
- [How To Fetch App-Level Metrics For Uniswap](https://docs.growthepie.com/use-cases/use-cases/how-to-fetch-app-level-metrics-for-uniswap.md): Fetch app-level metrics for Uniswap with growthepie and the app detail endpoint.
- [How To Find Top Apps On A Chain](https://docs.growthepie.com/use-cases/use-cases/how-to-find-top-apps-on-a-chain.md): Find top apps on a chain with growthepie chain overview data and the live platform.


---

# 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.growthepie.com/use-cases.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.
