Where to find your invoices

Navigate to Billing โ†’ Invoices. All past invoices are listed in reverse chronological order. Click any invoice to view or download it as a PDF.

Invoice structure

Each invoice line item corresponds to one billable dimension:

  • One line per connected platform (platform name and monthly fee)
  • One line per platform's record storage (record count used for billing, calculated fee)
  • One line for AI token consumption (total tokens, calculated fee)
  • One line per connected SQL database (if any)

The total is the sum of all line items.

Updating your payment method

Navigate to Billing โ†’ Payment Method. Click Update. Enter your new card details. The new card is charged on the next billing cycle.

If a payment fails

ThatApp will retry the charge automatically for 3 days. You will receive an email notification. If the charge fails after 3 retries:

  • Your account remains active for 7 additional days
  • You will receive daily email reminders
  • On day 7, if no payment is received, new syncs are paused (your existing lake data is retained and accessible)
  • AVA will notify you of any payment issue when you log in

To resolve a failed payment: navigate to Billing โ†’ Payment Method, update your card, and click Pay Now to immediately retry the failed invoice.

Requesting a refund

ThatApp bills for usage after it occurs. Refunds are evaluated case by case. Contact support at [email protected] with your invoice number and the reason for the refund request.

Related: How Billing Works ยท How to Read Your Current Usage

APPENDIX: Article Index for Build Script

Below is the complete article list with slugs, categories, and color tokens. Use this to generate the 58 HTML output files.

#CategoryCategory SlugArticle TitleArticle SlugColor Token
1Getting Startedgetting-startedWhat ThatApp Is and How It Workswhat-thatapp-isamber
2Getting Startedgetting-startedQuick Start Guidequick-startamber
3Getting Startedgetting-startedHow to Connect Your First Platformconnect-first-platformamber
4Getting Startedgetting-startedHow to Add a Team Member and Set Their Accessadd-team-memberamber
5Getting Startedgetting-startedWhat IRIS Tells You About Your Organizationiris-introamber
6AVA AIava-aiIntroducing AVA โ€” Your Organizational Brainintroducing-avaamber
7AVA AIava-aiHow to Have a Productive Conversation With AVAava-chat-guideamber
8AVA AIava-aiWhat AVA Can Do โ€” All 173 Actionsava-actions-overviewamber
9AVA AIava-aiHow to Query Your Data With AVAava-query-dataamber
10AVA AIava-aiHow to Restore Deleted Records With AVAava-restore-recordsamber
11AVA AIava-aiHow to Build an Automation With AVAava-build-automationsamber
12AVA AIava-aiHow to Generate a Document With AVAava-generate-documentsamber
13AVA AIava-aiItem Health, Item Summary, and Expanded Item Summaryava-item-healthamber
14AVA AIava-aiHow to Audit Your Organization With AVAava-audit-organizationamber
15AVA AIava-aiFinding and Fixing Duplicate Recordsava-duplicate-detectionamber
16AVA AIava-aiThe Possimpible™ Tag Fieldava-possimpible-tagamber
17AVA AIava-aiBuilding Custom Assistants With AVAava-custom-assistantsamber
18SyncsyncHow Your Data Lake Workssync-overviewteal
19SyncsyncUnderstanding Backup Behaviorsync-backup-overviewteal
20SyncsyncHow to Restore a Deleted Recordsync-restore-recordteal
21SyncsyncHow to Find a Record Deleted Months Agosync-find-historicalteal
22SyncsyncHow to Browse Your Complete Platform Historysync-browse-historyteal
23SyncsyncHow to Export Data From Your Lakesync-export-datateal
24SyncsyncFileHaven โ€” Your File Storage Layersync-file-haventeal
25SyncsyncFileHaven's Agentic File Processingsync-file-haven-agenticteal
26SyncsyncHow to Force a Resyncsync-resyncteal
27SyncsyncHow to Clone a Podio App or Spacesync-cloneteal
28SyncsyncGDPR and Data Deletion Requestssync-gdprteal
29SyncsyncSharing Data With Your Teamsync-teams-sharingteal
30SyncsyncHow to Connect a SQL Databasesync-sql-connectionsteal
31SyncsyncThe ThatApp Browser Extensionsync-browser-extensionteal
32AutomationsautomationsHow Automations Workautomations-overviewcyan
33AutomationsautomationsHow to Build Your First Automation Flowautomations-first-flowcyan
34AutomationsautomationsTriggers โ€” Starting an Automation From a Platform Eventautomations-triggerscyan
35AutomationsautomationsHow to Schedule a Recurring Automationautomations-schedulecyan
36AutomationsautomationsHow to Test an Automation Before Activating Itautomations-testcyan
37AutomationsautomationsManaging Platform Credentials for Automationsautomations-credentialscyan
38AutomationsautomationsAll 181 Supported Platformsautomations-181-platformscyan
39AutomationsautomationsTroubleshooting Automation Failuresautomations-troubleshootcyan
40PrintprintHow Print Worksprint-overviewviolet
41PrintprintHow to Create Your First Print Templateprint-first-templateviolet
42PrintprintTemplate Architecture โ€” How Print Templates Are Structuredprint-template-architectureviolet
43PrintprintVariables โ€” Pulling Data Into Your Documentprint-variablesviolet
44PrintprintTables, Lists, and Comments in Print Templatesprint-tables-listsviolet
45PrintprintSignatures in Print Documentsprint-signaturesviolet
46PrintprintHow to Activate a Print Template for Use in Podioprint-activateviolet
47PrintprintHow to Archive a Print Templateprint-archiveviolet
48PrintprintTroubleshooting a Document That Won't Generateprint-troubleshootviolet
49RELAYrelayHow RELAY Worksrelay-overvieworange
50RELAYrelayHow to Set Up Your Domain for RELAYrelay-domain-setuporange
51RELAYrelayHow to Create Email Routing Rulesrelay-routing-rulesorange
52RELAYrelaySetting Up Auto-Reply Rulesrelay-auto-replyorange
53RELAYrelayEmail Campaigns With RELAYrelay-campaignsorange
54RELAYrelayTroubleshooting Email Delivery With RELAYrelay-troubleshootorange
55Billing & AccountbillingHow Billing Worksbilling-overviewemerald
56Billing & AccountbillingHow Token Usage Is Trackedbilling-token-usageemerald
57Billing & AccountbillingHow to Read Your Current Usagebilling-read-usageemerald
58Billing & AccountbillingHow to Read and Download Your Invoicesbilling-invoicesemerald

CSS Variable Reference (for build script)

const COLOR_TOKENS = {
  amber:   { hex: '#F5A623', text: 'amber'   },
  teal:    { hex: '#00C4A7', text: 'teal'    },
  cyan:    { hex: '#06B6D4', text: 'cyan'    },
  indigo:  { hex: '#818CF8', text: 'indigo'  },
  violet:  { hex: '#C084FC', text: 'violet'  },
  orange:  { hex: '#FB923C', text: 'orange'  },
  emerald: { hex: '#10B981', text: 'emerald' },
};

const CATEGORY_COLORS = {
  'getting-started': 'amber',
  'ava-ai':          'amber',
  'sync':            'teal',
  'automations':     'cyan',
  'print':           'violet',
  'relay':           'orange',
  'billing':         'emerald',
};

Content specification complete. 58 articles across 7 categories. All content reflects current platform: AVA chat interface, 173 tools, $30/1M tokens, $30/1M records, $30/platform, $10/SQL DB, 181 integrations, $0/seat. Generated April 15, 2026.