{% set title='Automated A/R Software Resources & Support' %}
{% set metaDescription='Explore our blog, customer case studies, tools, videos, webinars, white papers, and more. | Invoiced' %}
{% set resourcesPage=true %}
{% set canonicalUrl=url('resources') %}
{% extends "parent.twig" %}
{% block content %}
<section class="content resources-sections">
<div class="container">
<h1 class="title">Accounts Receivable Automation Resources</h1>
<h2 class="subtitle">Everything you need to learn about Invoiced and accounts receivable automation</h2>
<div class="resource-tiles clearfix">
<div class="clearfix">
<a href="{{ path('blog') }}" class="tile">
<div class="icon">
<img src="{{ asset('/img/landing2/resources/blog.svg') }}" alt="Blog" />
</div>
<h3>Blog</h3>
<div class="description">Read our latest thoughts on accounts receivable, best practices, and new product updates.</div>
<div class="learn-more">Visit →</div>
</a>
<a href="{{ path('customers') }}" class="tile">
<div class="icon">
<img src="{{ asset('/img/landing2/resources/case-studies.svg') }}" alt="Case Studies" />
</div>
<h3>Case Studies</h3>
<div class="description">Learn how Invoiced helps customers move fast while getting paid, by automating accounts receivable processes and customer billing.</div>
<div class="learn-more">Read →</div>
</a>
</div>
<div class="clearfix">
<a href="{{ path('data_sheets') }}" class="tile">
<div class="icon">
<img src="{{ asset('/img/landing2/resources/data-sheets.svg') }}" alt="Data Sheets" />
</div>
<h3>Data Sheets</h3>
<div class="description">Download product data sheets to learn about the capabilities of Invoiced A/R Cloud.</div>
<div class="learn-more">See all →</div>
</a>
<a href="{{ path('tools') }}" class="tile">
<div class="icon">
<img src="{{ asset('/img/landing2/resources/tools.svg') }}" alt="Tools" />
</div>
<h3>Tools</h3>
<div class="description">We have developed these free tools and calculators to help your A/R efforts.</div>
<div class="learn-more">Learn more →</div>
</a>
</div>
<div class="clearfix">
<a href="{{ path('videos') }}" class="tile">
<div class="icon">
<img src="{{ asset('/img/landing2/resources/videos.svg') }}" alt="Videos" />
</div>
<h3>Videos</h3>
<div class="description">Watch customer interviews and video how-tos for getting the most out of Invoiced.</div>
<div class="learn-more">Watch →</div>
</a>
<a href="{{ path('webinars') }}" class="tile">
<div class="icon">
<img src="{{ asset('/img/landing2/resources/webinars.svg') }}" alt="Webinars" />
</div>
<h3>Webinars</h3>
<div class="description">Replays of Invoiced-hosted webinars on hot topics in accounts receivable.</div>
<div class="learn-more">Watch →</div>
</a>
</div>
<div class="clearfix">
<a href="{{ path('whitepapers') }}" class="tile">
<div class="icon">
<img src="{{ asset('/img/landing2/resources/whitepapers.svg') }}" alt="White Papers" />
</div>
<h3>White Papers</h3>
<div class="description">Our experts have made invaluable reports and guides to help you better navigate billing and accounts receivable.</div>
<div class="learn-more">Read →</div>
</a>
</div>
<hr/>
<div class="clearfix">
<a href="https://docs.invoiced.com" class="tile">
<div class="icon">
<img src="{{ asset('/img/landing2/resources/support.svg') }}" alt="Support" />
</div>
<h3>Product Support</h3>
<div class="description">Whether you’re a global software brand or a startup, Invoiced can accelerate your accounts receivable.</div>
<div class="learn-more">Get help →</div>
</a>
<a href="https://docs.invoiced.com/dev" class="tile">
<div class="icon">
<img src="{{ asset('/img/landing2/resources/api.svg') }}" alt="API" />
</div>
<h3>API & Developers</h3>
<div class="description">At the heart of Invoiced is an billing, accounts receivable, and payments API. It allows you to build integrations with accounting systems, CRMs, ordering systems, business intelligence, and any other backoffice systems used to run your business.</div>
<div class="learn-more">Learn more →</div>
</a>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section class="call-to-action-dark">
<div class="container">
<h2>Get paid faster</h2>
<p>Interested in learning how to put your billing on autopilot?</p>
<div class="buttons">
<a href="{{ path('schedule_demo') }}" class="btn btn-lg btn-coral request-demo" data-label="Resources">
Schedule a Demo
</a>
</div>
</div>
</section>
{% endblock %}