> ## Documentation Index
> Fetch the complete documentation index at: https://docs.weflayr.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure Cost & revenue

> The Costs & revenue page in the dashboard sidebar is where you feed Weflayr everything that is not an AI call.

<Columns cols={2}>
  <Card title="Sync Revenue" icon="arrows-rotate" href="/configure/sync-revenue">
    Your revenue per customer, via Stripe or CSV.
  </Card>

  <Card title="Customer tags" icon="tags" href="/configure/customer-tags">
    Your own dimensions (plan, region, ...) as filters.
  </Card>

  <Card title="Free AI credits" icon="gift" href="/configure/free-ai-credits">
    Declare provider credits to see your real net cost.
  </Card>
</Columns>

You can also manage [revenue](/api/revenue), [key metrics](/api/key-metrics) and [customer tags](/api/customer-tags) programmatically instead of uploading CSVs.
